-
When two dice to seven points and 11 wins When two dice and for two points. Or 3...
When two dice to seven points and 11 wins When two dice and for two points. Or 3. Or 5 to lose. on the other to continue throwing, if referrals to lose seven, and the last time it won -When two dice to seven points and 11 wins When two dice and for two points. Or 3. Or 5 to lose. On the other to continue throwing, if referrals to lose seven, and the last time it won
- 2022-01-29 02:28:22下载
- 积分:1
-
very good serial communication control, for delphi7
非常好的串口通讯控件,for delphi7-very good serial communication control, for delphi7
- 2022-08-08 21:59:11下载
- 积分:1
-
can总线通信C++ BUILDER源程序。用于编写can通信协议,以及测试can总线。...
can总线通信C++ BUILDER源程序。用于编写can通信协议,以及测试can总线。-can BUILDER C bus communication source. Can prepare for the communication protocol and can test bus.
- 2022-03-13 14:37:56下载
- 积分:1
-
LTE关键技术
LTE的关键技术,包含ofdm、MIMO技术、快速MAC调度技术、双工技术、链路自适应技术、告诫调制等。频域多只。
- 2022-08-17 18:56:05下载
- 积分:1
-
无线传感器网络安全演示
Wireless Sensor Network SEcurity demo
- 2022-12-09 16:25:03下载
- 积分:1
-
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1
收集的一些OPNET无线仿真的模型及程序,适用于OPNET8.1-10.0-collection of OPNET wireless simulation models and procedures applicable to OPNET8.1- 10.0
- 2022-02-24 16:21:27下载
- 积分:1
-
免费开源的远程桌面程序,vnc客户端源代码,windows版本
免费开源的远程桌面程序,vnc客户端源代码,windows版本-Free open source remote desktop programs, vnc client source code, windows version
- 2022-02-15 22:08:24下载
- 积分: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
-
该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收。内附主要程序的用途说明....
该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收。内附主要程序的用途说明.-folder to the space-time block codes-Convolutional Codes cascade system simulation program, antenna configuration for the two 2 admission. Containing the main proceedings Description.
- 2022-11-30 01:15:03下载
- 积分:1
-
RS232 serial port debugging tools
串口调试工具RS232,包括记事本文件传输-RS232 serial port debugging tools
- 2022-07-03 06:54:20下载
- 积分:1