搜索资源列表
experimentoftextclassification
- 整个实验是在Windows环境下使用delphi完成的。选取了600篇文档,数据集共分教育,商业与经济,计算机与因特网,娱乐与休闲,自然科学5个类别, 教育类包括31篇文档, 商业与经济类有93篇文档, 计算机与因特网102篇文档, 娱乐与休闲166篇文档, 自然科学有208篇文档。 目录“DataSet”:RawText中的文本分词后保存在DataSet目录。 数据表“WordsTable”:保存DataSet中所有文本的倒排文档。 其中“目录
FastReport.v4.7.49
- Current version --------------- + added confirmation reading for TfrxMailExport + added TimeOut field to TfrxMailExport form - fixed bug whih PDF export in Delphi4 and CBuilder4 - fixed bug with some codepage which use two bytes for special
uplot3d
- The source plots a dataset to 3d grapgh as in Matlab.
axxlsrw
- XLSReadWrite for Delphi is a native VCL component suite for data import/export from DataSet to MS Excel file
Halcyon698
- 一个可以独立访问DBF的控件Halcyon698(类似于TDBF),D7-2010都可以用,含源码。-An independent access DBF control Halcyon698 (similar to TDBF), D7-2010 can be used, including source code.
delphi_programming_DataSet_code_generated_Excel_fi
- delphi编程实现DataSet生成Excel文件代码-delphi programming DataSet code generated Excel files
DataToExcelNEW
- 本组件实现了将DBGrid/DBGridEH/DataSet中的数据导入到Excel中。 可用于编写简单的数据应用操作程序。-This component implements the DBGrid/DBGridEH/DataSet in the data into Excel. The data can be used to write simple application procedures.
alexsDataSet_1_27
- FIREBIRD 数据库 DELPHI开发控件,需要JEDI支持,操作特方便-FIREBIRD DATABASE VCL TABLE DATASET FOR DELPHI 7-2000
Delphi
- 说明了在delphi下开发数据库程序应该注意的几个要点,dataset应如何设置等等。-Illustrated in delphi database program developed under a few key points should be noted. . . .
To-search-for
- Delphi写的dbExpress快速的在数据集中搜寻数据的实例。-Written in Delphi dbExpress dataset in an instance of the search data.
DelphiForYY
- 实现语音 Can you dynamically change designer localization as well as preview windows ? How can you transfer an array of variables from Delphi into FR ? During compilation of the project, a message shows ?Class TfrxButtonControl not found . How
TscExcelExport
- This TscExcelExport component is an advanced, powerful but easy to use component which enables you to export all records of a dataset from Borland/Codegear/Embarcadero Delphi to Microsoft Excel. Many features are provided to change the layout, use co
Delphi_620445
- Delphi:Delphi实现登录窗体说明:本窗体为程序的登录窗体, 其并不由程序自动创建, 详见菜单 Project -> Options -> Auto-ceate Form ,在ShowLoginForm()中创建/使用/关闭/释放。登录窗体调用方法, 使用这个方法可以减少调用处的代码量, 也方便统一的对该窗体进行操作,因为需要查询数据库, 故引用DataModule的单元。关联按钮的Action属性到对应的Action对象上, 按钮会从Action对象中获取一些属性, 如Ca
Delphi_803600
- Delphi:Delphi源码动态创建sql2000数据库、数据表,生成.sql文件,在sql2000绿色版下测试通过。注意:企业管理器生成的.sql,需要新建一个.txt文件,把内容复制过来,不然会提示第一句有错,go 要去掉。实现思路:先填写好数据库连接信息,这个不用多说吧,然后创建数据集组件,指定连接Connection1给数据集Query1,调用函数,创建数据库,这里调用CreateNewDB函数,其实到这里基本上已经完成创建工作了。 -Delphi: Delphi source c