-
stc15-MMA7361L
STC15单片机应用角度传感器MMA7361L调试程序(STC15 SCM application debugger angle sensor MMA7361L)
- 2014-11-05 23:05:10下载
- 积分:1
-
pic18f2550-usb-osiloskop-termometre-frekans-sayic
PIC18F2550 sorts of applications made with this beautiful project with 3 source code has comes up all the computer software and computer-related pic assembly software is written in Visual Basic 6
- 2013-11-17 07:56:50下载
- 积分: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
-
android-change-with-cPP
Android代码调用C++代码和C++代码调用Android代码 (Android code call C++ code and C++ code called Android code)
- 2011-11-08 15:01:13下载
- 积分: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
-
MixedColor
测试反应速度的android游戏。c++语言源代码。(a android game which tests your reaction speed.
)
- 2020-09-15 09:17:57下载
- 积分:1
-
12864
使用MSP430操作12864显示屏,共显示四行。可显示中文汉字(Use MSP430 operation 12864 display four lines total. Can display Chinese characters)
- 2013-04-08 21:12:50下载
- 积分:1
-
Virtualserialport
虚拟串口,在Proteus中可用实际串口与其通信(Virtual serial port, available at Proteus its actual serial communication)
- 2009-03-22 23:44:31下载
- 积分:1
-
yggl
vb集合asp开发的一个员工管理的源代码。(vb collection asp developed a staff management source code.)
- 2012-09-07 09:00:36下载
- 积分:1
-
shangweiji
上位机,与51单片机进行通信,将从单片机发送过来获得的信息显示在显示界面上。(PC, with 51 single-chip communication, sent from the information obtained from the microcontroller is displayed on the display screen.)
- 2014-02-18 15:30:11下载
- 积分:1