-
happy-new-year
2012网页版新年祝福,源码是从别处下载,并非自己原创(happy new year)
- 2012-01-07 10:53:16下载
- 积分:1
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
nec_part3
A Beginner’s Guide to
Modeling with NEC vol 3
- 2014-10-15 08:30:40下载
- 积分:1
-
CC2530-Chinese-datasheet
这是基于MSPCC2530的中文版数据手册,非常详细,非常清楚,很适合大家参考,学习(This is based on MSPCC2530 the Chinese version of the data sheet, very detailed, very clear, very suitable for your reference, learning)
- 2014-04-16 12:26:56下载
- 积分:1
-
WindowsApplication1
很久以前写的一个数码管取模软件,可做单片机来发辅助…(a MCU tool ,i ve written it when i was a freshman)
- 2011-11-28 14:16:20下载
- 积分:1
-
modscan
说明: 一个特别好的modbus从机扫描程序,可以以RTU或ASCII方式通信以此来检验下位机。(A particularly good modbus slave scanner can communicate with RTU or ASCII way to test this lower position.)
- 2010-05-05 09:18:04下载
- 积分:1
-
epi5
android example from teacher mars..................
- 2011-12-27 23:29: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
-
donggan
动感购物SQL完整版这个不是完整版本,官方发布源码说是正式无限制的,大家选择下载!首先在SQL数据库中建立一个库然后右击库名选择所有任务.你会看到有项是还原数据库.然后选择还原数据库在还原数据库对话框上会有选择你要还原的数据库.选择还原SNSN.BAK文件,选择后在还原数据库对话框上面选择选项栏目,里面会有强制还原数据库.选择此项.然后开始还原即可. 数据库还原后打开CONN文件夹中的CONN.ASP文件,修改里面的SQL数据库用户密码等参数即可。
(This is not a complete version of the official release source said, is the official without limit, we choose to download! First create a database and then right-click library select all tasks in the SQL database. You will see is to restore the database. Then select restore database restore database dialog box in a choice you want to restore the database. The selective reduction of SNSN.BAK files, select options column in the restore database dialog box above, there will be forced restore database. Select this option. Then began to restore the database after reduction. Open the CONN folder in the CONN.ASP file, modify the SQL database user password parameters.
)
- 2013-12-07 10:52:40下载
- 积分:1
-
ICcardWR
使用读卡器实现了为个人化的IC卡数据读写(Achieved using the reader for personal IC card data read and write)
- 2007-12-04 23:00:55下载
- 积分:1