Description: 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box. Platform: |
Size: 74752 |
Author:叶舟 |
Hits:
Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason. Platform: |
Size: 15360 |
Author: |
Hits:
Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program Platform: |
Size: 3072 |
Author:蓝鸥 |
Hits:
Description: C#写的聊天软件,如果正在学习C#网络的人这个程序不可不看,适合初学者!-C# Written in chat software, If you are learning C# Network of people can not watch this program suitable for beginners! Platform: |
Size: 245760 |
Author:cxd |
Hits:
Description: TCP功能强大的服务器!采用了重复式设计,防止DDOS攻击!顶你个肺-TCP powerful server! The use of duplicate design, to prevent DDOS attack! Top of your lung Platform: |
Size: 1344512 |
Author:地方法 |
Hits:
Description: java网络编程经典实例
实例61 从网络取得文件
实例62 TCP服务器端
实例63 TCP客户端
实例64 UDP服务器模型
实例65 UDP客户端模型
-java network programming classic example of 61 examples of documents from the network to obtain examples of 62 TCP server-side examples of 63 TCP Example 64 UDP client server model examples 65 UDP client model Platform: |
Size: 81920 |
Author:李杰 |
Hits:
Description: Linux下的tcp和udp的服务器客户端通讯框架类,完整实例含makefile-Linux under the tcp and udp client server communications framework category, complete with examples makefile Platform: |
Size: 48128 |
Author:Janferry |
Hits:
Description: 在Linux/Unix环境下的网络编程,是TCP/IP的网际互联中的ECHO服务。系程序针对TCP客户端,,作用是服务器返回从客户处收到的所有数据-In Linux/Unix network programming environment is the TCP/IP Internet connectivity services in the ECHO. Department procedures for TCP client, is the server returns from the client received all the data Platform: |
Size: 1024 |
Author:杨敏 |
Hits:
Description: 用VC实现客户机服务机器模式的聊天程序:
在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点:
1、非对等作用;
2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client Services machine model chat program: In the TCP/IP network, both the process of interaction between the host model is client/server mode (Client/Server model). The goal of this experiment is to use Visual C++ the implementation WINDOWS SOCKET network programming between the client and server communications, through a chat room procedures to reflect this communication process, the model set up based on the following two points: one, non of effects 2, communication is completely asynchronous. Client/Server mode in the process are initiatives taken by way of instructions, Platform: |
Size: 4211712 |
Author:廖国锐 |
Hits: