-
基于WAP的手机无线应用的源代码,测试可用,供大家下载研究...
基于WAP的手机无线应用的源代码,测试可用,供大家下载研究-WAP-based mobile wireless applications, source code, testing is available for download U.S. study
- 2022-10-22 02:25:03下载
- 积分:1
-
我们的导师制备过程相关的IEEE 802.15.3a,程序做的一个缺点…
我们导师编写的802.15.3A程序,相对IEEE的程序做了相当大的简化,很值得参考-We tutor prepared 802.15.3a procedure, the relative IEEE procedures to do a considerable simplification, it is worth considering
- 2022-08-22 23:01:54下载
- 积分:1
-
题为《GSM网络管理系统及其设计》的硕士论文,我仔细阅读后转化为了word文档。...
题为《GSM网络管理系统及其设计》的硕士论文,我仔细阅读后转化为了word文档。-entitled "GSM network management system and its design," the master"s thesis, I carefully read transform into word documents.
- 2022-02-07 14:52:03下载
- 积分:1
-
语音聊天voice chat的源代码,可以用于网络音频聊天室
语音聊天voice chat的源代码,可以用于网络音频聊天室-voice chat voice chat to the source code, can be used to network audio Chat Room
- 2023-06-02 19:20:02下载
- 积分: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
-
剑灵信使是一个可以向本地局域网或本地域内的NT内核操作系统发送短信息的小软件。 密码:www.swordelf.com...
剑灵信使是一个可以向本地局域网或本地域内的NT内核操作系统发送短信息的小软件。 密码:www.swordelf.com-Sword of Hope is a messenger to the local LAN or local area of the NT operating system kernel send text messages to a PC. Password : www.swordelf.com
- 2023-03-15 00:10:03下载
- 积分:1
-
socket for a test client source code, a simple note socket principle.
一个用于socket客户端测试的源代码,简单说明socket工作原理.-socket for a test client source code, a simple note socket principle.
- 2022-02-03 08:19:12下载
- 积分:1
-
雷达信号仿真的文章,主要是基于先进仪器仿真雷达信号。
雷达信号仿真的文章,主要是基于先进仪器仿真雷达信号。-Radar signal simulation of the article is mainly based on advanced radar signal simulation apparatus.
- 2023-02-01 16:50:03下载
- 积分:1
-
vc++串口通讯程序,该程序能实现打字机方式进行数据传输
vc++串口通讯程序,该程序能实现打字机方式进行数据传输-vc++ serial communication program, the program can realize typewriter way data transmission
- 2022-07-07 17:18:33下载
- 积分:1
-
通过Tam
通过Tam-Tam传呼发送Internet mail-Using tam-tam call to send internet mail
- 2022-09-28 00:20:04下载
- 积分:1