-
Cadence SPW 4.8.2,viterbi解码的源码。
Cadence SPW 4.8.2,viterbi解码的源码。-Cadence SPW 4.8.2, the Viterbi decoder source.
- 2022-12-05 10:15:03下载
- 积分:1
-
用BC++3.1编的C语言文本编辑器
用BC++3.1编的C语言文本编辑器 -with BC 3.1 series of the C language text editor
- 2023-01-23 16:00:03下载
- 积分: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
-
20050417112235232simple.c,简单的C程序设计开发技术
20050417112235232simple.c,简单的C程序设计开发技术-20050417112235232simple.c, a simple C program design and development technology
- 2022-03-01 10:45:16下载
- 积分:1
-
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序...
USB总线与429总线数据转换的USB端(基于PDIUSBD12)的WDM驱动程序-USB bus with 429 data conversion USB terminal (based on PDIUSBD12) WDM
- 2022-01-25 20:28:19下载
- 积分:1
-
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程
WCDMA接口协议中文版,用于详细了解WCDMA接口结构组成及流程-Chinese version of WCDMA Interface Protocol for details about the composition and structure of WCDMA interface flow
- 2022-02-21 13:41:33下载
- 积分:1
-
MODBUS协议中文完整版本,以往的资料不全,这是一份完完整整的MODBUS协议的中文资料,是开发MOUBUS协议栈软件的重要参考...
MODBUS协议中文完整版本,以往的资料不全,这是一份完完整整的MODBUS协议的中文资料,是开发MOUBUS协议栈软件的重要参考-MODBUS protocol full version of the Chinese past, the information was incomplete, this is a full account of the MODBUS protocol of Chinese data, the development of protocol stack software MOUBUS an important reference
- 2022-07-25 23:09:15下载
- 积分:1
-
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理....
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理.-Complete message management system. Delphi realize. Can support the majority of GSM mobile phones to send and receive message, management.
- 2022-05-23 01:15:09下载
- 积分:1
-
special cdma document2
special cdma document2
- 2022-04-21 21:32:24下载
- 积分:1
-
MODBUS communication protocol test, it may be useful to
汇编做的MODBUS通讯协议
通过测试,希望对大家有用-MODBUS communication protocol test, it may be useful to
- 2023-06-19 01:35:04下载
- 积分:1