-
两台电脑简单通信
很简单的源码,通过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
-
SMS platform of china unicom, Including code for server and client, very goooooo...
中国联通短信服务平台,包括服务器和客户端代码,很好的-SMS platform of china unicom, Including code for server and client, very gooooood stuff.
- 2022-03-20 10:56:36下载
- 积分:1
-
CPCI 2R3
CPCI主规范
CPCI 2R3
CPCI主规范
-CPCI 2R3
CPCI 2.0 R3.0
- 2022-09-22 13:20:03下载
- 积分:1
-
冬孢子堆的USB驱动程序
资源描述对formatear萨基姆eft930s TPV我们必须做罗siguiente:1。reinicie EL终端pulsando EL BOTóN N(N correccióBOTó阿马里洛)Y”。”同时áneamente2。脉冲埃尔BOTóN F1。当埃尔Asterisco(*)的ímbolo aparece恩香格里拉pantalla,一continuacióN,脉冲F4,F2 F3(没有登辑Y 4 asteriscos阙本身muestran恩香格里拉pantalla)3。这asteriscos中硒á文学要一周4。USO de la aplicacióN LLT,conecte EL终端EN苏PC de你试试5。在Vista de la终端,seleccione待办事项洛杉矶archivos Y”borrar”这archivos(LLT乐indicará阙algunos archivos无硒可以在borrar。)
- 2023-05-29 12:35:03下载
- 积分:1
-
的sl11ride是一种低成本、高速通用串行总线基于RISC控制器…
The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a
16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its
serial flash EEPROM interface offers low cost storage for USB device configuration and customer product
specific functions. New functions can be programmed into the I2C by downloading it from a USB Host
PC. This unique architecture provides the ability to upgrade products, in the field, without changing the
peripheral hardware.-USB IDE solution
- 2022-03-19 17:16:13下载
- 积分:1
-
pos authorities call in the GPRS protocol, we refer to
pos机关于GPRS协议的调用,大家参考-pos authorities call in the GPRS protocol, we refer to
- 2022-01-30 17:59:34下载
- 积分:1
-
从通信的角度看移动通信的基本知识…
移动通信基本知识:从通信网的角度看,移动网可以看成是有线通信网的延伸,它由无线和有线两部分组成。无线部分提供用户终端的接入,利用有限的频率资源在空中可靠地传送话音和数据;有线部分完成网络功能,包括交换、用户管理、漫游、鉴权等,构成公众陆地移动通信网PLMN。从陆地移动通信的具体实现形式来分主要有模拟移动通信和数字移动通信这两部种。-Basic knowledge of mobile communications: From the perspective of communication networks, mobile networks can be seen as an extension of wired communication network, which is both wireless and wired components. Part of user terminals to provide wireless access, frequency of use of limited resources in the air and reliable transmission of voice and data wired part of the completion of network functions, including switching, subscriber management, roaming, authentication and so on, constitute a public land mobile communication network PLMN. From land-based mobile communications to the specific forms of the main points have analog and digital mobile communications that two kinds of mobile communication.
- 2022-10-18 22:25:03下载
- 积分:1
-
基于Winsock API的VC网络编程指导文档,非常实用
基于Winsock API的VC网络编程指导文档,非常实用-Winsock API based on the VC network programming guidance document, very useful
- 2022-03-05 03:19:21下载
- 积分:1
-
有关地址通讯的J2ME例子-展示了一个在草原中跳跃的牛仔
有关地址通讯的J2ME例子-展示了一个在草原中跳跃的牛仔-address the communications J2ME example- showed a jump in the plains of cowboy
- 2022-03-22 02:55:00下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-04 02:39:43下载
- 积分:1