搜索资源列表
desktopcheat
- 1,如果没有出现精灵,请安装资源文件夹里的MSAgent核心库。 如果精灵说话时在确定已经选择了发音选项的情况下,没有语音,则请安装资源文件夹中的Text-to-speech语音库。 2,在精灵上单击右键可以弹出菜单,同样的在任务栏的主程序上也有一样的效果。 双击精灵可以弹出发言对话框,在对话框中的发言快捷键是Alt+A。 3,一台机器只可以运行一个聊天精灵,如果想进行测试,可以在参数设置里把IP地址设置成本机地址。这样可以自己给自己发送信息。 4,目前
zcm
- 使用regware.v4.02制作的软件注册dll,以方便大家以后的使用。 目录中有三个文件夹: 1)Dll。该文件夹存软件注册dll库 2)Key。该文件夹存放生成的钥匙盘 3)TestDll。是一个测试工程 注意事项:请将dll程序中的regware控件与key程序中的regware 和regcodegenerator控件的seed1,seed2,seed3属性设置一样。 同时dll程序中的regware控件与key程序中的regware控件的 Prog
test
- 实现邮盘到电脑自动传输文件夹,旨在提供更有效的工作效率-Zip disk into the computer to automatically achieve the transfer folder, designed to provide more efficient and effective
bathInsert
- Delphi源码,数据库应用,批量插入 Delphi批量插入数据库数据,数据库文件在Database文件夹内,测试前附加数据库文件,批量操作在数据库应用中比较普遍,有必要掌握噢。欢迎下载-Delphi source code, database application, bulk insert Delphi bulk insert data in the database, the database file in the Database folder, test before a
Delphi_cxzd
- 设置软件自动启动的几种方式:注册表,用户文件夹(XP+Win7)测试,含源码!-Set the software to automatically start in several ways: registry, user folder (XP+Win7) test, including source code!
Delphi_807356
- Delphi:发一个用Delphi关联SQL语句查询的应用实例,演示了普通查询和关联SQL查询的异同之处,关联SQL查询当然功能更高级,本例数据库文件在Database文件夹下,测试前请附加好。 -Delphi: Delphi send an application instance associated with the query SQL statement demonstrates the common queries and SQL queries related similarit
Delphi_065070
- Delphi:学习型的演示示例,使用Delphi数据库操作FindFirst方法,带有数据库测试数据,在Database文件夹中,测试前请先附加好库,设置连接信息,主要向新手演示,FindFirst的使用方法,更细节的操作请参见源码。 -Delphi: Learning the demo, using the Delphi method FindFirst database operation, the database with test data, the Database folder
Delphi_375622
- Delphi:Delphi结合SQLSERVER数据库,演示FieldByName方法如何使用,测试前请先保持数据库连接,数据库测试数据在Database文件夹中,在Delphi编程中,有必要对FieldByName方法的使用有所了解,在数据程序开发中,这是基本的知识。 -Delphi: Delphi combines SQLSERVER database, demonstrates how to use the method FieldByName, please keep the dat
Delphi_366540
- Delphi:一个销售领域的DELPHI对比图表例子,需要用到SQL数据库,测试数据已放置Database文件夹中,测试前请先导入,否则看不到生成的图表。 -Delphi: a sales area of DELPHI comparison chart example, need to use SQL database, the test data have been placed Database folder, first imported before the test, otherw
Delphiexists
- Delphi使用exists和noexists进行数据库的查询实例。可以求交集和差集,有兴趣参考下。带有数据库文件,在Database文件夹下,测试前请附加好数据库并连接数据库信息。-Delphi uses exists and noexists database query example. Can the intersection and difference sets, are interested in the reference. With a database file, in th
Delphibatupdate
- Delphi批量更新SQL数据库内容,批量更新数据的Delphi实例,文件夹Database下包括两个文件:DelphiClassical200 _Data.MDF、DelphiClassical200 _Log.LDF为数据库附加文件。测试前请附加到SQLServer中,并定义好数据库连接字符串信息。-Delphi SQL batch update database content, batch update data instances of Delphi, Database folder
Delphisqlorderby
- Delphi多条件排序,结合SQLSERVERT数据库实现的多条件排序实例,已附带有数据库文件,在Database文件夹下,下载后解压,附加数据库文件,并设置好SQL连接字符串,在Delphi7中编译源代码即可运行测试。-Delphi multiple sort, combined with the instance of the SQLSERVERT database to achieve the condition of sorting, has attached database file
delphiorderby
- Delphi基于Order by的数据库排序实例,order by 语法似乎是最简单的SQL语句排序用法了,很容易理解,容易接受,排序效果好,不过对于新手来说,还是比较陌生的,这个例子是书中的例子,特简单,在Delphi7.0环境下可编译源码,还带有数据库文件,在Database文件夹下,测试的话自己附加吧,别忘记配置一下数据库连接参数,本例子运行截图效果请看上图。-Delphi sort of instances of the Order database based on by, order
Delphiccgc002
- Delphi存储过程使用例子,演示如何创建和删除存储过程,通过可视化程序创建存储过程,新手参考。-The Delphi stored procedure example, demonstrates how to create and delete the stored procedure, create a stored procedure by visual program, novice reference. In the examples, very simple, in the Delp
DelphiCase
- Delphi高级Case语句应用实例,演示如何使用Case语句打开数据表,带有SQLSERVER测试数据文件,在Database文件夹下,测试前请自行附加。-Senior Delphi Case statement application example, demonstrates how to use the Case statement to open the table, with the SQLSERVER test data files, in the Database folder,
DelphiSQLquery
- Delphi演示SQL语句的应用方法,初级的Delphi与数据库操作的查询实例,数据库附加文件在Database文件夹下,测试前请自行附加。-The application method of Delphi demo of the SQL statement, Delphi and database operations primary query example, additional database files in the Database folder, please attach t
Delphiqueryid
- Delphi +SQL查询主表键值在其它表中出现的记录数,测试程序带数据库文件,Database文件夹下既是。代码很小,1.53M基本是SQL数据库文件的大校本例查询到的记录将显示在Datagrid中显示,测试前请附加数据库并配置好连接。-Delphi+SQL query record number of the main table key values in the other table in the test program, with a database file, the Data
client
- Delphi:本例主要是面向Delphi,用来演示TDBGrid组件的斑马线提示功能,需要数据库支持,数据库文件在Database文件夹中,测试前请附加。 -Delphi: This example is mainly for Delphi, the components used to demonstrate TDBGrid zebra prompts, require database support, database files in the Database folder, att
EhLib 9.0 Build 9.0.040 D7-XE10.2 Tokyo
- Delphi 控件EhLib 9.0.038 含全部源码。解压后,有一个Installer文件夹,里面有EhLibInstaller.exe,双击后,选择你当前使用的DELPHI版本,然后点击install按钮,XE10测试通过,请低调使用,商业使用推荐购买正版授权。 安装结束后,可以在安装目录下面的X:\Borland\Delphi7\Components\EhLib查看适合你版本的文件 进入DELPHI在面板栏多出一个EhLib,说明安装成完成了。(Delphi control EhLib