-
Shellexecute
说明: Use the ShellExecute API function to execute a file, launch the Find utility, and perform default actions
- 2019-07-11 19:25:45下载
- 积分:1
-
wave-simulator-antenna-
基于IRA天线的辐射波模拟器天线辐射性能研究(Radiation wave simulator antenna radiation performance of the antenna-based IRA)
- 2013-11-24 10:17:13下载
- 积分:1
-
ghost4.0vs2010
ghost 4.0远控源码 vs2010可编译(the ghost 4.0 remote control source vs2010 can be compiled)
- 2012-11-12 21:55:39下载
- 积分:1
-
netstatp
类似Windows的netstat程序的程序 (An app which is like to windowss netstat)
- 2021-04-03 22:29:04下载
- 积分:1
-
PMA
PMA规约模拟测试软件。适合初学者使用,包含几个常用规约(PMA Statute of the simulation test software)
- 2013-09-17 12:23:28下载
- 积分:1
-
vcPPquanweipaoxi
辛长安编写的《vc++权威剖析》配盘源代码。本书从实践应用的角度,结合经典的实例阐述C++类的特性,深入剖析VC++,特别是MFC编程的体系结构,使有初级基础的读者能够快速掌握VC++的MFC程序设计思想和C++的语言精华。(Xinchang An " vc++ written authoritative analysis of the distribution disk source. Book from the point of view of practical application, combined with the classic examples described C++ class features in-depth analysis of VC++, in particular, the MFC programming architecture, the primary basis that readers can quickly grasp the design ideas of VC++ the MFC program and C++ the language the essence of .)
- 2012-05-28 20:43:19下载
- 积分:1
-
jihebinjiaojiyunsuan
说明: 简单的集合的并与交集运算程序,由c语言编写。(Simple set of procedures with the intersection operator by c language.)
- 2009-08-15 18:26:52下载
- 积分:1
-
在VC++6.0中用MSComm控件编程,可以实现串口接
在VC++6.0中用MSComm控件编程,可以实现串口接(used in VC 6.0 MSComm programming, serial port access can be achieved)
- 2005-01-04 04:01:12下载
- 积分:1
-
hilight
AutoCad Entity Highlight
- 2009-10-28 15:22:51下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1