-
时态数据处理 时态数据处理 有关数据库中的时态数据
时态数据处理 时态数据处理 有关数据库中的时态数据-Temporal data processing temporal data processing database of temporal data
- 2022-03-23 14:16:12下载
- 积分:1
-
基于局域网的一个聊天程序,实现文字传输的聊天程序
基于局域网的一个聊天程序,实现文字传输的聊天程序-A LAN-based chat program, realize transmission of text chat program
- 2022-05-18 08:41:40下载
- 积分:1
-
标准xcp协议,其中包括xcp的协议层,传输层的定义,完整的协议文档。...
标准xcp协议,其中包括xcp的协议层,传输层的定义,完整的协议文档。-Standard xcp agreements, including xcp protocol layer, transport layer definition, a complete protocol document.
- 2023-06-27 07:30:05下载
- 积分:1
-
IOCP完成端口
IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。delhi下的IOCP实现,一些代码和测试。
- 2023-01-05 08:15:04下载
- 积分:1
-
This java code examle shows the http connection and communication and data sendi...
This java code examle shows the http connection and communication and data sending via GPRS application on phone.-This java code examle shows the http connection and communication and data sending via GPRS application on phone.
- 2022-03-10 10:05:16下载
- 积分:1
-
用c++实现p2p代码,可以学习如何用c++实现p2p的通讯 很实用
用c++实现p2p代码,可以学习如何用c++实现p2p的通讯 很实用
-P2p using c++ implementation code, you can learn how to use c++ very practical realization of p2p communication
- 2022-02-02 17:53:25下载
- 积分:1
-
使用tapi实现的用语音modem进行接电话并播放wav文件的程序
使用tapi实现的用语音modem进行接电话并播放wav文件的程序-A program which is realised by tapi, and in which a call is picked up and wav files can be played through voice modem
- 2022-10-08 22:55:03下载
- 积分:1
-
Through an external communication tools, send and receive text messages!
通过外部通信工具,发送短信,查看示读信息!-Through an external communication tools, send and receive text messages!
- 2022-08-22 07:17: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
-
LEACH in wireless sensor networks
全部清除
- 2022-04-24 10:58:29下载
- 积分:1