-
一个利用C#编写的Socket通信实例,包含服务器端可客户端源代码。...
一个利用C#编写的Socket通信实例,包含服务器端可客户端源代码。-One written in C# using an instance of Socket Communications, including server-side to client-side source code.
- 2022-08-21 01:37:25下载
- 积分:1
-
网络时间同步协议的实现
网络时间同步协议的实现-network time synchronization protocol implemented
- 2022-08-25 15:37:44下载
- 积分:1
-
Oh, Chiao Tung network operations; Reliable data transmission, go back to N; Oh,...
呵呵,交大网络作业;可靠的数据传输,go back to N;呵呵,错过了就可惜了-Oh, Chiao Tung network operations; Reliable data transmission, go back to N; Oh, it missed on the pity
- 2022-05-30 22:06:30下载
- 积分:1
-
ngrep致力提供大多数GNU grep的共同特征,将它们应用于日…
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
- 2022-02-03 23:34:40下载
- 积分:1
-
LINUX下c++SOCKET编程
Socket是进程通讯的一种方式,即调
在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器(Client/Server, C/S)模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。客户/服务器模式的建立基于以下两点:
(1)首先,建立网络的起因是网络中软硬件资源、运算能力和信息不均等,需要共享,从而造就拥有众多资源的主机提供服务,资源较少的客户请求服务这一非对等作用。
(2)其次,网间进程通信完全是异步的,相互通信的进程间既不存在父子关系,又不共享内存缓冲区,因此需要一种机制为希望通信的进程间建立联系,为二者的数据交换提供同步,这就是基于客户/服务器模式的TCP/IP。
用这个网络库的一些API函数实现分布在不同主机的相关进程之间的数据交换。
- 2023-07-03 05:55:03下载
- 积分:1
-
用VB写“多线程”程序.
用VB写“多线程”程序.-VB wrote "multithreading" procedures.
- 2022-10-21 10:30:03下载
- 积分:1
-
初学者学习用的文件上传代码
初学者学习用的文件上传代码-beginners to learn the file upload code
- 2022-03-26 01:16:48下载
- 积分:1
-
asp.net rewriter,可以配置成httpmodule和httpHandle.
asp.net rewriter,可以配置成httpmodule和httpHandle.-asp.net rewriter, can be configured into httpmodule and httpHandle.
- 2022-02-14 20:36:11下载
- 积分:1
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
在网页中嵌入媒体播放器
在网页中嵌入媒体播放器-embedded in the Web page media player
- 2022-01-31 13:32:18下载
- 积分:1