-
Patch-WinLicense-hwid
Patch WinLicense hwid ~
- 2015-02-19 01:17:15下载
- 积分:1
-
VIDBUF
8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单
片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、
创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools,
Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single
Machine assembly language, dos not an open secret, windows process control, graphical programming,
Innovative 32-bit sound, video examples)
- 2014-02-24 15:15:08下载
- 积分:1
-
Light-water
电协开发板 C51单片机程序,用于实现单片机的流水灯输出(Electric Association C51 microcontroller development board procedures for the realization of single-chip light water output)
- 2013-10-27 11:07:48下载
- 积分:1
-
GTS800Demo
深圳固高科技的运动控制卡设置软件源代码,C++ 编写,目前正在现场使用(Googol control card)
- 2013-12-01 22:07:37下载
- 积分:1
-
LCD
51单片机控制12864液晶,适合初学者入门使用,简单方面,易于移植(51 12864 LCD, suitable for beginners to use, simple terms, easy to transplant)
- 2013-12-16 17:02:36下载
- 积分: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
-
可燃气体报警器
基于单片机的可燃气体报警器,反应灵敏,报警及时(Based on the single-chip microcomputer combustible gas alarm, sensitive, timely alarm.)
- 2020-12-08 15:09:21下载
- 积分:1
-
MFCStatus
parker acr9000运动控制器上位机程序开发例子,主要包括控制器连接和断开以及读取变量(Parker acr9000 motion controller PC program development example, mainly including controller connect and disconnect and read the variable)
- 2020-09-10 05:08:03下载
- 积分:1
-
intelligent
教室智能照明系统,通过红外判断人流,从而开启教室中的照明灯。(Classroom intelligent lighting system, to determine flow through the infrared to open the classroom lights.)
- 2020-06-29 20:20:02下载
- 积分:1
-
crc_new
实现HDLC链路层的校验模块程序,在ads和mipchipc30上都调试成功。(HDLC link-layer implementation of the calibration module procedures, mipchipc30 in ads and on the success of all debugging.)
- 2009-03-19 21:52:50下载
- 积分:1