-
2003-05-22_ps2kbd_fw
说明: 一个PS2键盘单片机, 使用Philips的接口+8051,写的不错,非常值得学习.(a PS2 keyboard microcontroller, the use of the interface, Philips 8051, was a good, very worth learning.)
- 2005-11-04 21:45:05下载
- 积分:1
-
pci_sample
说明: 这是一个简单的数据采集卡的例子程序,主要介绍编写数据采集卡的驱动的基本流程。MakeFile文件的编写等等。。。 希望对新手有帮助(This is a simple example of data acquisition card procedures, mainly the preparation of data acquisition card driven by the basic process. MakeFile documentation and so on. . . I hope to help novice)
- 2009-08-18 10:03:07下载
- 积分:1
-
Sin_Signal_Producing
正弦信号发生程序。使用声卡产生正弦信号输出,可以用来调音!(Sinusoidal signal procedures. Sinusoidal signal generated using the sound card output, can be used to tuning!)
- 2007-11-29 09:05:29下载
- 积分:1
-
kdfd
宽频放大器,有以下功能:
预置增益,增益加/减,显示输出电压有效值,自动增益
显示有效值.
增益输入及加减
自动增益没有实现(Wideband amplifier has the following functions: Preset gain, gain plus/minus, the display output voltage RMS, automatic gain display rms. AGC gain input and subtraction is not implemented)
- 2013-07-19 21:19:44下载
- 积分:1
-
Atmel_mp3_USB
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。(Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.)
- 2008-08-07 16:10:10下载
- 积分:1
-
SCM-mat
《 单片机应用技术(C语言版)(工业和信息化高职高专“十二五”规划教材立项项目)》素材文件 (" SCM technology applications (C language) (Industry and Information Technology College" 12th Five-Year Plan " textbook project project) material file)
- 2012-12-08 20:36:59下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
x86obf_source
x86obf code virtualizer source code
- 2015-03-26 19:40:44下载
- 积分:1
-
SimulationAnalysisofIIR
说明: 红外成像导引头角跟踪系统仿真分析
红外成像导引头角跟踪系统仿真分析(Infrared imaging seeker tracking system simulation)
- 2010-04-20 15:47:01下载
- 积分:1
-
24l01
这是24L01开发头程序,希望对大家有帮阻(24L01 This is the first development process, we hope to help a resistance)
- 2006-10-16 09:20:32下载
- 积分:1