-
NzLan103_Protocol
这是在QT下开发的,用于和国电南自的网络保护(如PSL602,PST1200等)用网络103规约进行通信的程序,对刚开始接触规约开发的人有很大的帮助(This is the QT under development for the country and the south, since the network protection (eg PSL602. PST1200) network with 103 of the Statute of communication procedures, of the Statute of the beginning of the development of contacts will be very helpful)
- 2021-02-25 11:19:38下载
- 积分:1
-
直方图均衡化
直方图均衡化 c语言实现 简单明了,一看便懂。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-02-15 13:34:03下载
- 积分:1
-
precoded
precoded code for mimo
- 2013-08-27 11:36:32下载
- 积分:1
-
textbox右边加个小按钮
在textbox右边添加小按钮
- 2015-05-12下载
- 积分:1
-
caibei
非常经典的C++程序,十分实用对于练习程序来说。(good programme)
- 2013-09-14 21:23:56下载
- 积分:1
-
C语言练习题
西安电子科技大学上机实验的部分C语言的一些经典练习题,包括百钱百鸡,回文数,复数乘法等
- 2022-02-04 09:39:25下载
- 积分:1
-
Extract_H264_MP3
从MP4文件中提取h264视频及mp3音频文件(Extract H264 video and mp3 audio files from the MP4 file)
- 2021-01-04 15:48:55下载
- 积分:1
-
ATM100
能够实现ATM取款机的各种功能,而且可根据具体需要自行修改,是学习的必备资料。(ATM cash machine to achieve a variety of functions, and can be modified according to the specific needs of its own, is to learn the necessary information.)
- 2016-04-22 15:26:30下载
- 积分:1
-
Towards a Monitoring Framework for Worldwide Grid
Towards a Monitoring Framework for Worldwide Grid Information Services. Serafeim. europar04
- 2005-12-06 22:29:47下载
- 积分: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