搜索资源列表
Chat-TCP
- 一个win32汇编程序,实现socket的聊天小程序;由客户端程序和服务器端程序组成
Chat-UDP
- 在win32汇编中用socket实现udp协议的网络聊天程序;程序由服务器端和客户端程序组成;
Chat-TCP
- 使用汇编语言实现TCP协议的聊天室例子程序,是罗云彬win32 汇编书上第十六章的实例源码,客户端和服务器端的源码都全,代码的结构非常好,觉得不错传上来。 -Sample code for < Win32ASM Programming 2nd Edition>
P2Pwenjianchuanshu
- 利用TCP协议连接双方,服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器根据客户端发送的当前文件流传输位置按接收缓冲区大小一块一块的发送给客户端,客户端接受后再保存到接收文件流,直到整个文件流发送完毕,这里服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Using TCP protocol to connect the two sides, the establishment of server-side file strea
ChatRoom(Csocket)
- vc++ 聊天室 局域网聊天室 里面有客户端和主机服务器-chat room
VCQQ
- 本软件是用VC所作的项目,在项目中是一个聊天软件,有客户端和服务器。-This software is used by the VC project, the project is a chat software, with the client and server.
QICQ
- 一款QICQ聊天源码,带客户端和服务器端-A QICQ chat source code, with the client and server-side
sendfile
- 使用汇编语言编写,实现同时多文件多线程传输文件。server_file.asm 为服务器端,file.asm为客户发送端(编译前请修改服务器地址)。-In assembly language, simultaneous multi-file multi-threaded file transfer. server_file.asm for the server side, file.asm customers sending end (compiled before you modify the
223
- C 23基于TCP的Socket多线程通信(包含服务器端和客户端)-C# communication
taojiezi
- 编写基于会话套接字进行通信的服务器端和客户端程序,要求: 客户端以字符串的形式循环发送“data0”到“data9”到服务器端; 服务器端收到每个字符串后,回应一个echo信号到客户端,格式为:“XXXXXXXX echo data0” (XXXXXXXX为学号); - written communication session based socket server and client procedures,
winsock
- 1.使用VC6.0的开发环境,构建工程为Win32 Console Application类型 2.功能简述: 标准时间服务器上的时间为网络内的标准时间;当网络内某台主机(客户端)需要调整时间时,便发送一个请求信息到时间服务器;时间服务器接到请求后,把本地时间作为标准时间发送到客户端;客户端更改本地时间为标准时间。 -1 using VC6.0 development environment to build the project for the Win32 Console Ap
DOS-Game-21point
- 微机实验21点游戏(双机通信版),server和client分别为服务器端和客户端,先运行client再运行server.-Microcomputer Experiment 21:00 Game (Two-machine communication edition), server and client are server-side and client-side, first run the client and then run the server.
VB-socket-tcp-ip
- VB-socket通信程序,包含客户端也服务器端源代码。-socket communication with VB
ZXFClient
- 如何建立简单的客户端来连接服务器-How to build a simple client