-
RCC_JJY
日本电波钟解码程序 接受长波信号并进行解码(JJY code)
- 2013-12-07 22:16:19下载
- 积分:1
-
c
说明: 单片机软件仿真开发的硬件级联方式,可用于简单仿真及硬件实现(SCM software simulation developed hardware cascade can be used for simple simulation and hardware implementation)
- 2012-11-18 21:18:37下载
- 积分:1
-
Automatic-tester-resistance
本程序实现基于单片机的自动电阻测试,包括AD芯片的使用和继电器的控制。(This procedure to achieve automatic resistance measurement based on single chip microcomputer, control and relay includes a AD chip.)
- 2014-02-10 12:40:25下载
- 积分:1
-
codejock-13.0.0-by-registred-by-sanlegas
codejock 13 and activasi
- 2014-01-07 13:21:51下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
VBvollage
高精度电压表(24bit) VB源程序,简单修改可实现多量程(precision voltage (24bit) VB program, a simple change can be realized more range)
- 2021-02-08 15:29:54下载
- 积分:1
-
IDreader
128KHzID卡读卡模块程序,带模块原理图,曼切斯特解码(128KHzID card reader module program with block diagram, Manchester decoding)
- 2020-08-29 10:18:11下载
- 积分:1
-
基于硬判决的BICM-ID的Turbo均衡及其改进
基于硬判决的BICM-ID的Turbo均衡及其改进(Hard decision based on the BICM-ID in Turbo equalization and improvement)
- 2010-05-27 13:40:01下载
- 积分:1
-
VSPD
可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維Visual Basic所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Visual Basic dimension)
- 2020-11-27 09:19:30下载
- 积分:1
-
i2c
430 单片机的i2c程序,430有i2c集成(this is an I2C program of 430)
- 2015-03-06 19:37:15下载
- 积分:1