-
移动无线通信小区功率控制中的DBA算法,用于下行功率控制
移动无线通信小区功率控制中的DBA算法,用于下行功率控制-DBA algorithm used for power control for downlinks in cells for wireless mobile communication
- 2022-08-23 16:13:56下载
- 积分:1
-
VB 通讯编程方面的例子程序: 获取主机名和IP地址
VB 通讯编程方面的例子程序: 获取主机名和IP地址-communications VB Programming of examples : access to the host name and IP address
- 2022-02-07 19:14:05下载
- 积分:1
-
matlab编写的jacks模型多径衰落信道模型,主要用的sum
matlab编写的jacks模型多径衰落信道模型,主要用的sum-of-sinusoids方法-matlab prepared jacks model multipath fading channel model, mainly used in sum-of-sinusoids method
- 2022-11-29 11:20:03下载
- 积分:1
-
通讯视频语音,聊天,vc,csocket类,udp连接
通讯视频语音,聊天,vc,csocket类,udp连接-Communications video voice, chat, vc, csocket category, udp connections
- 2022-01-25 16:22:33下载
- 积分: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
-
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。...
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。-Power HXD09 call center solution, a detailed description of the application of the power switch HXD09 call center solutions.
- 2023-02-01 18:25:04下载
- 积分:1
-
vb 串口调试源代码
VB 串口调试助手源代码,通过这个简单例子的学习能够增进对vb界面编程的深入理解,也能够对串口通信有一个大概的了解,对以后的串口通信程序的编写,具有重要的知道意义。
- 2023-04-06 05:10:03下载
- 积分:1
-
PIC18F4550 + rfm42
PIC18F4550与RFM42无线模块之间的通信;
- 2022-09-17 22:05:02下载
- 积分:1
-
tracert,还用问吗.
tracert,还用问吗.-tracert has used? Asked.
- 2022-03-06 02:38:45下载
- 积分:1
-
这是利用微软RTC做的程序,功能是Call Out。已经在源代码的基础上做了修改,是可以跑的。注意修改include的路径。...
这是利用微软RTC做的程序,功能是Call Out。已经在源代码的基础上做了修改,是可以跑的。注意修改include的路径。-This is done using Microsoft RTC procedures, functions Call Out. In the source code so on the basis of the amendment is to be run. Changes include attention to the path.
- 2022-12-24 08:35:04下载
- 积分:1