-
RFID的发展体系,包括技术信息和软件开发…
rfid 开发系统,含技术资料和软件开发源代码-rfid development system, including technical information and software development source code
- 2022-04-18 11:36:22下载
- 积分:1
-
短信猫服务
通过与短信猫设备通讯,实现将数据库中的信息及号码取出,再根据号码将信息通过短信猫群发送到相应手机上,同时实现发送成功信息及失败信息的备案,以对发送失败信息的多次发送;以及实现发送时间间隔的设置。
- 2022-02-19 21:56:54下载
- 积分:1
-
IEC 870-5-101 大师 & 奴隶模拟器
一种解决方案包含两个 VC + + 项目 (MS Visual studio 2008):
IECMaster-模拟器的 IEC 870-5-101 通信协议在主模式下,
IECSlave-在主从模式相同。
Modbus-Modbus 通讯协议库源 (使用低级别 COM 端口例程)
一些共享-共享这两个项目的源。
界面语言-俄罗斯。
- 2022-10-29 10:10:03下载
- 积分:1
-
Microsoft SDP Extensions.
Microsoft SDP Extensions.
- 2022-05-12 19:05:11下载
- 积分:1
-
本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制...
本例是采用UDP通信,包括服务器与客户端,包括数据重传机制和异常处理机制-In this case is the use of UDP communications, including server and client, including data retransmission mechanism and exception handling mechanism
- 2022-02-01 15:09:22下载
- 积分:1
-
微软亚洲研究院论文:自组DS
微软亚洲研究院论文:自组DS-CDMA网络中的扩散码分配-Microsoft Asia Research Institute thesis : Since the group DS-CDMA network distribution of the proliferation of Codes
- 2022-07-21 07:35:30下载
- 积分:1
-
Multi
多抽样率信号处理文章,多抽样率信号处理文章 -Multi-sample rate signal processing article, multi-sampling rate of signal sampling rate of multi-article deal with signal processing article
- 2023-01-05 20:05:04下载
- 积分:1
-
微软亚洲研究院:可扩展视频在频率可选信道传输中预编码OFDM与自适应向量信道分配
微软亚洲研究院:可扩展视频在频率可选信道传输中预编码OFDM与自适应向量信道分配-Microsoft Asia Research Institute : scalable video frequency in the channel transmission optional Pre-OFDM and adaptive vector Channel Allocation
- 2022-01-20 23:38:10下载
- 积分: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
-
java programming Start document, suitable for beginners as well. Welcome downloa...
java编程入门文档,适合初学者,内容比较好,欢迎下载!-java programming Start document, suitable for beginners as well. Welcome download!
- 2022-03-09 13:49:28下载
- 积分:1