搜索资源列表
C
- 我这次上传的是关于嵌入式C语言程序设计的程序源码,一次是以下几个程序:数字时钟1;LCD的显示控制;数字时钟2;电子音乐;步进马达;D/A转换器;绘图形显示器;RS232-My upload is about the Embedded C language source program design process, one is the following procedure: Digital Clock 1 LCD display control digital clock 2 ele
DAC12_DA
- DAC12的D/A转换,文件main.c是主函数。调用InitSys进行系统初始化。函数InitSys中对定时器A和DAC12进行了初始化。-DAC12 the D/A conversion, the file main.c the main function. Call InitSys for system initialization. Function InitSys in the timer A and DAC12 initialized.
wenduji
- 温度计量以单片机为主控器设计一个数字温度计,用于温度的测量和显示。用A/D转换器,将模拟信号物理量(温度值)转换为二进制数值。-#include<reg51.h> //包含单片机寄存器的头文件 #include<intrins.h> //包含_nop_()函数定义的头文件 #include <absacc.h> #include <math.h>