资源列表
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
图的邻接表实现
- 图的邻接表示实现。用来在C++环境下实现图的邻接表示。(数据结构程序)-adjacent said of the plan to achieve. C environment for the realization of the plan under the adjacent said. (Data Structure procedure)
MSNMessager
- 用Java实现MSN Messager的功能 -use Java functions MSN Messager
DSP-IIC
- 使用DSP实现IIC通讯,从而完成对从机器件的读写-Use the DSP implementation IIC communication, thus completing the read and write from machine parts
f32_to_f128
- 单精度浮点数转化为128bit的浮点数的C编程代码,感兴趣的可以看一下-Single-precision floating-point number is converted to 128bit floating-point C programming code, you can look at interest
PDUdecode
- com端口解码,用于短信解码,速度快,使用方便。-com port decoder for decoding messages, fast and easy to use.
Text1
- 用51单片机写得简易电子琴的程序,可以发出非常清晰,准确的音调-51 microcontroller written procedures simple flower, you can send a very clear, accurate tone
kaoshichengjifenxi
- 考试 成绩分析,可以根据学生成绩进行排名等功能的处理-The exam exams analysis, processing of ranking functions based on student achievement
RC4
- 现代密码学实验RC4实验,现代密码源代码-Modern Cryptography RC4 experimental experimental, modern password source code
drawSM
- Draw colecting places for Vehicle. Draw on panel.
sun
- 用于低轨太阳同步轨道卫星的地影参数的计算-Earth' s shadow calculation
DMX512
- void DMX_SendPacket(void) //发送DMX512数据 { //配置为普通IO pDMX_buf = 0 发送起始码 00 GPIO_Tx_Config(0) //设置发送的引脚为普通IO PA2 = 0 //输出低电平 delay_us(150) //延时150us PA2 = 1 //输出高电平 delay_us(13) //延时13us GPIO_Tx_Config(1) //设置发送的引脚为复用IO //USAR