-
用vb写的饮食管理系统功能全面
用vb写的饮食管理系统功能全面-with vb was eating a comprehensive management system function
- 2022-04-15 08:15:26下载
- 积分:1
-
女王
皇后控制问题 皇后控制问题-Queen
- 2022-08-12 07:40:59下载
- 积分:1
-
C#读写数据库
数据库读写的代码,能够访问ACCESS数据库,自动创建,并具有筛选功能,需要用户名匹配才能修改,撤销修改等功能!
- 2022-05-24 18:45:35下载
- 积分:1
-
COOL的PB框架界面
COOL的PB框架界面-COOL framework of the PB interface
- 2022-01-21 20:40:27下载
- 积分:1
-
一个用Access编写的婚介软件,可实现输入,查询,图片显示等功能。查询功能尤其强大。...
一个用Access编写的婚介软件,可实现输入,查询,图片显示等功能。查询功能尤其强大。-a prepared with the matchmaking Access software can achieve input, inquiries, and features such as pictures. The inquiry particularly strong.
- 2023-07-04 15:20: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
-
自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。...
自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。-Self of Poland, against Poland, in the calculation expression is made up of small procedures, in VS2005 to run through the compiler.
- 2022-06-13 15:50:46下载
- 积分:1
-
quality experts about C language with a large number of classic examples of exce...
精品专家讲述C语言附大量经典实例超值!!!!! ____________^-^___________^-^___________ 程序员必学-quality experts about C language with a large number of classic examples of excellent !!!!! ____________^-^___________^-^______ _____ programmers must learn!
- 2022-06-20 23:23:59下载
- 积分:1
-
自创的彼此交流账目软件,难得的好软件请一定要下来看看。...
自创的彼此交流账目软件,难得的好软件请一定要下来看看。-self-exchange accounts software, a rare good software must please look down.
- 2023-01-01 08:50:04下载
- 积分:1
-
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
- 2022-03-19 13:35:27下载
- 积分:1