资源列表
[人工智能/神经网络/遗传算法] Unbiased-Look-at-Dataset-Bias
说明:这是一篇关于科研中如何选择数据测试集的文章,文章颠覆性的说明了我们在大多数实验中所谓的算法通用性,其实都在使用倾向我们结论的数据,而真正适合“所有”算法测试的数据集并没有得到验证。-This is an article about how to choose the scientific research data set of tests of the article, the article subversive to explain our in most of the so-called<宋强> 在 2025-07-18 上传 | 大小:9.25mb | 下载:0
[matlab例程] ADS1282_noise_thd
说明:ADS1282内噪音测试程序,用DSP读取数据,再用MATLAB解析数据并且分析-a code for ADS1282 noise test<陈耀弘> 在 2025-07-18 上传 | 大小:1kb | 下载:0
[matlab例程] code
说明:Minhashing和LSH算法。用于查找和比较一个pair是否是相似的。并分析false negative和false positive的值-Minhashing and Locality-Sensitive-Hashing (LSH). The algorithms are approximate in that they find only candidate pairs that are likely similar. Therefore, there are two types of<raojinfeng> 在 2025-07-18 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] Robot
说明:vc++环境下完成和solidworks三维制图软件按的动态链接并进行了机器人模型的动态控制-vc environment and solidworks complete three-dimensional mapping software by dynamic linking and dynamic model for the robot control<赵新> 在 2025-07-18 上传 | 大小:1.82mb | 下载:0
[matlab例程] Mokhaberat-ostad---Copy
说明:sampling of rect signal<Farima> 在 2025-07-18 上传 | 大小:1kb | 下载:0
[matlab例程] calculate-number-of-char
说明:键盘输入,计算字符串中数字,字母的个数,并在窗口返回现实数字-keyboard input,calculate the number of number and char of the char group<吴旭> 在 2025-07-18 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Character-recognition
说明:这是一篇基于神经网络的字符识别系统的论文-This is a paper on Character recognition based on neural network system<李莹> 在 2025-07-18 上传 | 大小:261kb | 下载:0
[matlab例程] bpsk-MATLAB
说明:实现2PSK系统的matlab仿真以及误码率分析- Achieve 2PSK system matlab simulation and analysis of bit error rate<jordon> 在 2025-07-18 上传 | 大小:8kb | 下载:0
[数据结构常用算法] Joseph
说明:你现在所使用的是以链表为基础编写的约瑟夫环,具体功能为: 编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止; 如输入整型数据:1 2 3 4 5 6,输出为2 4 3 1 5 6-You are now use the list is th<> 在 2025-07-18 上传 | 大小:1kb | 下载:0