-
这是一个简单的socket例程源码,现运行server,并开始。然后运行client,
连接就可以看到提示信息。...
这是一个简单的socket例程源码,现运行server,并开始。然后运行client,
连接就可以看到提示信息。-This is a simple socket routines source, the server is running, and began. Then run client to connect, you can see a message.
- 2022-03-05 02:59:06下载
- 积分:1
-
based on a "all_usb_drivers" USB drive Programming Series.
一个基于“all_usb_drivers”USB驱动编程大全.-based on a "all_usb_drivers" USB drive Programming Series.
- 2023-02-13 22:15:05下载
- 积分:1
-
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。...
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。-In the TCP/IP network applications, the communication process of the interaction between the two main model is client/server model, that is, customer service requests to the server, the server receives a request, provide the necessary services.
- 2022-01-26 00:53:10下载
- 积分:1
-
AOL的在线聊天系统的客户端
AOL的在线聊天系统的客户端-AOL chat client
- 2023-01-16 11:25:03下载
- 积分:1
-
c#编的客户端程序,可以发送文件也可以接收文件,适合初次使用c#的用户学习socket编程用...
c#编的客户端程序,可以发送文件也可以接收文件,适合初次使用c#的用户学习socket编程用-c# addendum to the client program can send documents can also receive documents, suitable for initial use of the c# programming socket users with learning
- 2022-01-22 02:41:12下载
- 积分:1
-
网络编程方面的传输协议JRTP,里面有各个协议的实现细节。
网络编程方面的传输协议JRTP,里面有各个协议的实现细节。-of network programming JRTP transmission protocols, and they realize all the details of the agreement.
- 2022-01-25 20:28:25下载
- 积分:1
-
senior network programming a book supporting source. We own this season. Nothing...
网络高级编程一书的配套源码。大家自已看吧。没有什么好介绍的。-senior network programming a book supporting source. We own this season. Nothing about.
- 2023-03-20 18:15:04下载
- 积分:1
-
将网络驱动器映射为本地驱动的小程序,.net2003编译通过
将网络驱动器映射为本地驱动的小程序,.net2003编译通过-network drive mapping for the local small-driven procedures. Net2003 compile
- 2022-01-23 10:32:14下载
- 积分:1
-
使用delphi7 进行socket 服务器端 开发含源码
基于delphi7开发,使用IdTCPServer控件,进行socket服务器端开发。
包含全部源码以及exe文件,纯原生开发。
还有Client客户端代码已经上传。
- 2022-03-22 19:03:49下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1