-
visual c++ 很全的ado的sample
visual c++ 很全的ado的sample-visual c is the whole of the sample ado
- 2023-08-05 05:45:02下载
- 积分:1
-
后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度...
后缀数存储算法,利用后缀树(sufixtree)存储,搜索数据,可以达到C*O(n)的复杂度-suffix several storage algorithm, the use of the suffix tree (sufixtree) storage, search, which can reach C* O (n) the complexity
- 2023-07-09 09:35:03下载
- 积分:1
-
oa办公系统,VB与SQL相结合的,实现了数据的收发功能
oa办公系统,VB与SQL相结合的,实现了数据的收发功能-oa-office systems, VB and SQL combined to achieve a data transceiver functions
- 2022-05-09 03:14:02下载
- 积分:1
-
c语言数据结构源代码(全)相当经典
c语言数据结构源代码(全)相当经典-c language data structure source code (all) is a classic
- 2022-12-09 19:05:03下载
- 积分:1
-
职工信息和工资管理系统
该代码可以解决职工的信息管理和工资、奖金的管理系统,同时该管理系统具有很好的数据承载能力,后期的维护工作可能稍微要轻松点的。。。
- 2022-05-06 04:46:23下载
- 积分:1
-
数据结构。拉格朗日插值法算法。通过拉格朗日算法求方程
数据结构。拉格朗日插值法算法。通过拉格朗日算法求方程-Data structure. Lagrange interpolation algorithm. Through the Lagrange method of Equation
- 2022-01-31 22:41:07下载
- 积分:1
-
bank collecting telephone management system 1.0 describes the use of functional...
银行代收电话管理系统1.0介绍了使用计费功能文档管理整个报文内容有:C16客户姓名、N11电话号码、F7.2市话、F7.2长途话费。信息费F7.2,F7.2 ADSL收费,总成本F8.2对应年份N6,收费状态C(0--未收,1--已收),D收费日期,银行账号N20,备付金名称。
- 2022-09-22 08:15:03下载
- 积分:1
-
data structure Exercise Class Courseware
数据结构的习题课课件-data structure Exercise Class Courseware
- 2022-04-16 21:43:27下载
- 积分:1
-
db .* (pronounced dee
db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database for open source operating systems.-db .* (pronounced dee-be star) is an advanc ed, high performance, small footprint embedded database for open sou rce operating systems.
- 2023-07-22 00:35:03下载
- 积分: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