联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找Pascal/Delphi编程(174) 网络编程(52) Windows编程(48) 其他(30) 网络编程(18) 游戏引擎(15) 其他行业(11) ICQ/即时通讯(8) Delphi/CppBuilder(8) 系统编程(7) 系统/网络安全(7) 游戏(7) 远程控制/远程桌面(6) P2P编程(6) TCP/IP协议栈(6) 模拟服务器(6) 数据库编程(5) 通讯编程(5) 打印编程(5) WEB开发(5) 企业管理(5) 界面编程(4) 其他小程序(4) 扫描程序(4) 进程与线程(4) 前端开发(4) 源码/资料(3) 网络截获/分析(3) C#编程(3) 文件操作(3) SQL Server(3) 单片机开发(3) SNMP编程(3) ActiveX/DCOM/ATL(2) 加密解密(2) 组合框控件(2) 数据库系统(2) 串口编程(2) 模式识别(视觉/语音等)(2) 其他数据库(2) 软件设计/软件工程(2) OpenGL(1) Internet/IE编程(1) 钩子与API截获(1) 驱动编程(1) 通讯编程(1) 多媒体(1) 图形图象(1) 压缩解压(1) 多国语言处理(1) 语音合成(1) Java编程(1) *行业应用(1) Web服务器(1) 浏览器(1) 代理服务器(1) WEB邮件程序(1) 防火墙与安全工具(1) Telnet客户端/Shell(1) 搜索引擎(1) IP电话/视频会议(1) 菜单(1) 工具条(1) DirextX编程(1) 图形图像处理(1) 流媒体/Mpeg4/MP4(1) 技术管理(1) 对话框与窗口(1) xml/soap/webservice(1) 嵌入式/单片机/硬件编程(1) J2ME(1) 书籍源码(1) 系统设计方案(1) TAPI编程(1) 破解(1) 视频捕捉采集剪辑(1) 金融证券系统(1) 教育系统应用(1) 邮电通讯系统(1) 医药行业(1) Oracle数据库(1) uCOS/RTOS(1) 其他嵌入式/单片机内容(1) GIS/地图编程(1) 图片显示(1) 人工智能/神经网络/深度学习(1) 绘图程序(1) VC书籍(1) Java书籍(1) 棋牌游戏(1) 其他游戏(1) 酒店行业(1) GPS编程(1) .net编程(1) 
按平台查找All Delphi(544) 

[Pascal/Delphi编程] caisuzi1

单击“产生数字”或“开始新游 戏”后软件将随机产生一个无重 复 的4位数,使用者在对应输入框 内输入猜测的一组无重复4位数 ,单击“确认数字后”软件就会根 据这个数字给出几A几B,其中A 前面的数字表示位置正确的数的 个数,而B前的数字表示数字正 确而位置不对的数的个数。 如:正确答案为 5234,而 猜的人猜 5346,则是 1A2B,其 中有一个5的位置对了,记为1A ,而3和4这两个数字对了,而位 置没对,因此记为 2B,合起来 就是 1A2B。接着猜的人再根据 出题者的几A几B继续猜,直到 猜中(即 4A0B)为止。 注意事项:请在5 分钟之内完成,且 输入次数不得超过50 次不然 算失败 本产品纯属智利游戏,仅供娱乐
Click the "generation number " or "start a new tour Play "after the software will randomly generate a non-re- Complex 4-digit, the user input box in the corresponding Enter a group of non-repetition guess 4-digit , Click "confirm figures, " the software will root According to this figure shows a few A few B, where A The numbers indicate the correct position in front of the number of The number of digits before the number of B is The number of correct and incorrect number of locations. Such as: The correct answer is 5234, and Guess who guess 5346, it is 1A2B, its There is a 5 position of a, denoted 1A , While 3 and 4 of these two figures, while the bit Did not set right, so remember to 2B, together Is 1A2B. Then, according to people who guess A few questions were a few B keep guessing until Guess (that is, 4A0B) so far. Note: Please be completed within 5 minutes, and Enter no more than 50 times or else Operator failure This product is pure (2010-12-21, Delphi, 384KB, 下载2次)

http://www.pudn.com/Download/item/id/1387547.html

[Pascal/Delphi编程] zylappcom113

"命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P或I P X)的知识.这   是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立   通信.这样一来,应用程序便不必关心网络协议的细节.之所以要用命名管道作为自己的网   络通信方案,一项重要的原因是它们充分利用了Windows NT及Windows 2000内建的安全特   性.
name pipes demo (2010-07-22, Delphi, 441KB, 下载18次)

http://www.pudn.com/Download/item/id/1248475.html

[P2P编程] P2P_qqjsxi

1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明:  1).网关类型是在理想状态下.即非对称型NAT.  2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明:   tQServer:程序服务端,请将其放在公网上运行.   tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端.   Common:公共协议文件夹
1. Program uses online methods described to achieve the most basic P2P communication. Simulation instant messaging each other hair. 2.P2P Newsletter Note: 1). Gateway type is in an ideal state. Ie non-symmetric NAT. 2). within the same network in a 2 CLIENT-side communication, if the gateway does not support NAT loopback, will fail. file directory Description: tQServer: process server, please run on the public internet. tQClient: Programs Client , you can run a different log on within the network to connect to the server. Common: Public License folder (2010-03-12, Delphi, 398KB, 下载15次)

http://www.pudn.com/Download/item/id/1084824.html

[其他] Transceiver

程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善.. 作者:thanksharp@163.com QQ:24584062
Description of the procedures: 1. Procedure describes the method used to achieve the most basic line of the P2P communication. Simulation instant messaging each other hair. 2.P2P Newsletter Note: 1). Gateway type is in an ideal state. Ie non-symmetrical NAT. 2). the same in an intranet 2 CLIENT-side communication, if the NAT gateway does not support the loop-back, will fail. file directory Description: tQServer: process server, please run on the public internet. tQClient: procedures for the client, you can run a different log on within the network to connect to the server. Common: Public License folder implementation of this procedure is a simple P2P each send an announcement. completed a rough, more features, updated sound .. welcome to my friends Author: thanksharp@163.com QQ: 24584062 (2009-09-03, Delphi, 604KB, 下载15次)

http://www.pudn.com/Download/item/id/899917.html

[Pascal/Delphi编程] dxwg

这是一款DELPHI编写的电信网关平台源代码提供给大家,此版本已经实现多线程,并现有通讯商已经在使用,其他诸如移动、网通的网关平台只要做简单的修改即可。协议都是类似的,大同小异。因商业机密,登陆用户名、密码、IP以及特服号都已经做了修改。 电信网关平台配置的相关介绍:SMGPConfig.ini 配置文件请不要修改 LogConfig.ini 配置文件是记录日志时间状态,也不必修改
This is the preparation of a DELPHI telecommunications gateway platform source code available to you that this version has achieved multi-threaded, and have been existing in the use of communications, and other such as mobile, as long as the network gateway platform to do simple modifications to . Agreements are similar, more or less the same. Because of commercial confidentiality, landing the user name, password, IP and特服号have been modified. Telecommunications gateway platform to introduce the relevant configuration: SMGPConfig.ini profile LogConfig.ini Please do not modify the log configuration file is a record time, and there is no need to modify (2009-05-06, Delphi, 720KB, 下载15次)

http://www.pudn.com/Download/item/id/746497.html

[ICQ/即时通讯] P2PQQ

程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹
An explanation of the procedures: 1. Introduce online procedures for implementation of methods to communicate the most basic P2P. Analog hair for instant message each other. 2.P2P communications Description: 1). Gateways are the ideal type of state. That is, non-symmetrical NAT. 2). within the same network in a two-side communication CLIENT, if the gateway does not support NAT loopback, will fail. file directory Description: tQServer: service client, please run on the public Internet. tQClient: client program can be in different network running to connect to the server log. Common: public folder Protocol (2009-03-30, Delphi, 515KB, 下载37次)

http://www.pudn.com/Download/item/id/693352.html

[Windows编程] UDP

UDP安全传输(完整源码) 1、TCP无法很好的穿透NAT,来进行点对点通讯。 2、通讯过程中需要某些重要的命令不丢失,TCP需要首先建立连接,每个包都需要确认。这样发送速度会慢不少。 所以偶需要一个安全的UDP可以发送任意大小包,可以保证某些重要的包不会丢失,并且可以轻松穿透NAT来进行点对点通讯。 网上四处寻找未果SO自己动手写了一个。具有以下功能(本类是站在前人的肩膀上实现,基类为偶稍加修改过的NMUDP) 1、自动分包组包 2、支持一次性发送任意大小的包 3、支持安全控制 4、根据丢包率和网速度动态控制发包速度(因时间的局限此功能未很好的实现) 5、对于用户透明的接口(开发人员不用关心实现细节可以和使用其它UDP控件一样简单的使用本类)
err (2008-11-12, Delphi, 786KB, 下载219次)

http://www.pudn.com/Download/item/id/578436.html

[网络编程] LanExplorer

最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文件。 4.能对某一地址范围的主机进行ping,端口扫描操作,找出所有的WEB服务器,FTP服务器等。能向某一主机发送消息。 5.局域网机器间拷贝文件时,提供文件和目录的断点续传的功能。同时支持FTP下载的断点续传。 6.采用类似资源管理器的界面,操作十分方便。绿色软件,开放源代码。
err (2008-10-26, Delphi, 521KB, 下载78次)

http://www.pudn.com/Download/item/id/567616.html

[SNMP编程] spclient

厦门商州数码公司作为移动梦网的SP合作伙伴,现向大家免费开放网关接口及其开发源代码。 我们将热情的期盼与您的合作,您可以开发各种短信的应用,或在你的项目中加入短信收发功能, 同时我们也可以一起合作在您的网站上加入集团短信、图片、铃声等各种功能,我们将向你提供完善 的技术支持。 如果您有新的项目需要一个特服号进行短信收发时,我们将有尝的提供一个特服号(9160331XXX), 及提供短信的增值收费。
Xiamen Shangzhou Digital Monternet the SP as a partner, is open free to the U.S. Gateway Interface and the development of source code. We will look forward to warm with your cooperation, you can use to develop SMS Application, or in your project to add functionality to send and receive message, at the same time we can also work together on your site to join the Group message, pictures, ring tones a variety of functions, we will provide you with complete technical support. If you have new projects特服号need a message to send and receive, we will provide a taste of特服号(9160331XXX), and provide value-added message charges. (2008-09-30, Delphi, 665KB, 下载11次)

http://www.pudn.com/Download/item/id/554299.html

[TAPI编程] AutoDail

tapi实现的自动拨号程序。 TAPI(Telphony Application Programming Interface)可以称作电话编程接口,它是微软提供的计算机和电话网相联系的编程接口,使程序员可以利用这个接口通过电话线使用多种计算机复杂的通讯工作。TAPI能提供的功能主要有:自动拨号;以文件、传真、电子邮件的方式传送文件;访问Internet或其他形式信息服务、组织会议呼叫、使用主叫识别处理入呼叫、计算机间通过电话线的互相协作。这里提到的有的功能很早就已经广泛应用了,还有一些由于我国交换设备不提供此类功能很少问津。
tapi realize automatic dialers. TAPI (Telphony Application Programming Interface) can be called phone programming interface, which is provided by Microsoft computer and telephone network linked to the programming interface, so that programmers can use this interface through the telephone line using a variety of complex computer work. TAPI functionality can provide include: automatic dial-up to file, fax, e-mail transmission of documents access Internet or other forms of information services, organizing conference calls, use caller identification to handle calls between computers via telephone lines with each other collaboration. Some features mentioned here very early on has been widely applied, and some because of switching equipment does not provide such a feature rarely cares. (2008-08-21, Delphi, 59KB, 下载56次)

http://www.pudn.com/Download/item/id/532091.html

[数据库系统] wendang

数据源:用户可从中国股市数据网(),把博客当天的资金净流入个股排行以及个股大单成交比排行的数据各自保存在一个文本文档中,运行系统时可以直接导入系统进行分析。功能的实现部分是在数据导入模块。 资金流入的分析:分析的是一个时间段股票出现在每天资金净流入个股排行榜的次数排行以及一个时间段入榜总金额的排行,输出的结果是以数据坐标图的形式输出,横轴代表的是股票的代码,纵轴代表的是总次数(绿色)或者总金额(红色)。 个股大单的分析:分析的是一个时间段股票出现在每天个股大单成交比排行的特大单、大单、换手率买入比数天各自的累加值,并且对他们分别排行输出。输出的结果是以数据坐标图的形式输出,横轴代表的是股票的代码,纵轴代表的是特大单买入比(红色)/大单买入比(深绿色)/换手率买入比(蓝色)。 查看数据源:可以查看存储在数据库中的股票信息。 (2008-07-02, Delphi, 422KB, 下载49次)

http://www.pudn.com/Download/item/id/502452.html

[Pascal/Delphi编程] zbxe.1.0.2

软件的主要特点: 1.专门针对有\"验证码\"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有\"验证码\"要求的网站是每次打开一个网页就更新一个\"验证码\".) 3.利用\"自动注册\"功能注册的帐号进行循环发帖(或回复帖),让管理员无法屏蔽你的帐号/. 4.利用\"自动防屏蔽帖子内容\"的技术,在你要发布的帖子里随机插入一些空格或字符,(如:\"麻山论刀\",可以变成\"麻_ 山1论A刀\".) 5.但是为了维护网络环境的相对\"秩序\",我也限制了在一个网站发帖的速度不能快过每10秒钟1帖(实际这也很快了) 6.自动循环在您选择的各个网站上发帖(或回复,下同).在不同网站上发帖的速度不受限制.这就要看你电脑的速度和网速了.我最快的时候是在20个网站上各发一帖用时70秒! 7.为了防止网站管理员\"反灌水\".我重点加强了程序的\"分析网站\"功能,而且在程序\"分析\"之后.您还可以修改分析结果,以便更具有针对性.
err (2008-04-25, Delphi, 4359KB, 下载67次)

http://www.pudn.com/Download/item/id/446110.html

[Pascal/Delphi编程] yuandagang_Weather

学习delphi一段时间了,编写了一个从天气信息网站自动读取本地天气信息的小程序,是自动得到本地ip,然后根据ip得到城市,提交给网站得到天气信息,如果得不到城市名称可以输入一个城市名称,由于水平有限,在思路方法和代码的编写有很多问题,希望与广大delphi爱好者们共同学习,共同交流,代码的思路和编写有不足之处,望不吝指出。
Delphi study for some time, has prepared a site from the weather information automatically read information on local weather applet is automatically a local ip, then ip is obtained, be submitted to the site weather information, and if not can enter a city name the name of a city, due to the limited level, in the thinking methods and the preparation of the code has many problems, hope that with the delphi fans learn together the exchange of ideas and the preparation of the code has inadequacies hesitate to point out that hope. (2008-02-18, Delphi, 525KB, 下载82次)

http://www.pudn.com/Download/item/id/403540.html

[网络编程] UDP_Connections

UDP安全传输(完整源码) 1、自动分包组包 2、支持一次性发送任意大小的包 3、支持安全控制 4、根据丢包率和网速度动态控制发包速度(因时间的局限此功能未很好的实现) 5、对于用户透明的接口(开发人员不用关心实现细节可以和使用其它UDP控件一样简单的使用本类) 接口的简单说明,使用本类很简单 当想要发送大数据包或者具有安全控制的数据包就使用方法 SafeSendBuff 即可:) 当然接收方必须使用本类(即服务端。因为偶需要自动处理分包、组包、重发等细节) 给事件成员OnDataCase付值即可该事件是接收到数据时触发 具体使用方法请见演示程序 DemoClient.exe 为接收窗体 DemoServer.exe 为发送窗体 发送202575字节的东西需要3秒时间 (2008-02-11, Delphi, 782KB, 下载552次)

http://www.pudn.com/Download/item/id/402067.html

[Windows编程] huangjian_w_PlayVideoCap

开源MPEG4压缩算法-Xvid库调用范例 关键字:PlayVideoCap MPEG4 XvidCore 视频压缩算法 来 自:原创 平 台:Win2k/XP/NT,Win2003 深浅度:中级 完成时间:2007-12-28 发布者:huangjian_w 发布时间:2007-12-29 编辑器:DELPHI7 语  种:简体中文 分 类:媒体与图形 下载浏览:542/1841 加入到我的收藏 代码下载列表 程序下载列表 暂停本地限速下载 山东网通HTTP镜像 黄山电信HTTP镜像 绵阳电信HTTP镜像 福建电信HTTP镜像 广西电信HTTP镜像 无相关程序下载 所有镜像实时检测文件大小,如果某些镜像无法下载请勿见怪! 开源MPEG4压缩算法-Xvid库调用范例 基本实现了压缩和解压,但是还点问题,需要大家共同来研究,压缩的视频流,在C:\test.mp4,可用附带解码软件查看,这个压缩仅仅是数据,没有mp4的文件头,如果带上文件头就被通用播放器查看。 里面用到DC-DSP组件,盒子论坛上有,主要用他来实现从摄像头捕获图像,进行压缩,其实也可以用vfw来抓屏,进行压缩。有兴趣的朋友自己试试。
err (2008-01-22, Delphi, 732KB, 下载245次)

http://www.pudn.com/Download/item/id/398115.html

[网络编程] JJYY

中南大学《网络与通信课程设计》制作聊天工具相应的源码,采用delphi的winsock编写,C/S模式,功能绝对齐全,界面好看,包括登陆,注册,数据库,添加好友,查看聊天记录等,是网上流行的JJYY版本的增强版,其中用到一些控件(可在“delphi盒子”网下载)。服务器端需要的控件已经添加到源程序中,可运行通过,客户端控件不全,暂时不能运行,如有疑问,可给我发邮件:xianghupan@yahoo.com.cn
Central South University, Network design and communication courses, the production of the corresponding source chat tool, using delphi s winsock preparation, C/S mode, function is absolutely complete, good-looking interface, including the landing, registration, database, add a friend, view the chat history, etc. is the online version of JJYY popular enhanced version, which uses a number of controls (available on the delphi box network to download). The need for server-side controls have been added to the source code can be run through, the client control incomplete, can not run, if in doubt, they sent me e-mail: xianghupan@yahoo.com.cn (2008-01-13, Delphi, 1826KB, 下载83次)

http://www.pudn.com/Download/item/id/393796.html

[P2P编程] 14

序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹
sequence on the Internet to the most basic method of peer-to-peer communication. Simulation instant messaging each other fat. 2 . P2P communications : 1). Gateway is the ideal type of state. that is non-symmetric NAT. 2). with the network within a two CLIE NT-communication, if not support NAT Gateway Circular, will fail. directory : tQServer : process server, you should put its public Internet. tQClient : clients, in various operations within the network login connected to the server. Common : Public folder agreement (2007-07-04, Delphi, 571KB, 下载23次)

http://www.pudn.com/Download/item/id/303199.html

[驱动编程] AdpSpy

1、在 NT 系统中插、拔网线时,系统栏右下角都会冒出个气泡进行提示。它是怎样实现的呢,其实很简单,如果您感兴趣的话,不妨花几分钟看看我写的这个小程序。 2、特点:不依赖具体协议,直接读取中间层驱动接口,能够实时监控网线是否被插拔、网卡是否被插拔或禁用、流量监控。您可以与 Windows 的作对比,数据信息分毫不差哦。
1, NT system interpolation, pulling network lines, the system will lower right column out for 000 bubble suggested. It is how to achieve it does, in fact very simple, if you are interested, they may take a few minutes to look at what I wrote this small program. 2, characteristics : do not rely on specific agreements, direct read-layer interface, real-time monitoring and control network to whether the line was inserted. card was inserted, or whether to ban traffic monitoring. You can make the Windows contrast, data information snipe away, oh. (2006-06-27, Delphi, 184KB, 下载89次)

http://www.pudn.com/Download/item/id/198861.html

[网络编程] endo_AutoDownFile

软件功能:下载一个网站上所有的彩铃! 铃声下载完后,铃声文件名都是自动按照铃声名来命名的! 若你明白其中的思路,也就懂得了软件在线升级的方法了! 测试环境:WinXp C2.0 256DDR ... 下载时间:一天 下载铃声个数:6000多 铃声总大小: 1G 多 注: 任何其他组织或个人不得用于商业用途,谢谢合作! 惠安优优网(惠安优优工作室)版权所有,转载时,请保留此信息,谢谢! 在此特别感谢大富翁论坛的<gonghh>和<爱元元的哥哥>! 程序主要代码是以上两给帅哥实现的!实现思想是偶的!:) 初级版本,尽适用于福建的一个彩铃网站! 哪位高手有空的话,可以把下载规则写入数据库,记得邮一份源码给我啊!:) 代码和界面写的很粗糙,误怪啊! :)
software functions : a web site download all the ring tones! After downloading ring tones, ring tones are automatically file name with the name of naming ringtones! If you understand the idea, they know how to upgrade the software online method!WinXp C2.0 256DDR ... 6000 1G Westlands Youyou Network (Westlands Youyou studio) Copyright, reproduced, please retain this information, thank you! Special thanks to the wealthiest Forum lt; Gonghhgt; And lt; Love Yuan Yuan's brother gt; ! The procedure code is more than two men to achieve! Implementation is even thinking! :) Junior version, do apply to a Fujian ringtones! Which master the time to do so, the rules can be downloaded into the database, a source Post remember me ah! :) Code and the interface was very rough, strange e (2005-10-06, Delphi, 694KB, 下载41次)

http://www.pudn.com/Download/item/id/116745.html

[语音合成] Highpeak_source

主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以查看对方的共享资源; 4.可以直接登录对方计算机,可以建立空连接; 5.可以点对点的进行语音通话; 6.可以匿名发送消息; 7.可以传送文件,(最好是小于10M的文件,这个功能还没有优化好);
main functions : 1. LAN can search all the working group and the computer; 2. Win2k use of the net send function. To be sent directly to end desktop news is not right side of the proceedings; 3. View can share each other's resources; 4. The other side can be directly logged in the computer, we can establish air links; 5. Could the point-to-point voice calls; 6. Anonymous information can be sent; 7. documents can be transmitted, (preferably less than 10M of the document, and the optimization feature is not good); (2005-02-04, Delphi, 1054KB, 下载55次)

http://www.pudn.com/Download/item/id/1107489282949666.html