-
RPC:远程过程调用协议规范2版
远程过程调用协议规范版本2
- 2022-07-25 17:07:55下载
- 积分:1
-
VC++编写,通过USB接口实现PC机与单片机的数据收发
VC++编写,通过USB接口实现PC机与单片机的数据收发-VC preparation, adoption USB PC and SCM data transceiver
- 2022-12-07 17:10:04下载
- 积分:1
-
在Max+plusΠ环境下用VHDL语言编写实现基于CPLD的CMI编译码器设计...
在Max+plusΠ环境下用VHDL语言编写实现基于CPLD的CMI编译码器设计-In Max+ plusΠ environment using VHDL language CPLD-based design of CMI codecs
- 2022-12-24 15:40:04下载
- 积分: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
-
Adaptive Filter Theory 是滤波器设计的经典教材,深入浅出的讲解了滤波器的原理...
Adaptive Filter Theory 是滤波器设计的经典教材,深入浅出的讲解了滤波器的原理-Adaptive Filter Theory is the classic filter design materials, in simple terms to explain the principles of the filter
- 2022-01-28 09:08:09下载
- 积分:1
-
The use of VC and mixed programming Mablat phone text messaging program source c...
采用VC和Mablat混合编程的手机发短信源代码程序,主程序为smssend_mainhg。需VC和Mablab3.0编译环境。-The use of VC and mixed programming Mablat phone text messaging program source code, the main program for smssend_mainhg. VC and Mablab3.0 need to compile the environment.
- 2022-08-12 16:43:33下载
- 积分:1
-
多径信道下的ofdm仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。...
多径信道下的ofdm仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。-multi-path channel under the ofdm simulation system, including coding, mapping, interleaving, modulation. Channel estimated that the decision feedback methods.
- 2022-04-15 12:06:06下载
- 积分:1
-
伴随着书籍的一些opnet实验手册
Some opnet lab manual in Accompanying books
- 2023-01-27 00:00:05下载
- 积分:1
-
手机编程相关资料J2ME
手机编程相关资料J2ME-phone programming relevant information J2ME
- 2023-01-09 04:25:03下载
- 积分:1
-
quanganyingkongzhi
quanganyingkongzhi 全感应控制 全感应控制-quanganyingkongzhi
- 2022-11-28 20:40:03下载
- 积分:1