资源列表
Sentech_U3_SDK
- Sentech相机的开发包,内含实例。适用于USB3.0相机(Sentech camera development kit, containing examples. Applies to USB3.0 cameras.)
ISS PUBLIC V3
- warz辅助,透视自瞄。。。。。。。。。。。。纳尼。。。。。。。。(Warz aided, perspective self aiming)
粒子群算法
- 粒子群算法代码,一种搜寻最优解的算法。它没有遗传算法的"交叉"(Crossover) 和"变异"(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。(Particle swarm algorithm, a search algorithm for optimal solutions. It does not have the "Crossover" and "Mutation" operation
ex_3_3
- 机器学习课后练习,对率回归程序,判断好瓜与坏瓜,包含西瓜测试数据。(Machine learning exercises after class, to rate regression procedure, judge good melon and bad melon.include test data)
ListViewEdit
- 即时通讯项目,可以语音通话,视屏通话,高仿微信(Instant messaging projects include voice calls, video calls, and high imitation WeChat)
ChatClient
- 运用c#实现windows 聊天客户端的简单开发(Implementation windows chat client development)
ds18b20printf
- DS18B20温度传感器,stm32f103c8t6芯片采集通信程序(DS18B20 temperature sensor, stm32f103c8t6 chip acquisition communication program)
bp
- 用多层前向网络的BP算法拟合函数 说明:1)网络结构为三层(输入层、1个隐层和输出层); 2)获取两组数据,一组作为训练集,一组作为测试集; 3)用训练集训练网络; 4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
基于c8t6板的TIM1的PWM输出
- 使用stm32f103c8t6 输出pwm,可实现正弦波,三角波,锯齿波。(use stm32f103c8t6 to make pwm.)
PAT全套答案_1001至1049
- 该文档包含了PAT上的基础部分案例,可以参考一下(The document contains the basic part of the PAT case, you can refer to)
pingtu
- 拼图游戏 c#实现,窗体界面游戏实现。(Implement a simple game)
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a kind of evolutionary algorithms.Evolutionary algorithm was original