搜索资源列表
I9D6_Demos
- 大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.
200552181033553
- 一个局或网聊天工具,使用delphi的indy组件.-a network board or chat tools, the use of the Delphi Indy components.
Delphi_Indy通信组件深度开发
- delphi indy的深入开发,有详细说明,一定满足你们的要求,主要是网络开发-the in-depth development of a detailed descr iption, you must meet the requirements, mainly network development
indyprelim
- 关于indy的开发使用,内含有indy的例子和使用讲解。-on the development and use of Indy, Indy contain examples of the use of brief.
IndySockets
- Indy是一套开发网络程序很好的套件,封装了http ftp stmp 等等的协议,这是indy 10在.net2.0上的移植的源代码-Indy is a very good development of network programming packages, Packaging the ftp, http, etc. stmp agreement This is the indy 10. net2.0 the transplant source code
indy10__New_demos
- indy 10.0 的Demo.希望对使用indy的朋友有所帮助.
Indy.CHM
- 利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。-using Indy components can be more easily develop a network communications software, Indy open-source form so that users can effectively achieve multithreaded communications.
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
c++ builder Indy 10 tcp
- c++ builder Indy 10 tcp
Indy组件开发TCP客户端
- 一个使用Indy组件开发TCP通信的样例程序,解决了自动接收任意长度数据包的问题,并提供线程开发样例。用Delphi7.0开发