资源列表
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--)
mega16hwjm
- 通过ICP捕获,获取遥控器的编码,将遥控器的编码通过ym12864显示出来。-Through the ICP capture, remote access to the code, the code will be adopted by a remote control ym12864 displayed.
Xilinx_ISE6.1i_study
- XILINX_ISE快速入门简明教程,内容简明易解,是初学者的必备教程。-Quick Start Guide XILINX_ISE concise, simple easy solution content is an essential course for beginners.
embedded_real_time_system_uCOS_II
- 对实时嵌入式操作系统ucos-II阐述的比较详细的一本电子书,英文版的-Real-time embedded operating system ucos-II set out a more detailed e-books, in English
2543
- TLV2543A/D转换与7289控制数码管显示程序-A/Dtransform and LED display
VerilogGuidetosuccess
- Verilog非常经典的一份资料.... 免费共享了..支持pudn-Verilog is a classic information ....
CS9-1
- 这是51单片机初级运用的源码,主要是加减乘除运算,希望给现在学单片机的人有所帮助-This is the primary use of single-chip microcomputer 51 of the source, the main operation is addition and subtraction multiplication and division, I hope to learn now will help people SCM
SERTI4
- 由AT89S52制作的时钟,六位数码管显示年月日-timer based on AT89S52
MATLABfileuseDSPuse
- matlab进行数字信号处理.经典最常用到的一些模块...对学数字信号的肯定有很大帮助-matlab digital signal processing. The most commonly used in some of the classic ... of learning modules of the digital signal must be of great help ...
CS11-1
- 这是单片机C语言的源码,稍微有点复杂,但大家仔细看,能够看懂-This is a single-chip C language source code, a bit complicated, but we look carefully, to understand
6502sim
- 6502汇编语言程序有需要的可以看看,有人说是古董,我看是精华!-6502 Assembly Language Programming
6502_samples
- 6502,是历史的精华,从一代人到一代人的延续!看看吧!-6502, is the essence of history, from generation to generation continuation! Take a look at it!
