-
利用红外线与手机通信,获取手机中的信息,熟悉AT指令。
利用红外线与手机通信,获取手机中的信息,熟悉AT指令。-using infrared and cell phone communications, mobile access to the information, become familiar with the AT command.
- 2022-02-01 05:47:55下载
- 积分:1
-
为什么需要XP,敏捷过程是软工发展的必然及最新成果,xp重要概念,12个重要惯例和规则,XP的实施过程....
为什么需要XP,敏捷过程是软工发展的必然及最新成果,xp重要概念,12个重要惯例和规则,XP的实施过程.-Why do we need XP, agile process is soft for the inevitable development and the latest results, xp important concepts, 12 important practices and rules and regulations, XP in the process.
- 2022-03-17 16:27:05下载
- 积分:1
-
Its all about successive interference cancellation in MC
Its all about successive interference cancellation in MC-CDMA
- 2023-01-13 00:55:03下载
- 积分:1
-
本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。...
本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving long-distance data transmission procedures.
- 2022-08-08 12:19:54下载
- 积分:1
-
利用分裂基算法求实序列的DFT,虚部赋值为零,这些程序是用C来实现的...
利用分裂基算法求实序列的DFT,虚部赋值为零,这些程序是用C来实现的-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment of zero, these procedures are used to achieve the C
- 2022-04-22 19:05:43下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-05 00:23:53下载
- 积分:1
-
用C编写的GPS时间采集程序,对于对时间精度要求很高系统值得借鉴...
用C编写的GPS时间采集程序,对于对时间精度要求很高系统值得借鉴- GPS time gathering procedure compiles which with C, regarding
is worth to the time precision request very high system profiting from
- 2022-08-14 21:07:06下载
- 积分:1
-
Nokia手机应用软件,同时适用pop port DKU
Nokia手机应用软件,同时适用pop port DKU-5 -Nokia mobile applications, apply pop port DKU-5
- 2023-06-07 22:30:03下载
- 积分:1
-
这些流动性工具来生成一组丰富的流动性推…
These mobility generator tools are used to generate a rich set of mobility scenarios used
to evaluate the protocol performance in Mobile Ad Hoc Network. The tools include the
Reference Point Group Mobility(RPGM) model, Freeway Mobility Model and Manhattan
Mobility Model.
- 2022-02-13 10:58:02下载
- 积分:1