资源列表
4feidiguisuanfa
- 遍历二叉树的4个非递归算法 vc编程基础,学生作业-binary tree traversal of the four non - recursive algorithm vc based programming, students work
ADC(AT90S8535)
- 完成ADC对模拟信号进行采样,通过数码管显示采样结果。显示格式为: xxxU。改变可变电阻,显示值将在0~102之间变化
eeprom
- eeprom 24c512 with 18F4550 CCS compiler
1820
- 程序名: DS18B20测温程序 CPU型号:AT89S52/STC89C51RC 晶振:11.0592 M 功能描述: 测温室温显示 用数字温度传感器DS18B20就可以实时检测室温值-void main(void) { wei1=0 wei2=0 wei3=0,wei4=0 wei5=0 wei6=0 while(1) { Read_Disp_Temperature() } }
flowmeter
- 速度式流量计的频率的计算转化为流量的过程,可用于涡街,涡轮,气体涡轮流量计,该程序已经编译过-the code is for flowmeter to counter the frequent and flowrate
turbccartoon
- 用Turbo C 实现动画的一个简单的实现方法这种简单方法利用cleardevice()和delay()函数相互配合,先画一幅图形,让它延迟一个时间,然后清屏,再画另一幅,如此反复,形成动态效果。-using Turbo C animation to achieve a simple way to use this simple method clearde vice () and delay () function to meet the first painting a graphic, i
vhdlforlab
- vhdl语言程序的a244器件的程序 希望对大家的学习有所帮助-VHDL language procedures a244 device procedures for all of us want to be helpful to learn
fenpinqi
- 经典的分频器程序设计,分辨对偶数倍分频和奇数倍分频进行了EDA的程序编写,通过这两个程序,可写出所有的分频器设计-Classic divider programming, identify multiple points on the dual-frequency and odd multiples of the sub-frequency EDA programming carried out by these two programs can be designed to write all
Clock
- 用8个数码管实现数码管电子钟的c语言源程序-Achieved with 8 digital tube LED electronic clock c language source code
VHDL-node
- VHDL简单程序 包括简单的与门 非门 以及138 等 适合初学者使用-this is VHDL
8250
- 串口扩展源程序,工业控制有时需要多个串口,大部分单片机只有一个串口,此程序即是串口扩展芯片8250的应用-Source of serial port expansion, industrial control sometimes need more than one serial port, most of the devices had only one serial port, this program is that the 8250 chip serial port expansion
pararel-8-bit-adder-verilog
- implementation of 8bit adder with pararel computation. It s use S/P converter and P/S converter. The code is written in verilog language