-
MY_ping_command(1)
Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等
对网络编程初期学习者很有帮助
- 2011-04-23 12:55:18下载
- 积分:1
-
Protocol6
计算机网络选择重传协议,效率达到90 以上,北邮计科计算机网络课程作业(Select the computer network retransmission agreement, more than 90 efficiency, BUPT Jike computer network course work)
- 2014-03-31 20:55:07下载
- 积分:1
-
vcwangluobiancheng
说明: vc网络编程全解析,多个源码,全部为vc6打开,每个章节的源码例程都包括在里面,很好的东西,供大家学习应用 (vc network programming full resolution, multiple source, all the vc6 open source routines for each chapter are included in it, very good, for everybody to learn application)
- 2010-04-03 21:35:29下载
- 积分:1
-
WindowsSocket
第1章 计算机网络体系结构
第2章 NetBIOS编程户端
第3章 重定向器、邮槽和管道
第4章 网络协议TCP/IP
第5章 局域网编程
第6章 Winsock基础
第7章 Winsock API高级编程
第8章 MFC Winsock高级编程
第9章 深入UDP
第10章 WinInet API开发
第11章 网络协议实现及应用
第12章 综合实例(
Chapter 1 Computer Network Architecture
Chapter 2 NetBIOS programming client households
Chapter 3 redirector, and pipelines Mailslot
Chapter 4 Network Protocol TCP/IP
Chapter 5 LAN Programming
Chapter 6 Winsock basic
Chapter 7 Advanced Programming Winsock API
Chapter 8 Advanced MFC Winsock Programming
Chapter 9 in depth UDP
Chapter 10 WinInet API development
Chapter 11 Network Protocol implementation and application of
Chapter 12 General Example)
- 2009-03-14 12:15:17下载
- 积分: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
-
jiayoua_modbusm
说明: arj欺骗代码,c语言,以可改变网卡接收模式,获取所有经过的数据包(arj cheat code, c language, in order to change the network card can receive mode, after obtaining all the data packets)
- 2010-04-11 14:47:51下载
- 积分:1
-
hqwyyzm
通过此软件可以获取网页验证码,用于研究软件来控制网页中的元素信息.(With this software, you can access to the website code, used to study the software to control elements of the website information.)
- 2013-10-11 15:47:03下载
- 积分:1
-
fileProtect
说明: 网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)
- 2021-03-29 16:59:10下载
- 积分:1
-
KOSDemo
本opc server工具可用于各种opc的调试环境(This tool can be used for a variety opc server opc debugging environment)
- 2017-05-07 23:00:05下载
- 积分:1
-
fx
说明: 以网络通讯为基础,客户端输入指令,得到反馈,在客户端和服务器端显示opengl模型,并控制模型的运动(base on the communication of network,client type the key ,the sever respond at the same time client and the sever show the live result on the screen.)
- 2011-05-04 17:04:09下载
- 积分:1