-
实现一个B*Tree的添加和查找,输入数据为一组字典文件
实现一个B*Tree的添加和查找,输入数据为一组字典文件-achieve a B* Tree Search and the addition, the input data for a group of documents dictionary
- 2022-01-25 20:47:50下载
- 积分:1
-
dataset与json的转换
应用背景interface
uses
SysUtils, Classes, DB, DBClient, superobject, ADODB, EncdDecd;
function DataSetToJSON(ADataSet: TDataSet; var AJSON: WideString): Boolean;
function JSONToDataSet(AJSON: WideString; ADataSet: TDataSet): Boolean; overload;
function JSONToDataSet(AJSON: WideString; ADataSet: TADODataSet): Boolean; overload;
function JSONToDataSet(AJSON: WideString; ADataSet: TCustomClientDataSet): Boolean; overload;
implementation
(*
C: 配置表
Encode 字符编码
0:ANSI 1:UNICODE 2:UTF-8
默认 1
BolbComp 二进制字段是否压缩
0:未压缩 1:已压缩
默认 0
CompMode 压缩模式
0:ZIP 1:RAR 2:7-ZIP
默认 2
BolbEncod
- 2022-07-08 22:59:41下载
- 积分:1
-
一个不错的数据源连接程序
一个不错的数据源连接程序-a good source of data link procedures
- 2022-04-18 16:55:21下载
- 积分:1
-
基于 vb 的图书馆管理
越来越多的书会导致非托管库。这里是一个简单的桌面项目,可以帮助任何研究所管理其图书馆。
- 2022-02-27 02:08:30下载
- 积分:1
-
用c写的数据结构问题
用c写的数据结构问题-Construction of data question writes which with c
- 2023-07-23 18:30:03下载
- 积分:1
-
prepared by the Stoc k software, use Shenglong 6 (DOS) for more information.
我用VFP编写的选股软件,要用胜龙6(DOS)的数据.-prepared by the Stoc k software, use Shenglong 6 (DOS) for more information.
- 2022-08-20 20:43:07下载
- 积分:1
-
根据先序和中序遍历的结果,重新构造二叉树
根据先序和中序遍历的结果,重新构造二叉树-According to the results of the PreOrder and InOrder visit,rebuild the bitree
- 2022-02-07 10:51:04下载
- 积分:1
-
pku acm上的3083源代码,不过没有解题报告
pku acm上的3083源代码,不过没有解题报告-pku acm on the 3083 source code, but I did not report Problem Solving
- 2022-12-22 13:15:08下载
- 积分:1
-
万年历的算法 c语言
万年历的算法 c语言-hefty almanac algorithm c language.
- 2022-03-12 08:47:26下载
- 积分:1
-
这个程序演示了如何使用ADO做断开的公文包中的应用…
This program demonstrates how to do disconnected briefcase applications with ADO. When the Connected checkbox is unchecked the application is switched into offline mode. If the application is exited at that point then the data is persisted to a file on disk (along with any edits to the data). When the application is restarted it will load the persisted data if present, otherwise it will fetch the data from the database.
- 2022-05-14 15:17:00下载
- 积分:1