资源列表
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
51dama
- 电子开发网培训用的51单片机内部培训代码,包含C语言与对应汇编程序-electronic Portal opened the training of the 51 internal training microcontroller code, including C language with the corresponding compilation process
51HD
- 用51单片机控制硬盘C语言代码以及连接电路图-MCU control with 51 hard disk C language code and connect the circuit
scan.c.tar
- Linux下的端口扫描器,可以进行简单的端口扫描。-Linux port scanners, can conduct a simple port scan.
ledss
- 市面上广告用的五彩灯代码,用MDT2005单片机,内部包含汇编代码以及烧写芯片时候的设置-market for advertising in five Lantern code used MDT2005 microcontroller, internal code contains a compilation of burning and when the chip set
Mifare
- IC卡读卡器整套,资料非常难得的一款非接触式IC卡(Mifare卡)读卡器的整套代码,包括C语言代码以及电路板PCB制作文件等!-IC card reader package. information is one of the rare non-contact IC card (Mifare card) reader to the package code, including C language code and PCB circuit boards produced documents!
eigenfaces_sample
- Eigenfaces is used to representing a face by projecting original images onto a face space defined by eigenvectors, and then a new face is compared to known faces by calculating the distance between their projections onto face space. -Eigenfaces is us
eye_code
- eye detection sample in matlab. Eyetrackers can analyze a driver’s level of attentiveness while driving and prevent drowsiness from causing accidents.-eye detection sample in Matlab. Eyetracke rs can analyze a driver's level of attentivenes s whi
240x128LCDDRIVE
- 硬件为ARM7 LPC2200,程序的功能为显示一幅图片、画曲线、显示字库的字符。程序已调试通过!-hardware ARM7 LPC2200, procedures for the functions show a picture painted curves, show font characters. Debugging procedure has been adopted!
Face_tracker
- The proposed face tracker is based on a frontal face detector that can be applied in real-time to every frame, and it is so fast that it provides the illusion of tracking.-The proposed face tracker is based on a fron tal face detector that can
ogl_basic_collision
- The source code upon which this tutorial is based, is from an older contest entry of mine (at OGLchallenge.dhs.org). The theme was Collision Crazy and my entry (which by the way took the 1st place :)) was called Magic Room. It features collision dete
rtotex
- It is a simple project which creates a render-to-texture-enabled pbuffer, and a texture object related to it. When rendering, the pbuffer is made the current context, and two wire tori are rendered into it. The window is then made current, and the pb