-
HFPVU
Programming library function query dictionary
- 2018-12-26 07:24:23下载
- 积分:1
-
tcp-server-代码
说明: tcp服务器的代码(网上找的),说有点的源代码。(Tcp program code in vxworks)
- 2020-06-20 14:20:01下载
- 积分:1
-
< 精通Windows Sockets网络开发
< 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual C++ implementation " " a book full source code, including multi-threaded download, network Gobang, online examination system of five projects. Each item using a different socket model development (such as select, based on news, events, asynchronous model, overlapping i/o, complete the port), socket network programming for the beginner a friend of great help,,,
- 2023-05-10 23:20:02下载
- 积分:1
-
953140
域名解析工具源码程序,例程调用API函数实现域名的解析。(DNS Tools source program, routine calls API functions domain name resolution.)
- 2016-12-25 20:46:11下载
- 积分:1
-
最新的视频开发包哦
最新的视频开发包哦-latest Video Development Kit oh
- 2022-01-25 17:51:56下载
- 积分:1
-
management system for bus
公交管理系统查询-management system for bus
- 2022-01-26 06:43:36下载
- 积分:1
-
simple-IRC-server
简单的IRC server,实现了client和server之间的通信机制。(simple IRCserver,implementing the communication between client and server)
- 2020-09-11 13:58:02下载
- 积分:1
-
flashget
此源代码实现了下载器的基本功能,模仿简单的快车下载,深入学习java网络以及文件编程有很大的帮助(this program provide you with a deeper study in java)
- 2011-07-23 21:22:28下载
- 积分:1
-
qq群发软件源代码
实现qq群发功能
- 2013-10-04下载
- 积分:1
-
client-server
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。
首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。
程序实现的关键步骤:
以TCP协议为例
服务器端:
1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。
客户端:
1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。
(Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate.
First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission.
The key step program implementation:
In TCP protocol as an example
Service-Terminal:
1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response.
Clients:
1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
- 2016-07-11 10:19:07下载
- 积分:1