-
提取本机IP地址
对于一个计算机来说,一般只有一个计算机名称,但可以有许多个IP地址,一个是自己设定的局域网的IP地址,一个是拨号上网动态分配的ip地址,本例就是一个理由getcomputername 获取本机IP地址的方法
- 2023-03-11 09:10:03下载
- 积分:1
-
此程序是为了仿真8天线线性阵列智能天线的,在不同用户数和不同方向下的波形赋形图。...
此程序是为了仿真8天线线性阵列智能天线的,在不同用户数和不同方向下的波形赋形图。-This procedure is 8 for simulation of smart antenna arrays linear antenna in a number of different users and different waveform under the direction Shaped Fig.
- 2022-02-11 19:04:24下载
- 积分:1
-
These papers are very good and useful for WSN
These papers are very good and useful for WSN
- 2023-06-06 02:05:04下载
- 积分:1
-
usb communication procedures FOSS
usb 通讯程序源码-usb communication procedures FOSS
- 2022-04-09 02:41:23下载
- 积分:1
-
OFDM中的MIMO
LTE 是 GSM/UMTS 标准演变和无线数据通讯技术标准。LTE 的目标是使用围绕千年之交开发出的新的数字信号处理技术和调制技术来增加无线数据网络的速度和容量。 进一步的目标是重新设计和简化的网络体系结构,实现基于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 15:41:45下载
- 积分:1
-
for two serial data exchange, and at the same time detecting serial packet, seri...
用于两个串口数据交换,并同时检测串口报文,适用于串口数据诊断。-for two serial data exchange, and at the same time detecting serial packet, serial data applicable to the diagnosis.
- 2022-04-26 19:39:19下载
- 积分:1
-
Estimates and plots the error probability performance of a binary antipodal comm...
Estimates and plots the error probability performance of a binary antipodal communication system-Estimates and plots the error probability performance of a binary antipodal communication system
- 2022-08-17 07:16:22下载
- 积分:1
-
QAM的demo程序,功能很强大,有系统框图,很好理解。对于整个系统的设计帮助很大...
QAM的demo程序,功能很强大,有系统框图,很好理解。对于整个系统的设计帮助很大-matlab qam demo
- 2022-02-11 18:51:15下载
- 积分: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
-
Complete website design and code of the thesis can be used as a thesis and clear...
完整的网站设计的毕业论文及代码,可以作为毕业论文使用,很清晰的设计-人才信息管理-Complete website design and code of the thesis can be used as a thesis and clear design- human resources information management
- 2022-01-22 15:49:07下载
- 积分:1