搜索资源列表
简单tcpip数据交换
- 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
05-09-14-Socket
- C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
MTSClientSrc
- 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
wangluoshixi
- 在网络实习课设作的一个聊天工具。在TCP协议基础上,利用Winsock编程实现与服务器的多客户通信程序。-internship in the network set up for the class a chatting tool. TCP, based on the use of Winsock programming and multi-client server communication program.
chat_code
- 网络聊天程序,分服务器端和客户端程序代码,采用winsocket原理编写.
TCPCli
- 此代码为网络GPS客户端程序,用于与服务器之间的基于NTrip协议的通讯。
RTPCommunication
- RTP通信的客户端和服务器程序,使用jrtplib来实现RTP的通信。
TCPCSocketcls
- TCP聊天是程序服务器端程序 TCP聊天客户端是TCP聊天程序客户端程序
was
- 以消息通知的方式实现TCP协议下的客户机服务器程序。服务器程序使用WSAAsyncSelect模型
tcp
- windows编程,写的tcp的服务器和客户端程序
TCPIPprotocolren
- TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
TCP_ClientSrc
- 区别于单线程的TCP服务器,可以使一个服务器程序在任何时间处理多个客户机连接
广播服务器
- 在Linux下的基于TCP/IP协议的广播服务器和客户端程序。初学着很有用啊!!
UDP_protocol_test
- UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
hw2
- 一个tcp客户服务器程序,可以解决大问题,下载看看,-A tcp client-server process, can solve the big problem, download and see,
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
vmClientServerService
- socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。-It s about socket server and client .It s flexible and scalable and can be easily changed to adjust your application
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
SocketTestForms_未加log与用户识别版
- 客户端程序连接服务器,tcp协议。有log(Client program, connection server, TCP protocol. Log)