官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装
2022-01-02 14:01:58 46KB rpm
使用奇异值分解(SVD)的书籍推荐 这是一个基于奇异值分解(SVD)的推荐系统。 SVD应用于评级矩阵的位置。 它将评估矩阵分解为3个不同的矩阵U,Sigma,Vt。然后按以下顺序(U) Sigma Vt提取3个矩阵的点积,以生成大小为(number_of_users x number_of_books)的用户配置文件矩阵。 用户配置文件矩阵中的一行代表用户与电影之间的相关性/喜好度得分。 项目目标 使用SVD生成用户个人资料,即AKA形状的表格(number_of_user x number_of_books) 使用用户配置文件矩阵基于合适的推荐算法提供书推荐 为用户提供与系统进行交互的合适界面,支持用户配置文件创建和/或更新和接收书本推荐 如何运行推荐的系统 IN Database.py change the following variable: - root_dir:
1
WSCC 系统广泛用于暂态稳定性研究。 同步电机配备电压调节器与励磁机和汽轮机和调速器的综合模型相结合。 基础案例数据显示在:J. Chow,G。Rogers和K. Cheung,“电源系统工具箱”,Cherry 树科学软件,卷。 48 页。 53, 2000。 如果您在研究或教学中使用此基准,请明确提及参考论文: ---------- 参考: https : //ieeexplore.ieee.org/document/8447645/ A. Delavari、I. Kamwa、P. Brunelle,“Simscape Power Systems Benchmarks for Education 和电网动力学与控制研究”,2018 年 IEEE 加拿大电气与计算机工程会议 (CCECE)。
2022-01-01 22:26:05 39KB matlab
1
matlab设置图片分辨率代码 Image attack recognition system based on watermark and convolutional neural networks 0x00 项目相关 项目名称 基于数字水印与卷积神经网络的图像攻击识别系统 项目背景 相关机构公布某些重要信息之后,难免会有一些不法分子别有用心,通过技术手段恶意篡改、攻击一些特殊意义的信息。如果相关人员没有识别出伪造的信息,选择信任了这些虚假的信息,就会造成难以估量的损失。 密码学手段是一种保护信息的方法,但密码学更适合端对端通讯,不适合作为一种面向大众的公开信息真实性的验证方式。而数字水印作为信息发布者认证信息的一种方式,提取数字水印更加适合让公众去检验信息来源的可靠性。 假设信息发布机构将水印嵌入在面向公众的信息中,公开的信息在人们拿到之后,如果需要对信息的真实性验证,就可以使用本产品的水印提取验证功能,了解信息是否真实是原机构发布的。根据提取水印的形变情况,消息的可靠性就可以辨识。获取到真实有效的信息,才能切实为生活带来便利,提高信息传播的水平。 项目简介 本项目结合数字水印技术
2022-01-01 19:26:17 1.45MB 系统开源
1
SystemVerilog for Verification(3rd),好书,不需要过多解释,懂的自然懂。
2022-01-01 18:09:21 10MB System Verilog Verification 验证
1
linux-system-simulation 模拟UNIX文件系统设计和实现的一个多用户多目录的文件系统 要求如下:   (1) 可以模拟多用户,多个用户可以操作不同的文件。   (2) 可以实现多目录管理,包括目录的增删改查。   (3) 可以实现文件的增删改查、属性管理。   (4) 考虑用户、目录、文件的权限管理。   (5) 完成文件存储空间管理,包括空闲块管理、磁盘Inode节点、内存Inode节点等内容。   (6) 编写测试代码,测试对文件的相关操作:建立,读写等
2021-12-30 17:27:29 2.67MB C++
1
音乐推荐系统 推荐系统是为了解决信息过多问题而产生的,可大幅度提升长尾物品的用户到达率。这里的音乐推荐系统,可根据用户历史行为信息,为用户个性化推荐音乐。 基于python语言的音乐推荐系统,采用了惊奇库,深度学习,spark + mllib等推荐方法。推荐系统由离线+在线组成,这里仅展示了离线计算方法。该音乐推荐系统可实现以下推荐策略: 1)针对用户推荐 每日歌曲推荐(根据口味生成,播放和收藏越多,推荐越准) 2)针对歌单推荐 根据你喜欢的《XXX》歌单进行推荐 3)针对歌曲推荐 听某首歌时,找“相似歌曲” 该项目同时也提出了对推荐中的冷启动问题,搭配推荐问题的一些思考。 模型简介 基于surprise的用户协同过滤算法 根据歌单之间的相似度,找到某歌单最相似的前10个歌单 歌曲序列建模 然后使用word2vce进行训练,求出歌曲之间的相似度。根据相似度,推荐某首歌的相似歌曲 基于te
2021-12-30 14:14:50 111KB 系统开源
1
Cheap_Flash_FS--嵌入式NandFlash文件系统源码下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有直接预分配功能(降低内存占用量)。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。 文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统基于NAND_FLASH坏块管理层驱动运行。 NAND_FLASH坏块管理支持ECC纠错,对每个扇区执行二次ECC纠错,保证数据正确的读出。 NAND_FLASH坏块管理层如果发现Unrecoverable_error扇区,可把扇区读出置为0,等于目录已结束,避免了文件系统运行出错。 本代码是32BIT的坏块表文件系统,可支持大于4G的nandflash,包括小页,中页,大页,用于用户代码测试! 可以用于U盘和SD卡的设计上。以及其它大容量存储项目上。 qq:292942278 e-mail:tony_yang123@sina.com
2021-12-30 11:02:58 6.31MB nandflash fat file system
1
Json必备的动态链接库
2021-12-30 09:03:24 26KB JSON Unity3d c#
1
Product Description OpenGL is the fastest and most widely available software standard for producing high-quality color images of 3D scenes. This practical guide shows X programmers how to construct working 3D applications using OpenGL and how to tightly integrate OpenGL applications with the X Window System. Written by a Silicon Graphics X Window System and OpenGL expert, OpenGL Programming for the X Window System uses the OpenGL Utility Toolkit (GLUT) to show how OpenGL programs can be constructed quickly and explores OpenGL features using examples written with GLUT. This book also: *explains the GLX model for integrating OpenGL and Xlib *shows how to use OpenGL with Motif and other widget sets *discusses the latest OpenGL standards: OpenGL 1.1, GLX 1.2, and GLU 1.2 *covers advanced topics such as alternative input devices and overlays *includes valuable information for ensuring OpenGL portability and interoperability *provides pointers for performance tuning Each chapter contains source code demonstrating the techniques described. Source code for all the examples provided, and for the GLUT library itself, are available for downloading via the Internet. Intended for C programmers familiar with the Xlib and/or Motif programming interfaces. No previous OpenGL knowledge is required. 0201483599B04062001 From the Back Cover OpenGL is the fastest and most widely available software standard for producing high-quality color images of 3D scenes. This practical guide shows X programmers how to construct working 3D applications using OpenGL and how to tightly integrate OpenGL applications with the X Window System. Written by a Silicon Graphics X Window System and OpenGL expert, OpenGL Programming for the X Window System uses the OpenGL Utility Toolkit (GLUT) to show how OpenGL programs can be constructed quickly and explores OpenGL features using examples written with GLUT. This book also: explains the GLX model for integrating OpenGL and Xlib shows how to use OpenGL with Motif and other widget sets discusses the latest OpenGL standards: OpenGL 1.1, GLX 1.2, and GLU 1.2 covers advanced topics such as alternative input devices and overlays includes valuable information for ensuring OpenGL portability and interoperability provides pointers for performance tuning Each chapter contains source code demonstrating the techniques described. Source code for all the examples provided, and for the GLUT library itself, are available for downloading via the Internet. Intended for C programmers familiar with the Xlib and/or Motif programming interfaces. No previous OpenGL knowledge is required.
2021-12-29 23:15:18 16.05MB OpenGL Programming for the
1