-
Visual_Studio_2010_Shortcuts
Microsoft Visual Studio 2010 Express
快速功能鍵(Microsoft Visual Studio 2010 Express
Keybinding Brochures)
- 2014-01-21 14:51:30下载
- 积分:1
-
JIS_Absensi
finger 103 for fingerscan
- 2014-11-18 21:48:26下载
- 积分:1
-
lrc2utf
该程序作用:将后缀为了;lrc的歌词文件,转换成 ulead 会声会影10.0 中的歌词导入文件(后缀为utf)。使用方法:先在文件中打开 .lrc 文件,然后开始转换,完毕可以查看结果,转换后的文件以 .utf 保存在同一目录下。(role in the procedure : To suffix; Lrc lyrics documents, converted into 10.0 ulead Huiqinghuiying the lyrics into paper (suffix for utf). Use : first opened in the document. Lrc file, and then started to change, can view complete results conversion of documents to. utf preserved in the same directory.)
- 2007-05-20 11:11:00下载
- 积分:1
-
124666
仪表盘方式显示CPU和硬盘温度及系统信息(Dashboard display CPU and hard disk temperature and system information)
- 2007-10-27 14:36:40下载
- 积分:1
-
KMSAuto-Net-2015-v1.3.8-Portable
KMS Autonet 2015 activator software
- 2016-04-17 18:02:33下载
- 积分:1
-
shangweiji
温度传感器,基于51的温度传感器!献给予51的爱好者们!(Temperature sensor, temperature sensor based on 51! Offered to give 51 fans!)
- 2010-07-17 20:48:55下载
- 积分:1
-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43:26下载
- 积分:1
-
0305010411
随着社会发展的不断进步,民航事业的壮大,人们消费水平的提高,乘坐民航的消费着也越来越多。预定查询系统因此在各机票预定网点中的作用也越显重要,因此,开发一套实时机票预定系统更现紧迫。机票预定系统应克服存储乘客信息少,查询效率低下等问题外,更重要的是其安全性,可靠性,这关系到航班和乘客的安全及准确,本系统因面向广大机票预定网点。重点是销售系统中的方便快捷。(with social development progresses, the growth of civil aviation, people raise the level of consumption. CAD ride to the consumer more and more. Scheduled inquiry system in booking tickets for the networks is the role of the more important, therefore, development of a real-time ticket reservation systems are more pressing. Ticket reservation systems storage passengers should overcome the scarcity of information, inquiries inefficient issues, even more important is their safety, reliability, the relationship of flights and passenger safety and accuracy, the system for booking tickets for the large-oriented networks. Focus on the marketing system convenient and quick.)
- 2007-03-21 21:32:56下载
- 积分:1
-
BBS
说明: 只要实现BBS的一些基本功能,对论坛进行管理和操作等(BBS as long as the realization of some of the basic functions of the Forum for the management and operation of such)
- 2008-11-01 16:10:26下载
- 积分: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