-
DBN_RBM1.1
深度信网络测试代码,可以帮助初学者很好地了解深度学习。(Depth communications network test code that can help beginners a good understanding of the depth of learning.)
- 2014-10-31 09:37:18下载
- 积分:1
-
highlight-master
说明: 字体绘制,用于背景暗,导致内容出现反差的现象,通过控件重绘实现反差增强阅读性(Font drawing, used for dark background, resulting in the phenomenon of content contrast, through the control redraw to achieve contrast to enhance reading)
- 2020-06-16 00:40:01下载
- 积分:1
-
harris
harris的matlab程序,精度不是很高,但是大家可以根据需要进行改写(harris)
- 2007-09-01 08:53:58下载
- 积分:1
-
cc1120
CC1120 芯片的收发驱动程序,STM32,STC8051,ATSAM21.测试通过,已运用到产品上。(CC1120 chip driver, STM32, STC8051, ATSAM21. passed the test, has been applied to the product.)
- 2020-09-19 11:27:57下载
- 积分:1
-
drivers
基于STM32F4 大彩屏的开发 已经正常调试 在测试过程中建议先阅读相关手册(The development of large color screen based on STM32F4 has been debugged normally. In the course of testing, it is suggested to read the relevant manual first.)
- 2020-06-24 14:20:01下载
- 积分:1
-
CWT
基线校正代码,包括小波基线校正及滤波器基线校正,可用于光谱数据的预处理。((Baseline correction codes, including wavelet baseline correction and filter baseline correction, can be used for preprocessing of spectral data.))
- 2019-06-19 17:13:53下载
- 积分:1
-
tiny-regex-c-master
说明: 最小巧的正则表达式库,非常适合嵌入式系统移植,可惜功能有点删减(The smallest regular expression library, which is very suitable for embedded system transplantation, but the function is a little reduced)
- 2020-03-22 20:18:17下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1
-
QT5(c++)游戏(项目)--计算器
用QT5.1O,WIN7,运行通过。可让新手提高兴趣、熟悉编程、提高编程能力。
这个简易计算器可多位数加、减乘除运算。麻雀虽小,五脏俱全。
- 2022-08-08 06:35:29下载
- 积分:1
-
zhebanchazhao
这半查找法 是一种快速查找算法 查找效率比较高 容易实现 理想的查找算法(This search method is a fast and find more efficient algorithms to find easy to implement the ideal search algorithm)
- 2012-05-04 00:03:29下载
- 积分:1