资源列表
2.16_RTC实验
- 初始化S3C2410A内部的RTC,然后每隔1秒钟读取一次RTC的时间,并通过串口发送到PC机显示。(nitializes the S3C2410A inside the RTC, then reads the RTC every 1 seconds, and sends it to the PC display via the serial port.)
数电实验
- 西工大数电实验压控振荡器和时钟电路部分硬件描述语言实现(Digital experiment of West Polytechnic University)
shouhuojixi1
- 自动邮票售货机,选择要购买的邮票,直接投入硬币就可以购买。(Automatic stamp vending machine, select the stamps to buy, directly into coins can buy.)
shuzizhong1
- 数字钟包含时分秒计时,还有时钟和分钟的校正,同时还能显示日期。(Digital clock contains a time when every minute, and the clock and the minute correction, but also display the date.)
5
- 8051018555455444558545585444
ble
- 89798598797979797979879798
电子闹钟
- 基于单片机定时器的简单时钟,可校时,闹钟(time alarm set time)
hongwaibizhang
- 红外避障小车的keil程序代码,利用红外对管实现避障功能。(Infrared obstacle avoidance)
FaceDection
- 基于dsp的人脸识别,使用harr特征和adaboost级联分类器(Based on dsp face recognition, use the harr feature and the adaboost cascade classifier)
zhangnan11
- 一个基于FPGA的洗衣机正反转定时控制器,可以在开发板上实现控制和显示功能(A FPGA based washing machine is reverse timing controller, you can control and display functions on the development board)
linear_array
- 产生线性阵元的辐射方向图,参数可以自行设置(The radiation pattern of the linear array can be set up)
彩灯
- 用程序控制8个彩灯从中心向两端闪烁,但是可以通过仿控制脉冲频路来控制闪烁速度,仿真开启后,彩灯会不停的亮起,不会停下 #include <reg51.h> unsigned char led[]={0x81,0x42,0x24,0x18}; void delay(unsigned int time) { unsigned int j=0; for(;time>0;time--) for(j=0;j<125;j++); } void main(vo
