资源列表
pidaicheng
- 设计单片机系统拟实现电子调速皮带秤。本系统利用称重传感器测量输送带有效称量段上物料的重量,并将被测重力转换成相应的模拟电压信号,经放大器放大后,由A/D转换成数字量。与此同时,速度传感器将皮带速度转换为计数脉冲后进行整形。2路信号都送到C8051F410中进行计算、处理,得到当前皮带秤的瞬时流量值,对瞬时流量进行积分得到一段时间内的累积重量。瞬时流量与给定流量进行计较,运用PID算法,输出控制信号控制变频器来改变电机转速,从而可以实现流量的闭环控制。此部分需要设计2路信号输入通道,分别为称重传感
I2C
- extern void Delay(unsigned int n) extern void I2cPortInit(void) extern void Start(void) extern void Stop(void) extern void WriteByte(unsigned char WriteData) extern unsigned char ReadByte(void) extern void ReceiveAck(void) extern
红外遥控键码值显示
- 文件夹里包含了6个C源代码,有红外遥控键码值显示,红外遥控全彩渐变,AD-DA,,无线遥控调光调色,字节存储,1302+18B20+1602万年历-The folder contains the the 6 C source code, infrared remote control key code value, infrared remote control full-color gradient, AD-DA,, wireless remote control dimmer palette
SD-FatFS-SPI-stm32f103
- 本程序基于STM32F103VC,采用它的SPI方式来实现SD卡的读写操作。-The program is based on STM32F103VC, using its SPI SD card read and write operations.
fifo
- OV7670 摄像头控制程序,用于初始化以及读写操作-The OV7670 camera control program for initialization and read and write operations
OV7670_test
- ov7670 测试文件,检测文件是否正确读写-the ov7670 test files, detected file is correctly read and write
LPC11xx
- LPC11XX的原理图和封装库,包括Protel格式和AD格式-The LPC11XX schematic and package libraries, including Protel format and AD format
16
- 编写两个十六位数的加法程序。 有两个十六位无符号数,分别存放在从20H和30H开始的数据区中,低八位先存,高八位在后,和存于R3(高八位)和R4(低八位),进位位存于R2。-Write two sixteen digits addition program. There are two 16 bit unsigned number, respectively in from 20 h and 30 h began to data area, low eight put first, hi
TTNT---DH-Can-Tho
- user guide to make a project
The-IIC-temperature-recorder
- 从DS18B20读取当前的温度 从DS1302读取获得该温度的时间 将当前温度和时间在1602液晶上显示 每隔15秒将当前时间和温度值写入AT24C1024存储芯片 从AT24C1024中读取数据并通过串口上传给计算机 -Read the current temperature from DS18B20 To obtain the temperature at the time is read out from the DS1302 The current tempe
hongwaiyaokong
- 用c语言编写程序通过单片机设计红外遥控解码数码管显示-C language program microcontroller design infrared remote control decoder digital tube display
des加解密算法
- MFC\C51下的des加解密算法,适用于嵌入式应用