搜索资源列表
用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
200552181033553
- 一个局或网聊天工具,使用delphi的indy组件.-a network board or chat tools, the use of the Delphi Indy components.
P2PSock
- 这是一个基于Delphi开发的点对点网络开发控件-This is based on a peer-to-peer Delphi network development controls
src_sendflashEmail
- 一个用来发送flash主题邮件的客户端delphi例子程序.-a flash theme used to send mail client delphi examples procedures.
HDSI3[1].0
- 编写语言 Delphi 7 --- --- 此代码可以任意分发或者修改 但是希望保留作者版权. HDSI 是一款SQL注入工具。相信大家都不会陌生的。 程序用到的第3方控件请大家自己去下载,网上都可以找到的. 顺祝邪恶八所有的成员在新的一年里一切顺利。 希望这一份代码能够帮助到一些需要帮助的人,顺便也希望大家体会一下写程序是多么 痛苦的一件事情。不要随便侮辱别人的作品。 顺便祝福:老婆永远快乐,幸福... (如果转载时觉得废话很多,那么
Delphi_Indy通信组件深度开发
- delphi indy的深入开发,有详细说明,一定满足你们的要求,主要是网络开发-the in-depth development of a detailed descr iption, you must meet the requirements, mainly network development
exodus-cvs.tar
- exodus 是一个以delphi实现jabber客户端的软件,与psi gaim 等齐名,大名鼎鼎的gtalk也是一个语音版的jabber客户端-exodus is a delphi achieve jabber client software, and psi gaim so famous, the famous Mac is a version of the voice jabber client
mp3source
- 用delphi写的一个MP3的播放器的源码,界面很好-written with a MP3 player of the source, a good interface
200542519352803
- 这是用DELPHI编制的一个局域网监控的程序,分为服务器和客户机两部分,可以控局域网上的每台设备-This is Delphi LAN establishment of a monitoring process, divided into server and two clients, can be prosecuted on each LAN equipment
http_socks5
- 一个delphi写的http和socks5代理程序。-a written http and togig agent.
resumedownload
- 用Delphi实现的断点续传的程序,没有使用第三方控件.-with the HTTP procedures, to use a third-party control.
19997_random
- 随机序列号发生器(原代码):这个软件可以产生指定长度的序列号,并且可以格式化该序列号。是Delphi的原代码。 -random sequence generator (source) : The software can produce a specified length of the sequence, and can be formatted to the serial number. Delphi is the original code.
delphi_Sendsms
- 这是用delphi开发工具编写实际批量发送短信程序-This is delphi development tools to prepare the actual volume procedures send a message
caijidaima
- 使用DELPHI采集网页内容的源代码,使用DELPHI的HTTP连接通道,自己来编写网站采集,改一下就可以做一个FLASH+SOFT+图片+电影+MP3的采集工具。-use Web content source, the use of the DELPHI HTTP link their websites to prepare the collection, change it can be done on a FLASH SOFT Photo Film MP3 collection tool.
muma123123
- 一个Delphi写的简单的反弹*,主要更能是实现反弹-Delphi write a simple rebound Trojans, it is better to achieve major rebound
xi_2_yy2
- 这仍是一个小程序,是关于动态改变DNS的delphi源码-this is a small program of dynamic change DNS delphi FOSS
Net_function
- delphi在网络编程方面的一些常用函数,希望对大家能有帮助!-network programming in a number of commonly used function, we can hope to help!
delphi02
- delphi字符串标准函数调用方面的资料,请需要的朋友下。-standard function call the information requested under a friend in need.
系统监控网络版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的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,