搜索资源列表
rc6_avr
- AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimization RC6 encryption algorithm
Crc32源码3种算法
- CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
c8051f0xx单片机fft算法代码
- 采用的是c8051f系列单片机,算法是通用的,应用Keil软件可直接打开执行
电脑鼠国家赛代码
- 电脑鼠国家赛竞赛代码,具有随机算法,向心法则,截断冲刺的功能!
5
- SH501.C 基于单片机的信号发生器例程 SH502.C 低频信号发生器的例程 需要加上数码管的显示程序:disp.C SH503.C 方波频率的检测和倍频的程序 504 滤波原理和算法 不提供程序。在文章中分别给出不同的滤波算法和算法代码。 SH505.C 神经网络在单片机中的实现例程 SH506.C 信号数据的FFT变换 FFT的算法部分代码,不是完整程序。 SH507.C 电机转速信号的单片机测量程序 508 C51和汇编的混合编程方法 混合编程中的程
freescale-cumt-siee
- 我们花了很长时间才调出来的程序,各个函数全部模块化,代码注释很详细,是做飞思卡尔的绝好的参考代码!-We spent a long time to tune out the procedures, the various functions of all modular, code notes in great detail, so Freescale is an excellent reference source!
51_danpianji
- 单片机的算法代码,汇编源代码,记得刚参加工作时写的-SCM algorithm code, compile the source code, I recall writing to participate in the work
FFTcode090901
- 此为使用周立功ARM1138编的音频分析仪的代码,主要包括FFT运算、测频校正算法、以周立功TFT液晶LTM024D130的驱动文件为基础编的LCD显示的用户界面,使用的IAR V5.11(32KB限制)下进行编程-This is audio analyzer code based on the ZLG ARM1138, mainly including FFT operation, frequency measurement correction algorithm and LCD displ
PID_S7300_
- PID算法代码,已调试通过,可以应用在51系列单片机-PID algorithm code, debugging through, can be applied in 51 MCU
算法代码
- 这是一个关于pid调节的子程序,可以帮助初学者更好地了解pid算法(This is a regulation on the PID subroutine, which can help beginners better understand the PID algorithm)
RL78四轴飞行器完美起飞开源代码
- 解锁PID并控制RL78四轴飞行代码,到手既飞(Unlock PID and control)
wkq
- stm32030 HAL库驱动 oled +4路adc采集+中间值滤波算法(stm32f030 oled adc his file provides firmware functions to manage the following functionalities of the Analog to Digital Convertor (ADC) peripheral:)
1
- 软件滤波算法,适用于ADC数据采集处理。CRC校验码计算代码(Software filtering algorithm, is suitable for data processing)
fuzzy
- 单片机模糊控制算法代码,用于简单的模糊控制实现,需要自行调整参数。(The code of fuzzy control algorithm of single chip microcomputer is used for simple fuzzy control, and it needs to adjust the parameters by itself.)
397100523-PID-
- 非常好的PID算法,程序代码,适合初学者编程学习(Very good PID algorithm, program code.)
BLDCIII
- 无刷电机驱动代码,有换向补偿算法,可以提供大家参考交流(Brushless motor drive code)
四轴飞行器代码
- 采用STM32F103开发的一款简易四旋翼无人机飞控及遥控代码,适合想做无人机的同学研究借鉴。(A simple four rotor UAV flight control and remote control code developed by STM32F103 is suitable for students who want to do UAV research and use for reference.)
六轴姿态解算
- MPU6050传感器的六轴姿态解算算法代码(Six-Axis Attitude Solution Algorithmic Code for MPU6050 Sensor)
算法
- 内涵pid算法的指导,有代码可以参考,帮助新人了解pid(Connotation PID algorithm guidance, code can be used for reference, to help new people understand PID)
STM32单片机的PID算法实例
- 基于stm32的PID调节实例,可自行更改以作为控制代码(An example of PID regulation based on stm32)