-
电力电子电路matlab仿真程序,丰富实用,即学即会。
电力电子电路matlab仿真程序,丰富实用,即学即会。-Matlab power electronic circuit simulation program, rich in practical, that will learn.
- 2022-02-12 09:18:08下载
- 积分:1
-
through serial transmission of documents and mouse control.
通过串口传送文件和鼠标控制.-through serial transmission of documents and mouse control.
- 2022-03-03 23:47:46下载
- 积分:1
-
利用串口方式读取数据库,对于实时监测系统有帮助
利用串口方式读取数据库,对于实时监测系统有帮助- Reads using the string mouth way takes the database, has
regarding the real-time monitor system helps
- 2022-02-11 15:59:36下载
- 积分: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
-
This is an algorithm for DynamicChannel Allocation in GSM frequency planning. Th...
This is an algorithm for DynamicChannel Allocation in GSM frequency planning. The source code is being developed and will be uploaded soon.
- 2023-03-14 21:05:03下载
- 积分:1
-
IETF Discussion List Charter
IETF讨论列表章程
- 2023-04-13 05:15:04下载
- 积分:1
-
本文是SIMens公司培训的技术资料,有很好的使用价值
本文是SIMens公司培训的技术资料,有很好的使用价值-This article is SIMens corporate training technical information, there is a good value
- 2022-08-13 16:10:36下载
- 积分:1
-
主要是通过应用程序对skype进行进程间常用功能的控制(如呼叫,挂接电话等),并且整合了PSTN电话功能(需相应的硬件).实现了网络电话与传统的pstn电话与一...
主要是通过应用程序对skype进行进程间常用功能的控制(如呼叫,挂接电话等),并且整合了PSTN电话功能(需相应的硬件).实现了网络电话与传统的pstn电话与一体.-Mainly through the application of the skype feature commonly used to carry out inter-process control (such as call, articulated phone, etc.), and the integration of PSTN telephony functions (subject to the appropriate hardware). Realize the network with the traditional PSTN telephone call with one.
- 2022-08-20 15:07:49下载
- 积分:1
-
经典的维特比译码程序,供参考
经典的维特比译码程序,供参考-classic Viterbi decoding procedures for reference
- 2022-02-25 04:49:13下载
- 积分:1
-
Serial programming, mainly for testing serial port to send commands to control d...
串口编程,主要用于测试串口发送命令控制
开发工具为VC6.0-Serial programming, mainly for testing serial port to send commands to control development tools for VC6.0
- 2022-05-18 16:37:30下载
- 积分:1