资源列表
24C02串行EEPROM的C语言源程序
- 24C02串行EEPROM的C语言源程序-24C02 Serial EEPROM C language source
30
- 解决奇偶间的问题-solve the problems between Parity
read
- 用MFC读串口数据,事实上发送的数据是固定的,我用ReadFile检测第一个数据,老在变,好象后面的数据冲到前面了-Reading serial data with MFC
main
- 用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在1~30000范围内任意-Function overloading programming for Bitwise rotate left, rotate right (bit), the shift amount anywhere in the range of 1 to 30000
Form1
- 实现数据的上传和下载。编写windows mobile ce 5.0的设备应用程序-Data upload and download. Preparation of the Windows Mobile ce 5.0 device application
NG_MTCL
- 数值积分求解,用来计算一维积分的蒙特卡洛法。-Numerical integration to calculate the one-dimensional integral Monte Carlo method
PWM
- 用51单片机模拟的PWM波,控制加热器装置-With 51 analog PWM wave to control the heater unit
OptimizedCRC
- Crc opt crc 12345678-Crc opt crc crc 12345678
test5
- 一个排序的功能。可以实现插入值的运算。基本是通过链表进行的简单实现。算法太龌龊了!
tracker
- good example in opencv csharp about tracking
Program
- 把这些题目的文本构造成一个字符串(复制这些文字到代码里),用程序统计各个字符出现的次数,并按照从多到少排序。程序输出应类似于: 一:6次 的:5次 类:5次 创:3次-The text of these topics constructed into a string (copy the text to the code), application statistics the number of occurrences of each character, and follow
tidu
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate Gradient Method (Conjugate Gradient) is between the steepest descent method between a law an