-
wenduji
基于学习板的数字温度计设计程序,可以在数码管上动态显示实时温度,按键控制温度范围,可以使用蜂鸣器报警等。(Based on the study of the board, can design program digital thermometer in digital displays real-time temperature on the tube, button control temperature range, can use the buzzer alarm and etc.)
- 2010-07-19 17:51:50下载
- 积分:1
-
dianji
超再生遥控-遥控步进电机正反转AB的程序(Superregeneration Remote- remote control stepper motor program AB)
- 2013-07-23 20:00:21下载
- 积分:1
-
shaderFrame
一个简单的open GL shader框架,简单到可以不用书籍就可以上手,(a simple openGL shader test, which is very simple enough make you to understand without any book)
- 2015-05-01 13:37:39下载
- 积分:1
-
04-多路ADC转换-BandGap-模拟串口发送
stc51单片机上对04-多路ADC转换-BandGap-模拟串口发送例程(Stc51 microcontroller on the 04- multi-channel ADC conversion, -BandGap- analog serial port to send routines)
- 2017-06-24 09:44:28下载
- 积分:1
-
TEXT2.4G
nrf2401 发射机和接收机双向同步跳频,在35个信道上来回跳 超级防干扰(Nrf2401 two-way synchronization of fh transmitter and receiver, jump to and fro on the 35 channels Super tamper-proof)
- 2015-04-19 19:58:23下载
- 积分:1
-
virtual-serial-port
单片机虚拟串口仿真图,里面有虚拟串口软件和串口调试助手,还有用proteus进行的仿真图,不用开发板一样进行仿真,只能说proteus太强大了。只要你想不到的,没有他做不到的!(Virtual serial port emulation chip chart, which has a virtual serial port software and serial debugging assistant, as well as performed with proteus simulation map, not the same simulation development board can only say proteus too strong. As long as you think, no he can not do!)
- 2013-07-31 16:19:11下载
- 积分:1
-
Blood_pressure
基于示波法的电子血压计程序,包括脉搏测量。控制器采用STM32F103C8T6。包含数据核心算法程序。(
Based oscillography electronic sphygmomanometer procedures, including pulse measurements. Controller uses STM32F103C8T6. It contains data core algorithm program.)
- 2020-11-13 21:29:43下载
- 积分:1
-
calculator
the function of the code is like a calculator.Basic calculator may be build by the code.
- 2014-10-23 20:47:41下载
- 积分: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
-
yejing12864
这是一个液晶的测试程序,是一款用ST7920做芯片的12864液晶的程序,绝对可用,方便而且可移植调用,还附有说明书(This is a test procedures for liquid crystal, is a ST7920 to do with the 12864 chip LCD procedures, absolutely available, convenient and portable call, accompanied by brochures)
- 2007-12-21 18:12:09下载
- 积分:1