-
Turbo码编码器解码器交际
turbo code encoder decoder communicacion
- 2023-04-07 00:55:03下载
- 积分:1
-
udp echo server and client use them they r working fine
udp echo server and client use them they r working fine
- 2022-03-05 08:58:50下载
- 积分:1
-
模拟串口通信(含电路仿真图)
通过LED来模拟串口通信的程序代码和仿真图。程序(里面含俩个工程,分别用于俩个单片机上test用于单片机U1,test1用于单片机U2。
- 2022-03-19 21:00:55下载
- 积分:1
-
编程学习资源网站列表。介绍了各门编程语言资料收集地址。...
编程学习资源网站列表。介绍了各门编程语言资料收集地址。-Programming Learning Resources list of sites. Introduction of the door programming language data collection address.
- 2022-02-18 16:21:06下载
- 积分:1
-
用C语言和汇编语言编程实现了两台计算机的并口通信。
用C语言和汇编语言编程实现了两台计算机的并口通信。-use C language and remit compile achieve collocate communicate of two computer.
- 2022-09-20 00:20: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
-
John Wiley 的书 Rf Technologies For Low Power Wireless Communications,低功耗通信的射频技术,非...
John Wiley 的书 Rf Technologies For Low Power Wireless Communications,低功耗通信的射频技术,非常有意义的一本书-John Wiley book Rf Technologies For Low Power Wireless Communications, low-power radio frequency communication technology, a very interesting book
- 2022-12-30 17:10:04下载
- 积分:1
-
海南联通的一个SGIP协议短信API的例子程序,从事软件开发人员...
海南联通的一个SGIP协议短信API的例子程序,从事软件开发人员-Hainan Unicom an agreement SGIP SMS API examples procedures, software developers
- 2022-07-12 22:02:31下载
- 积分:1
-
EXCEL的安装、配置、编程接口等全工程的帮助文档,EXCEL是美国的交换机,但在中国的电信业用的很多,而且EXCEL不免费提供文档,不信你到别处...
EXCEL的安装、配置、编程接口等全工程的帮助文档,EXCEL是美国的交换机,但在中国的电信业用的很多,而且EXCEL不免费提供文档,不信你到别处-EXCEL installation, configuration, programming interface, such as the entire project to help document, EXCEL switch the United States, but in China s telecom industry with many, but not provided free of charge EXCEL documents, do not believe you go to somewhere else
- 2022-01-28 05:48:12下载
- 积分:1
-
用delphi做的,用来模拟can主控节点测试分模块节点的测试程序...
用delphi做的,用来模拟can主控节点测试分模块节点的测试程序-used to do, used to simulate the control nodes can test-node module testing procedures
- 2022-09-29 13:55:04下载
- 积分:1