-
卫星开发工具包STK Iridium-STK-orbit
卫星开发工具包STK,对铱星系统的系统建模分析,三维仿真场景(Satellite Development Kit STK, the Iridium system modeling, 3D simulation scene)
- 2013-04-27 11:39:44下载
- 积分:1
-
ADOclass
运用ADO封装类,可以直接实现数据库连接,增删查改的功能,简化代码,其中有详细说明书,函数等等说明(failed to translate)
- 2009-12-31 00:07:39下载
- 积分:1
-
LUA
对刚接触LUA的人很有帮助,讲解的都是Lua基础东西。(Helpful to explain the are Lua basis, something new to LUA.)
- 2012-06-06 21:54:41下载
- 积分:1
-
Graduate_design_management_system_software_develop
毕业设计管理系统软件开发设计稿Graduate design management system software development and design draft(Graduate design management system software development and design issued Graduate design management system software development and design draft)
- 2010-08-08 08:34:37下载
- 积分:1
-
smal
SMAL是short message abstract library的缩写,是由风起水流软件工作室(www.zealware.com)开发的一个支持短信网关系统开发的C++底层抽象接口库,通过对移动、联通、网通、电信等运营商使用的各种短信协议和底层通信的抽象封装,SMAL实现了一个高度自适应的短信协议栈,包括CMPP,SGIP,SMPP,SMGP,CNGP,EMPP等短信协议,同时可以很方便地在上面扩展实现新的协议和自定义的内部协议等。
SMAL目前支持的协议包括中国移动的CMPP2.0,CMPP3.0,中国联通的 SGIP1.2, SGIP1.2修订版,中国电信的SMGP2.0,SMGP3.0,中国网通的CNGP2.0,和国际标准SMPP3.3,SMPP3.4,以及企信通协议EMPP等。(SMAL is a short message abstract library acronym by wind currents from studio software (www.zealware.com) to develop a support system developed by SMS Gateway C++ Underlying abstract interface library, through the Mobile, Unicom, Netcom and telecommunications operators using a variety of messaging protocols and the bottom of the abstract communications package, SMAL achieve a highly adaptive messaging protocol stack, including the CMPP, SGIP, SMPP, SMGP, CNGP, EMPP such as SMS agreement, at the same time can be easily above the realization of the new agreement to expand and customize the internal agreement. SMAL currently supports the agreement, including China Mobile CMPP2.0, CMPP3.0, China Unicom SGIP1.2, SGIP1.2 revised edition, China Telecom SMGP2.0, SMGP3.0, China Netcom CNGP2.0, and international Standard SMPP3.3, SMPP3.4, as well as enterprises, such as ICT EMPP agreement.)
- 2009-01-05 22:45:41下载
- 积分:1
-
DS_hw1
Simple recursive function test
- 2012-06-10 13:27:23下载
- 积分:1
-
aoyunwuhuan
在VC++下面用MFC类库实现的绘制奥运五环的程序源码(In VC++ Following MFC class library with five Olympic rings realize the mapping procedure source)
- 2008-05-10 19:24:27下载
- 积分:1
-
HCIR1_0A
OHCI 规范,英文资料,嵌入式USB开发必备(Development of essential information in English, embedded USB OHCI specification)
- 2012-08-13 15:53:29下载
- 积分:1
-
MultiThSerial
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听(call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping)
- 2005-03-18 23:47:27下载
- 积分: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