搜索资源列表
80C196KB_ControlMOtor
- 说明:采用与C极其类似的PL/M-96语言编写。 单片机采用Intel的96系列KB; 开发环境为Wave6000; 该程序的功能为采用模糊滑膜变结构 控制算法,控制一台电机进行调速。-Note : C PL/M-96 very similar language. Intel microcontroller series of 96 KB; For Wave6000 development environment; The procedure for the introd
practice
- 基于C-51单片机的智能机器人C程序,实现了机器人的循迹、避障-based on the C-51 microcontroller smart robot C procedures, the backtracking of the robot, obstacle avoidance
PID-c-source-code
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
Msp430
- 这是用C语言开发的MSP430单片机学习的一些例子,里面有Proteus仿真电路图和C语言远程序,可以很好的学习MSP430单片机的使用-This is developed in C language to learn some of the examples MSP430 microcontroller, which has Proteus simulation circuit and C is far procedure, you can learn a good use of MSP430
filter
- 几个用C语言实现的程序滤波算法,对于单片机来说非常实用-Several programs using C language filtering algorithm is very useful for the MCU
servo-pump-fuzzypid
- 步进电机模糊控制C程序,采用单片机做为控制器-Stepper motor fuzzy control C program,Single-chip as a controller
program
- 前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of anim
ISD2560
- 基于isd2560和51单片机的语音程序,包括原理图和完整程序,直接调用即可,c语言。-Microcontroller based voice isd2560 and 51 procedures, including schematic and complete procedures, direct calls can be, c language.
Based_on_SCM_and_tracing_the_light_car
- 智能小车 基于单片机的寻光、寻迹小车 单片机 C程序-Smart car C C++ Based on SCM and tracing the light car
szz
- 这是个基于单片机数字钟的C语言程序,实现方便,电路简单。-This is a digital clock based on single chip C-language program to achieve convenient and simple circuit.
t_2_fft
- 在MATLAB环境中,利用简单的加法和乘法实现基2时间抽取的FFT变换,并且能够计算出峰值点的最大值,数据点数为2的整数次幂。学习程序有利于对FFT变换的理解,以及在单片机环境或者是DSP环境中编写FFT变换C语言程序。-In the MATLAB environment, using simple addition and multiplication of time taken to achieve the base 2 FFT transform, and can calculate th
pid-C-language-algorithms
- pid C语言算法,单片机用,整数型计算,程序简洁实用-pid C language algorithms, microcontroller, integer calculations, simple and practical procedures
int
- 中断程序,IVVAVR,AVR应用,单片机学习资料,C语言操作-Interrupt procedure, IVVAVR AVR applications, single-chip learning materials, the C language operating
Overrelaxation-solving-equations
- 超松弛法求解线性方程组的C语言程序,程序运行效率高,注释很详细,是求解线性方程组的利器。可高速运行在单片机里面。-Overrelaxation method for solving linear equations C language program, the program is running high efficiency, very detailed notes, is a tool for solving linear equations. High-speed running on
danpianjixuexiziliao
- 这是我上单片机原理课的学习资料,里面有汇编程序和C程序两种。希望对大家有用。-This is my last lesson SCM principles of learning materials, there are two kinds of assembler and C programs. I hope useful. Thank you
bujinxianshi.c
- 单片机控制的步进电机旋转角度在数码管显示的C程序。-Microprocessor controlled stepper motor rotation angle in the digital display of the C program.
dianzheng.c
- 单片机控制的点阵显示心型的C程序,经过验证可以使用。-Microprocessor controlled dot matrix display heart-shaped C program, you can use proven.
xiaoche.c
- 单片机控制循迹小车程序,包括舵机的控制,小车主程序,传感器程序。经验证可以使用。-SCM control tracking car program, including steering gear control, car main sensor program. Proven available.
ModTest
- 采用C语言开发了单片机外部中断程序,可实现单片机的响应外部中断功能。-It developed using C language SCM external interrupt program, enabling external microcontroller interrupt function.
单片机控制的继电器c程序
- 基于单片机对继电器的控制,纯c程序,供大家参考学习