资源列表
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
OV9652
- 摄像头OV9652初始化配置,已经过实际验证。
pci
- Linux PCI driver skeleton sample code
snake
- 贪吃蛇的源程序代码,是很好的源程序代码,是实现贪吃蛇的功能,不过是很简陋的-Snake, source code, is a good source code, to achieve the function of the Snake, but a very crude
utilMsg
- Biblioteca para o auxílio do manuseio de mensagens dentro da aplicaç ã o Delphi.
Dir
- 演示列目录下的文件,和移动一个目录,并且有源代码-demotrate a dir file
manchster
- 曼彻斯特代码 程序完整可以直接用 将输入数据修改就可以用-Manchester code integrity of the process can be directly used to modify the input data can be used
Matrix_NI
- 矩阵如何求逆矩阵,看似简单,实现起来稍有点复杂-How matrix inverse matrix, seemingly simple, a little bit complicated to implement
DelayedLow
- Source code for ATtiny 13 microcontroller that implements some delay after startup and then change a pin. It s developed in CodevisionAVR IDE.
ma-zhou-you-wen-ti
- 实验国际象棋棋盘上某位置的马,它是否可能只走63步-Experimental international chess board on a position of the horse, whether it may only take 63 steps
hex
- 10进制与16进制相互转换的c代码, 可以猜测输入的数字进制。-convert between decimal and hex mode.
HURST
- 一个简单的计算通过输入以记事板格式的单个时间序列数据的HURST的MATLAB程序-A simple calculation of the time series of the MATLAB HURST program
