-
电影推荐
关于海量数据挖掘的推荐系统,用于给用户推荐潜在喜欢的产品,根据电影相似度、用户相似度求预测效用矩阵,对未知评分进行估测,得到阈值评分以上的电影推荐给用户。
- 2022-08-25 19:46:15下载
- 积分:1
-
odd N bands Demon Lineup : N
奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
- 2022-01-21 19:39:47下载
- 积分:1
-
fortran90 procedures, the use of Runge
fortran90程序,运用Runge-Kutta法数值求解常微分方程的程序,非常适用,包括源代码、一个算例和输出程序-fortran90 procedures, the use of Runge-Kutta method for numerical solution of ordinary differential equations of the process, is very applicable, including source code, a numerical example and output procedures
- 2022-06-21 02:50:43下载
- 积分:1
-
哈尼族-代码 doig ID3 算法在快速方式
这是写在 c + + 语言实现的最好的和快速的分类,基于在培训阶段收集的统计信息增益的输入属性的 ID3 算法
- 2022-01-31 21:47:36下载
- 积分:1
-
MATLAB FIELD II
超声仿真程序,用于超声成像的算法仿真,亲测好用。Field_II是丹麦超声专家J. A. Jensen等利用声学原理设计的一个超声系统。它可以仿真超声探头所形成的声场和超声图像等。
- 2023-08-11 04:20:03下载
- 积分:1
-
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理...
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each of the first N sub-samples to conduct a tone detection. In the use of FFT algorithms, we would like to be processed into a block of samples, but this does not mean that must block processing the data. Digital processing time is very short, so if an interrupt for each sample are present, then the digital processing is fully able to interrupt service routine (ISR) to complete. Or, if the system exists in sample buffer, you can continue to sample, and then batch.
- 2022-05-27 11:46:36下载
- 积分:1
-
XP下的MPICH1.2.5软件包,用来做并行计算的最好开发环境!
XP下的MPICH1.2.5软件包,用来做并行计算的最好开发环境!-the mpich1.2.5 softpack in xp system is the best develope enviroment for parallel computing
- 2022-07-02 19:58:24下载
- 积分:1
-
MELP语音低速率编码器源代码
语音低速率编码器,美国军用标准,MELP,源代码是C语言版本,编译后可直接运行,里面有一个编码器和一个解码器。该编码器是开源的,原始文件有一个小错误,这里已经做了修改,可直接编译通过。
- 2022-11-19 02:45:03下载
- 积分:1
-
AdaBoost算法的人脸检测程序
由matlab语言编写编写基于adaboost算法的人脸检测 快速高效,参考价值极高matlab 肤色检测结合adaboost算法的人脸特征提取 实现程序
- 2022-02-06 05:54:24下载
- 积分:1
-
基于SIFT特征提取的SVM分类算法
基于SIFT的特征提取的SVM分类算法研究,SVM采用libsvm 提供的接口程序。SIFT采用opencv提供的SIFT特征提取函数进行提取,该算法针对小图片进行训练和识别有较好的效果
- 2022-06-17 03:35:28下载
- 积分:1