-
TCP/IP Vol II Commer
TCP / IP Vol II Commer-TCP/IP Vol II Commer
- 2022-08-13 15:38:16下载
- 积分:1
-
3G系统中,动态信道分配的研究,固定和移动边界的问题。
3G系统中动态信道分配的研究,对于固定和可移动边界两种方案进行了仿真实现,可移动边界方案显示出了明显的优势。-3G system, dynamic channel allocation study, fixed and moving boundary for the two scenarios were simulated to achieve, removable border program showed a clear advantage.
- 2023-02-23 08:20:03下载
- 积分:1
-
在单片机通信工具中,林总线是上升的。介绍了…
LIN总线是方兴未艾的MCU间通信工具.在系统中引入LIN总线,可以达到成本,性能和可靠性的一致要求.-LIN bus is ascendant among the MCU communications tool. The introduction of the system LIN bus, to achieve cost, performance and reliability at the unanimous request.
- 2022-10-01 00:40:03下载
- 积分:1
-
串行通信(还是与移动的GPRS有关,只是界面比较美观)
串行通信(还是与移动的GPRS有关,只是界面比较美观)-serial communications (or with the GPRS mobile, but more attractive interface)
- 2022-07-24 07:02:17下载
- 积分:1
-
matlab编的信号符号速率估计的程序,比较容易的
matlab编的信号符号速率估计的程序,比较容易的-matlab compiled the signal symbol rate estimation procedures, relatively easy
- 2022-02-03 10:21:49下载
- 积分:1
-
sms设置GPRS接入点,WAP网关 C源程序源码
sms设置GPRS接入点,WAP网关 C源程序源码-GPRS handsets installed access points, WAP Gateway source C source
- 2022-03-30 19:47:51下载
- 积分: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
-
基于串口的手机短信程序(请把扩展名的rar去掉即可执行解压)...
基于串口的手机短信程序(请把扩展名的rar去掉即可执行解压)-SMS (Please rar extension of the implementation can be removed decompression)
- 2023-08-25 21:05:04下载
- 积分:1
-
OFDMA系统中的各种资源分配算法仿真
ofdma 系统中的各种资源分配算法仿真-OFDMA system, the various resource allocation algorithm simulation
- 2022-03-16 03:57:00下载
- 积分:1
-
symbian ask dialog box to generate the source code for beginners to use.
symbian中询问对话框生成的源代码
适合初学者使用。-symbian ask dialog box to generate the source code for beginners to use.
- 2022-01-25 16:29:40下载
- 积分:1