-
协同过滤推荐算法
协同过滤推荐算法的Java实现,数据集采用movielens数据集,完成对电影的推荐,可直接导入Eclipse运行。
- 2022-01-31 21:17:29下载
- 积分:1
-
这个小程序可以帮助你知道自己机器上安装的是什么处理器,以及总的物理内存数和可用物理内存数,也可以知道分页(可用)文件空间和总的虚拟内存数!希望对大家的学习会有所...
这个小程序可以帮助你知道自己机器上安装的是什么处理器,以及总的物理内存数和可用物理内存数,也可以知道分页(可用)文件空间和总的虚拟内存数!希望对大家的学习会有所帮助,也会使你对vc的理解更加的深入一些!-This little program can help you know the machine is installed on what processor and the total number of physical memory and the number of available physical memory can also be aware of page (available) file space and the total number of virtual memory! Hope everyone will be helpful to learn, but also make you more understanding on the vc some depth!
- 2022-01-26 06:32:32下载
- 积分:1
-
Simple dialog procedures, calculation tools, the use of junior staff
简单的dialog程序,计算工具,初级人员使用-Simple dialog procedures, calculation tools, the use of junior staff
- 2022-03-04 13:48:50下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
在C++中调用Fortran Imsl库的通用方法
在C++中调用Fortran Imsl库的通用方法-in C called Fortran Library Imsl common methods
- 2023-02-22 23:50:03下载
- 积分:1
-
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。...
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。-The program allows you to a decimal integer part of each of the three shows plus a comma. Very good deal with a small string procedures.
- 2023-08-21 14:35:04下载
- 积分:1
-
使用Windows API编程方式,来实现处理Windows消息队列的功能。
使用Windows API编程方式,来实现处理Windows消息队列的功能。-The use of Windows API programming approach to deal with Windows message queue realize functions.
- 2022-07-24 23:52:16下载
- 积分:1
-
网络聊天工具IM的C++源代码,喜欢的朋友下载。
网络聊天工具IM的C++源代码,喜欢的朋友下载。-Internet chat tool to IM" s C++ source code, like a friend to download.
- 2022-10-31 10:20:04下载
- 积分:1
-
用opencv+海康识别红色
改代码opencv+海康威视网络摄像头进行识别红色,代码有详细的讲解,识别功能已经实现。平台为VS2010+opencv2.4.10。
- 2022-09-01 11:05:17下载
- 积分:1
-
自学python之路的心得
自己在学习python开发的心路总结,使用初学者,欢迎关注公众号互相学习“编程杂谈”
- 2022-02-09 14:01:45下载
- 积分:1