-
关于多维viterbi软判译码的资料,很详细
关于多维viterbi软判译码的资料,很详细-Dimensional viterbi decoding on the soft-sentence information, very detailed
- 2022-01-26 06:43:57下载
- 积分: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
-
诺基亚格式签名工具,可以签名字体,软件,主题。有…
诺基亚SIS格式签名工具,可以签名字库,软件,主题。有需要的收-Nokia SIS format signature tools, can be a signature font, software, themes. Has the need for admission
- 2022-06-30 11:21:16下载
- 积分:1
-
这是我做为媒体项目收集了一些RTP和H264的信息。
其中为本人做媒体项目时搜集的一些有关rtp和h264方面的资料.-which I do for the media item collected some of the rtp and h264 of information.
- 2023-03-04 00:45:08下载
- 积分:1
-
通信、编码中m序列采样实现代码MFC版本
通信、编码中m序列采样实现代码MFC版本-communications, coding sequence sampling m MFC code version
- 2023-01-23 22:05:03下载
- 积分:1
-
libsmi的使用手册及网站,著名的德国MIB读取软件,非常好用
libsmi的使用手册及网站,著名的德国MIB读取软件,非常好用-libsmi the use of manuals and websites, a prominent German MIB read software, very easy to use
- 2022-02-01 06:58:14下载
- 积分:1
-
通过打印口(rs232)测试pic编程器的小程序。
通过打印口(rs232)测试pic编程器的小程序。-This is a small program to test pic progamme implements by LPT(rs232).
- 2022-08-20 02:15:13下载
- 积分:1
-
matlab教程,详细介绍Matlab的基础、入门及使用指南。
matlab教程,详细介绍Matlab的基础、入门及使用指南。
- 2023-08-11 17:05:06下载
- 积分:1
-
JAVA3D游戏
JAVA3D游戏-Java 3D Games for Siemens Series 60 mobile
- 2022-06-11 13:23:13下载
- 积分:1
-
使用borland公司的delphi语言,编程实现CTI交换机坐席之间的互拨的功能。delphi语言完成语音板卡的设置, 应用程序接口API,七号信令的配置...
使用borland公司的delphi语言,编程实现CTI交换机坐席之间的互拨的功能。delphi语言完成语音板卡的设置, 应用程序接口API,七号信令的配置-use borland company delphi language, Programming CTI switches between the mutual Seat allocation functions. Delphi language Voice Card completed the installation, application programming interface API, SS7 configuration
- 2023-04-14 21:50:03下载
- 积分:1