-
利用oSIP协议栈开发的测试程序,简单的调用实现的乐趣…
利用osip协议栈开发的测试程序,简单实现了UAS的呼叫功能-Use oSIP protocol stack developed test procedure, a simple call to achieve a functional UAS
- 2022-03-10 02:03:14下载
- 积分:1
-
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用...
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用-This document gave a detailed account in single-chip GSM module to achieve control over the format of the remote communication system for the development of personnel is useful
- 2022-04-07 10:20:48下载
- 积分:1
-
c#多线程编程技术,这是一个监视器实例,能对运行线城实现监视...
c#多线程编程技术,这是一个监视器实例,能对运行线城实现监视-multithreaded programming technology, which is an example of monitors, capable of running the city line to achieve surveillance
- 2023-05-26 00:05:03下载
- 积分:1
-
SAE J1850 OBD2汽车通信协议
SAE J1850 OBD2 Protocol CAR Communication
- 2022-05-19 04:21:07下载
- 积分:1
-
关于高速电路板设计 的一些设计资料,适合于初学者.
关于高速电路板设计 的一些设计资料,适合于初学者.-on the design of high-speed circuit board design of some information, suitable for beginners.
- 2022-09-24 19:05:03下载
- 积分: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
-
实现系统通信组。
这个计划的目标实现中央的 sevrer 管理组。我们认为一定数量的 communocation 组。每个组的成员应该是在一个网站上不同时空参考帧也找不到内存常见到网络的各个节点。后者从而形成一个分布式的系统。服务器必须确保操作:-组管理 (创建、 销毁、 插入再成员、 杆件撤除对、 交货清单的一组成员和他们的地址......),-和扩散的消息提供一致的顺序接收的消息。
- 2022-05-22 15:12:39下载
- 积分:1
-
基于手机平台的人脸识别系统设计,很前沿的东西。值得珍藏...
基于手机平台的人脸识别系统设计,很前沿的东西。值得珍藏-Mobile phone platform based on face recognition system design, it is the forefront of things. Worthy of collection
- 2022-01-25 18:51:51下载
- 积分:1
-
诺基亚格式签名工具,可以签名字体,软件,主题。有…
诺基亚SIS格式签名工具,可以签名字库,软件,主题。有需要的收-Nokia SIS format signature tools, can be a signature font, software, themes. Has the need for admission
- 2022-06-30 11:21:16下载
- 积分:1
-
rfc3026:链接to IETF / ISOC我们枚举
RFC3026:ENUM与IETF/ISOC的联络
- 2022-08-14 21:25:57下载
- 积分:1