资源列表
baogang
- 基于at89s52单片机的歌曲《草原晨曲》C程序。-SCM at89s52 songs on " Prairie morning song" C program.
Text2
- #include<reg51.h>void delay(unsigned int z) //声明延时函数sbit beep=P2^7 void main()数{ while(1){ beep=0 //蜂鸣器响 delay(1) //调用1ms延时 beep=1 //蜂鸣器不响 delay(1) //调用1ms延时 }}void delay(unsigned int z)//1ms延时,通过z值改变延时{ unsigned int x for( z>0 z--)
QXP
- 一个读取pci的256个配置空间值的程序,可以手动输入bus,dev,func 号然后显示不同device的256个空间的值-Read a 256 pci configuration space value of the procedure, you can manually enter the bus, dev, func number and then displays the value of the 256 different device space
Dynamic-digital-display-chip
- 本设计利用人眼的“视觉暂留”效应,采用循环高速扫描的方式,分时轮流选通各数码管的COM端,使数码管轮流导通显示。-This design uses the human eye' s " persistence of vision" effect, with the way high-speed scanning cycle, time-gated turn the COM port of the digital control, digital control to tu
Quartus
- 1.七段数码管译码器 2.4人表决器 3.4进制加减法计数器~具有进位和借位功能-1. Seven-Segment LED Decoder 2.4 M 3.4 people voting machine counters ~ with addition and subtraction and by-bit binary function
rombcdto7
- rom implementing bcdtosevenseg
AD
- stc12c5a60s52AD转化接口查询方式子程序。。可以直接调用-stc12c5a60s52AD inquiry into the interface mode subroutine. . Can directly call
rs232top
- 链接 rcv 和txm的测试模块 验证 接受 和 传输模块功能-Links rcv and txm test module validation capabilities to receive and transmit modules
sqrt_vhdl
- This source are usefull function in VHDL You Can finf squar Root solution
wiener
- 用MATLAB实现维纳滤波器的设计,仿真-winner filter
dwedew
- pong impmentation on spartan 3e
fifo
- 异步FIFO的实现,很经典的三段式状态机的写法。-The realization of the asynchronous FIFO, very classic three-step writing state machine.