-
f32_mulAdd
32位单精度浮点数的乘加运算的C编程,感兴趣的可以看一下(Single-precision floating-point multiply-add operation of the C programming, interested can look at)
- 2015-10-10 09:18:26下载
- 积分:1
-
PC_SPI
说明: 通过计算机25针并口读写SPI总线Flash存储器(25-pin through the computer parallel port read and write SPI bus Flash memory)
- 2010-03-31 15:15:28下载
- 积分:1
-
PCL818
毕业设计时做DC600V逆变器测试系统,采用工控机为主控制器,PCL-818数据采集卡, VC++作编程工具,对25T、25k型客车使用的逆变器进行性能测试。(Graduation time to do DC600V inverter test system, IPC-based controller, PCL-818 data acquisition card, VC++ as a programming tool, 25T, 25k bus-type inverter used for performance testing.)
- 2011-10-22 08:44:46下载
- 积分:1
-
fmqi
编程菜鸟学习用的蜂鸣器播放八月桂花香声音(Programming rookie learning the buzzer with sound playback 八月桂花香)
- 2011-10-27 11:35:56下载
- 积分:1
-
ThreadSample
Thread Templete Class
Custom Thread
- 2013-12-25 01:31:09下载
- 积分:1
-
IcCard
基于VC++6.0应用MSCOMM控件的串口通信上位机程序,实现与51单片机的通信(Based on VC++ 6.0 Application MSCOMM control PC serial communication procedures, with 51 single-chip communication)
- 2008-08-11 10:46:37下载
- 积分:1
-
DS1302
很好的一个东西,希望对大家有所帮助,这是关于DS1302的一个程序(Good thing, we want to help, this is a program on DS1302)
- 2011-02-11 09:14:14下载
- 积分: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
-
chuanxing-da
串行da模块的应用,和单片机通信,通过单片机控制da模块(Serial da module application, and single-chip communication, via da MCU control module)
- 2013-07-18 02:57:14下载
- 积分:1
-
cec13Benchmarks_matlab
CEC2013_RealParameterOptimization竞赛用全套测试函数(Benchmarks for CEC2013_RealParameterOptimization)
- 2016-10-30 18:45:08下载
- 积分:1