搜索资源列表
onlineup
- 在线升级的一个Delphi程序-an online upgrade Delphi Program
Quicksend
- 使用delphi编写的实现局域网内通讯的程序,在delphi6下编译运行通过。-prepared by the use of LAN communications within procedures, the compiler running under Delphi6 through.
EMAILSRC
- 自编的群发邮件程序,DELPHI编写,可按字典中邮件多线程发送。-directed the mass-mailing procedures, the preparation of Delphi, according to the dictionary multithreading mail sent.
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.
基于CGI技术的信息咨询网系统
- 以基于WEB服务器的方式实现交通信息查询和企业信息查询功能,同时利用DELPHI的组件开发CGI程序。-Web-based server to the realization of traffic information and enterprise information inquiries inquiry, using Delphi components developed CGI program.
用Delphi编写局域网中的UDP聊天程序
- Internet盛行的今天,网上聊天已成为一种时尚。同时,各单位已建成了自己的局域网;能否在局域网上实现聊天呢?可以,网上到处都有这种工具。当然,我们可以拥有自己版权的聊天工具。-popularity of the Internet, online chat has become a trend. Meanwhile, the unit has completed the construction of its own LAN; The LAN can achieve chatting? C
聊天的客户端程序
- 这个程序是用DELPHI编写的,主要用于与BORLAND服务器进行聊天的客户端工具.-the procedure is used in the preparation of Delphi, mainly for servers with BORLAND Chat client tools.
SendData_
- 使用DELPHI 开发的使用sock控件的网络通讯程序.-use Delphi to develop the use of sock control network communication process.
1_Nbtstat_Delphi版
- 在命令行里的Nbtstat 的 Delphi版程序.挺好的!-the command line Nbtstat's version of the Delphi process. Very good!
src_down
- 一个断点续传下载的例子程序.是用delphi写的.-an HTTP download the examples procedures. Delphi is written.
src_sendflashEmail
- 一个用来发送flash主题邮件的客户端delphi例子程序.-a flash theme used to send mail client delphi examples procedures.
ipman1
- 捕获数据包的DELPHI程序,学习这个 程序可以清楚,在DELPHI下是这样捕获数据包的-capture data packets DELPHI procedures, the study of the procedure clear, on Delphi is a data packet capture
delphi-xml
- delphi对XML基本操作,压缩包中有源代码及可执行程序-delphi basic operation of XML, compression package active and executable code
如何利用Delphi 6编写Socket网络通信程序
- 用Delphi编写Socket网络通讯程序-with Delphi Socket network communications procedures
系统监控网络版delphi源码
- 这是一个介绍如何开发“网络监控”程序的。大家可以借鉴其原理。-this is how to develop a "network monitoring" procedures. We can learn from its tenets.
用Delphi实现远程控制
- WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,
Delphi多线程批量文件下载及解压
- Delphi多线程批量文件下载及解压程序源代码,根据网上的程序修改所得,完善和修正部分错误
UDP安全传输演示(Delphi源码)
- UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
完成端口简单实现程序
- delphi实现的最简单的完成端口例程。
用API 写的 TCP/UDP 演示程序
- 用DELPHI API 写的 TCP/UDP 演示程序