-
安捷伦CDMA网络测试工具帮助,可以参考此工具的说明进行对网络维护和测试的学习。...
安捷伦CDMA网络测试工具帮助,可以参考此工具的说明进行对网络维护和测试的学习。-Agilent CDMA network testing tools to help, they can refer to the tool descriptions of network maintenance and testing of learning.
- 2022-06-21 13:35:55下载
- 积分:1
-
信号采集器,油,水,气的采集
信号采集器,油,水,气的采集-Signal acquisition device, oil, water, gas collection
- 2022-07-02 14:06:47下载
- 积分:1
-
PLL的原理实验以及数据分析,分析的很好打的四眼数据 下来看看吧...
PLL的原理实验以及数据分析,分析的很好打的四眼数据 下来看看吧-PLL as well as the principles of experimental data analysis
- 2023-02-09 07:35:03下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-10 03:21:38下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
simulation of the communication time for a space
simulation of the communication time for a space-time adaptive processing algorithm on a parallel embedded system
- 2022-01-31 19:05:32下载
- 积分:1
-
通信系统仿真原理与无线应用代码
是一本不可多得的仿真书籍...
通信系统仿真原理与无线应用代码
是一本不可多得的仿真书籍 -Communication System Simulation Principle and wireless application code is a simulation of rare books
- 2023-08-07 12:30:03下载
- 积分:1
-
ip路由选择
ip路由选择-ip routing Contents Paragraphs Page
- 2022-08-14 10:06:42下载
- 积分:1
-
GB_T 27930-2015 电动汽车CAN通信协议 国标
GB_T 27930-2015 电动汽车非车载传导式充电机与电池管理系统之间的通信协议。
2016年最新 电动汽车 国标
- 2022-04-10 09:56:57下载
- 积分:1
-
详细介绍了数据结构中关于树和图的相关知识,并通过C语言实现了关于树和图的个种操作,是学习C语言和数据机构的很好好材料...
详细介绍了数据结构中关于树和图的相关知识,并通过C语言实现了关于树和图的个种操作,是学习C语言和数据机构的很好好材料-detailed data on the structure of the tree and plans related knowledge, and through C language on the map of the trees and the species of operation, is learning C language and the good data good materials
- 2023-06-13 22:15:45下载
- 积分:1