搜索资源列表
del51745567722
- 本游戏为网络对战版俄罗斯方块,分为服务器端和客户端两个程序,客户端登陆服务器后选择“备战”后即可与其他对手进行对战,网络通讯使用TIdTCPServer和TIdTCPClient,界面使用VclSkinv2.45,同时使用Access数据库实现对用户数据的管理,具体操作详见Readme
1112chat
- 一个不错的网络编程例子-a good example of Network Programming
del51745567722
- 本游戏为网络对战版俄罗斯方块,分为服务器端和客户端两个程序,客户端登陆服务器后选择“备战”后即可与其他对手进行对战,网络通讯使用TIdTCPServer和TIdTCPClient,界面使用VclSkinv2.45,同时使用Access数据库实现对用户数据的管理,具体操作详见Readme -The war games for the network version of the Russian box, divided into se
TcpCommunication
- 使用TIdTCPServer和TIdTCPClient组件编写的Tcp通信工具-program with the components of TIdTCPServer and TIdTCPClient,it s uses for Communications with Tcp instrument
P2Pwenjianchuanshu
- 利用TCP协议连接双方,服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器根据客户端发送的当前文件流传输位置按接收缓冲区大小一块一块的发送给客户端,客户端接受后再保存到接收文件流,直到整个文件流发送完毕,这里服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Using TCP protocol to connect the two sides, the establish
ICPServer
- Delphi组件应用实例——应用TIdTCPClient和TIdTCPServer组件-Application Delphi components- Application TIdTCPClient and components TIdTCPServer
IDTCPtran
- 在DELPHI开发平台下,采用TIdTCPServer及TIdTCPClient实现文件的传输-In the DELPHI development platform, using TIdTCPServer and TIdTCPClient achieve file transfer
server
- Simple Indy 10 chat with TIdTCPServer and TIdTCPClient
Delphi_FileTranfer
- 用delphi进行网络文件传输,一方发送文件,一方接受,直到传输完整个文件。服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件-With delphi network file transfer, one to send the file, the party accepted until the transfer is complete documents. Use TIdTCPServer ser
SendFile
- 服务器端建立文件流读入待发送文件进入监听状态,客户端发送信号开始传输,服务器端使用TIdTCPServer组件,客户端对应的使用TIdTCPClient组件。-Build server reads the file stream file to be sent into the listening state, the client sends the signal to start the transmission, the serv
Indy10TCP-XE5
- INDY10 TIDTCPServer TIdTCPClient 支持多线程,显示中文不乱码,支持自定义数据包,XE5 Win7环境下通过。-INDY10 TIDTCPServer TIdTCPClient support multithreading, do not display Chinese garbled, support custom data packets through the next XE5 Win7 enviro
LdxTCPClient
- TIdTCPClient 的封装类,自带线程进行socket读取,不用再自己写线程处理-include thread do process TIdTCPClient read buffer