搜索资源列表
ping(Delphi)
- 一个DELPHI 代码写的PING程序,可以作为一个例子-a code written in DELPHI PING procedures, as an example
Trans
- 我用Delphi写的基于TCP/IP的数据中转程序 相当于软路由 对软路由感兴趣的朋友 可以参考一下-I write with Delphi-based TCP / IP data transfer procedures for the equivalent of soft routing soft routing flu Interested friends can reference
dxcwlcs
- 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execut
SMGP 3.0 Delphi源码
- Delphi开发的SMGP3.0客户端程序,完全支持电信C网短消息。
ppp
- GPRS无线模块的拨号程序,可直接使用。-GPRS dial-up procedure wireless module can be used directly.
Ping
- 程序中对PING的实现 程序中对PING的实现-PING procedure for the realization of the procedure for the realization of PING
TCPtxsl
- 一个用DELPHI编写的简单的聊天室程序基于ClientSocket,ServerSocket编写.-DELPHI prepared using a simple procedure based on the chat room ClientSocket, ServerSocket prepared.
ServTest
- 我自己在做无线考勤系统时,开发的一个基于TCP/IP协议的简单的无线考勤数据接收端程序的测试版本,特别适合初学者学习网络编程时参考(其中使用了一个第三方的控件,控件的安装源代码也在里面了)。-At my own attendance to do the wireless system, developed based on the TCP/IP protocol for easy wireless data receiver attendance of the test version of t
UDP
- delphi 编写的UDP协议通讯程序示例,适合初学者,因为它够简单。-UDP communication example
udp
- UDP 测试程序,delphy编写,源程序-UDP test
delphi-Jietu
- Delphi利用流实现网络传输屏幕图像 含有源代码。和生成程序 先启动Server, 在启动Client,点连接服务器。在点截图。 -Delphi for network transmission using current screen image containing the source code. And generate program first started Server, start Client, point to connect to server.
Socket-net-program
- 介绍TCP/IP协议客户端和服务器端进程通信流程和具体实现的基础上,给出了开发通信应用程序的编程模型和实现要点,并以Delphi为编程语言说明了使用Socket进行网络编程的方法和特点-Socket net program
Socks5
- Socks5代理演示程序,Delphi源代码。-Socks5_ proxy demo program
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
TCPSendFile
- Delphi中使用Indy10控件,通过SOCKET收发文件的小程序-Delphi make program,include Client and server,by idTCPServer\idTcpClient
delphi组播实例
- 在delphi下实现组播功能。软件模拟聊天程序,全方位体现组播的优势。delphi7下编译测试。本源码为学习示例,未经优化情况下,不建议直接应用在商业软件中。
indy10完整DEMO
- delphi indy10组件的完整DEMO程序源码。