-
WindowsApplication1
很久以前写的一个数码管取模软件,可做单片机来发辅助…(a MCU tool ,i ve written it when i was a freshman)
- 2011-11-28 14:16:20下载
- 积分:1
-
China-Tidal-Prediction
中国海域潮汐预报软件Chinatide的应用(China Sea tide forecasts Chinatide application software)
- 2021-04-28 21:18:43下载
- 积分:1
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
Project1
其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载WEB页面,同时还可以向WEB页传递参数,完全可以替换XMLHTTP的GET功能,俺本来还想加上POST功能的,后来项目中不需要,所以就没加了,想了解WININET API的朋友,应该依此作一些扩展。(In fact, if a simple download page, the code can be more simple, but I can not download this code WEB page, but you can also pass parameters to the WEB page, can replace the XMLHTTP GET function, I had wanted to add functionality POST , then the project does not need, so I can not add, and want to know WININET API friends, so it should make some extensions.)
- 2014-05-12 10:06:27下载
- 积分: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
-
carsys
租车系统,asp开发的汽车租赁网站,包括车辆管理以及车辆出租的功能。(Car system, asp developed car rental sites, including vehicle management and vehicle rental functions.)
- 2015-09-29 16:30:06下载
- 积分:1
-
PPM_PCM_FM_2.4G
2.4g和FM(72MHZ,40MHZ,35MHZ……)是个啥信号波,就是我们的控制内容,手拿遥控器推一推摇杆,信号波的频率就会改变(2.4g and FM (72MHZ, 40MHZ, 35MHZ ......) is Gesha signal wave is our control content, holding the remote control push, rocker, will change the frequency of the signal wave)
- 2013-06-04 12:50:31下载
- 积分:1
-
wapwangzhi
ASP版本的 WAP网址导航程序 MSsql 数据库,前年做的吧,呵呵(ASP wap daohang cheng xu)
- 2012-03-11 18:43:49下载
- 积分:1
-
19
说明: 单片机c语言 初学者有用 有例子哦 (SCM c language for beginners there are examples of useful oh)
- 2009-09-17 21:23:41下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1