-
UDP异步编程
UDP异步编程
- 2014-04-25下载
- 积分:1
-
CSMA
csma protocol and implementation
- 2013-06-09 16:39:27下载
- 积分:1
-
SEVER
多人在线的网络聊天室—服务器,简化实用
可以修改后添加其他功能(Multiplayer online chat rooms- server, simplifying practical
Other functions can be modified to add)
- 2013-10-05 19:42:35下载
- 积分:1
-
DataSocket
这是用Labwindow/cvi编写的基于datasocket技术的网络通信技术,值得一看,对初学者很有帮助(This is prepared by using Labwindow/cvi DataSocket technology based on network communication technology, worth a look, very helpful for beginners)
- 2021-04-27 15:18:44下载
- 积分:1
-
最新Zero远控完整代码(2018-07-18)
说明: 远程控制软件,支持远控屏幕,键鼠操作,文件操作,终端管理.编译器支持QT和VC++.(Remote control software supports remote control screen, keymouse operation, file operation, terminal management. The compiler supports QT and VC++.)
- 2019-08-20 02:39:39下载
- 积分:1
-
49525823chap04Telnet
Visual C++ .NET 网络与通信高级编程范例配套代码(Visual C++. NET network and high-level programming paradigm supporting code)
- 2014-02-20 23:05:14下载
- 积分:1
-
WifiControl
用来控制网卡的源码,可以列出机器中所有的网卡,并可实现禁用和启用网卡(card used to control the source, a list of all the machines card and can achieve banned and the opening of NIC)
- 2020-07-29 16:48:38下载
- 积分: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
-
SSgameRun
:本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能: 系统采用人机交互的方式,界面美观友好。 屏幕信息需要时时显示,网络延时不能大于1秒。 服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。 系统运行时占用内存不能大于10MB,以免影响系统性能。 客户端运行时需要隐藏显示窗口,起其感觉不到在运行(network monitoring system that can carry out the screen of a computer monitor, the system achieve the following features: system is the way human-computer interaction, interface, beautiful and friendly. need to constantly display screen information, the network delay is not greater than 1 second. server can be run at any time as long as the client runs, will be able to display information. run-time memory for the system can not be larger than 10MB, so as not to affect system performance. need to hide the client run-time display window, from its feel in the run.)
- 2010-10-13 16:58:55下载
- 积分:1
-
netDate
VC++源程序实现同步网络时间,基于C/S结构,启动服务端程序后,需要在客户端输入服务端的IP地址,然后点击“同步”按钮,如果顺利连接的话,则完成与服务器端的时间同步,注意,本程序并非是连接世界官方时间服务器,比如微软的时间同步服务器、NIST的服务器等,而是用本程序中的服务端来代替了。
(VC++ source code to synchronize network time, based on C/S structure, start the server program, you need the client enter the service side of the IP address, then click the " Sync" button, if successfully connected, then finished with the server time synchronization Note that this procedure is not an official time server connected world, the time synchronization server such as Microsoft, NIST' s servers, but with this program instead of the server.)
- 2011-04-27 21:40:09下载
- 积分:1