搜索资源列表
Chart
- 基于delphi的聊天室工具,分为客户端和服务器端,具有群聊,私聊,点对点的文件传输功能。
rainsoft_200372295422-1645
- IPXControl: 本软件是一个免费控件,你可以在作者的主页上得到升 级和源代码。你可以任意复制和使用本软件,但必须保证软 件的完整。本软件不得用作商业目的。对使用本软件造成的 后果,作者概不负责。 本软件是一个局域网聊天程序,分为客户端和服务器端 两个程序。本软件采用Delphi的TCP控件编写,语音部分使用 了一个phone.dll。 使用需求: 1) 操作系统: Windows 98/2000 2) 内存需求:
delphi-Talk
- Delphi聊天小程序。包含客户端和服务器。 服务器可以给多个客户端谈话。包含源程序和生成文件。-Delphi chat applet. Includes client and server. Server can talk to multiple clients. Source and build files included.
chat
- 基于socket的局域网多人聊天工具,可实现多人聊天,有更名功能。分客户端和服务器端,支持文本传输-Socket-based LAN multiplayer chat tools, can achieve more than chat, renamed function. Sub-client and server-side support for text transmission
Socket
- delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
jkdelphi
- 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方
gzbchina_NetBar_v1.0
- 本软件用Delphi 6开发,使用了第三方控件EhLib的DBGridEh. 本软件为网吧管理而设计,分为服务器和客户端程序。 本软件不需要安装,只需将服务端程序和数据库文件复制到服务器的某个目录下运行即可。 客户端程序包括执行文件和一个配置文件barini.txt,该文件中需要指定服务器的IP地 址和给客户机的命名,共两行。如: 01号机 192.1.1.1 此外,建议将客户端程序复制到一个比较隐藏的目录中,因为,程序自身就是隐藏的----在 桌面上看不到任何
T_Chess
- Delphi实现客户端和服务器 实现客户端和服务器 -Delphi DownLoad chess server client
2010423
- 俄罗斯游戏大厅v1.0.0 游戏简介: 本游戏分为服务器端server.exe和客户端client.exe两个执行程序。应首先运行服务器端以保证客户端可以正常登陆,客户端运行后输入服务器端的ip地址即可登陆。 游戏规则: 控制落下的方块,一行填满后则消去,消去行数多的人获胜。 游戏控制: ←、→ - 左右移动方块 ↑ - 方块变形 ↓ - 方块下落 空格 - 方块落到底 游戏备注: 1、用户数据库U
Source
- 也是一个UDP的例子,客户端通过服务器来连接。也可以客户端和客户端直接通信。-Is a UDP example, the client through the server to connect. Can the client and the client to communicate directly.
chatroom
- 默认密码为1。 本源码为"简易网络聊天室系统"的源码,由Delphik开发,包括服务端和客户端。服务端包括登陆用户管理、服务器状态管理;客户端可以查看在线人员名单、聊天、说悄悄话。-The default password is 1. The source for the " Simple Internet chat room system," the source, by Delphik development, including server and clien
talk
- 一个远程聊天的程序,包括客户端和服务器端的软件代码-A remote chat programs, including client and server-side software code
0806230109
- 一个简单的聊天程序,包括客户端和服务器,希望对有些人有用-a simple program
kbmSERVERANDClient.exe
- kmb三层调用的一个简单例子,包括客户端和服务器,使用与初学级别-The kmb three-call a simple example, including client and server, using the beginner level
DelphiNetworkHighLevelProgramming
- 客户端与服务器端的主机的相连和消息的发送 -Connected to the client and server-side host to send messages
SocketChat
- 又一个基于DELPHI开发的网络聊天程序,包括了客户端和服务器端的源程序-DELPHI development of network-based chat program, including client and server-side source code
soket
- 远程客户桌面监视,b/s模式,有客户端和服务器端-Remote Client Desktop monitor, b/s mode, the client and server side
Delphi_480166
- Delphi:Delphi实现远程桌面截图功能,远程抓图,程序分为客户端和服务端,先在服务器上启动服务端,然后连接客户端,连接上之后会出现服务端的远程桌面信息,还可抓图或截屏,不错的小程序。 -Delphi: Delphi remote desktop screenshot function, remote capture, the program is divided into client and server, start the server on the server, and t
WebPainter
- 一个网络白板程序,有客户端和服务器端,服务器实现多线程,并且可以实时显示连接数及连接的ip,客户端实现绘图功能,并把图像发到服务器端,服务器转发给其他客户端。代码是用java写的,采用的基本Server/Client的方式实现。网络白板是非常适合初学者研究的一个项目,对于是用socket,了解s/c机制有些帮助。我的代码也写得十分简单,功能也比较齐全,而且这个是福利资源,大家快来下-Whiteboard procedures, a network with the client and serv
delphi-net-exam-system
- delphi设计的考试系统源码,分为客户端和服务器端。-delphi design examination system source code, is divided into client and server-side.