资源列表
keil_c_PID
- 这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
lcd-c,asm
- LED的检测程序--Diagnostic program for LED.
AD5324
- 微芯33f芯片使用SPI模块扩展DAC外设芯片源代码,c语言编写-Microchip 33f chip SPI module expansion the DAC peripheral chip source code, c language
645.zip
- 自己总结的645发送接收程序,绝对没有BUG。绝对好用,485 send receive their summary procedures, absolutely no BUG. Absolutely easy to use
main
- main.c为画图程序,将bmp格式图片画在视频的图层上。-main.c for the Paint program, will bmp format pictures painted on the video layer.
myuart
- AVR serial port communication
xunxian
- 巡线小车的程序 mega16 主控芯片 st1-Patrol Line Vehicle program mega16
keybd_4x4.c
- to drive a keyboard using a keyboard handler. type 4x4
adder_32bit
- 以ISE为平台,用Verilog编写的32位全加器模块,只需在Top模块中调用即可-The ISE as a platform, written with Verilog 32-bit full adder module, simply call the module to Top
read1820
- DS1820 驱动程序,注释非常详细,可以直接应用到ARM中读取温度-DS1820 driver, very detailed notes, read the temperature can be applied directly to the ARM
polynome
- 多项式相乘的两种算法:直接相乘,分治法相乘-Polynomial multiplication of two algorithms: Direct multiply, multiply divided Act
FP_ADDER_SUBTRACTOR
- This is FP_ADDER_SUBTRACTOR.
