-
这是VFP的指导思想书籍,主要说明了开发软件时怎么样才做到界面与数据分离,从而在日后的维护中带来便利...
这是VFP的指导思想书籍,主要说明了开发软件时怎么样才做到界面与数据分离,从而在日后的维护中带来便利-This is the guiding ideology of books, mainly, the development of the software how to achieve just like interface and data separation, in order to safeguard the future brings convenience
- 2022-01-25 16:43:13下载
- 积分:1
-
学生成绩管理系统
学生管理系统功能的信息量大,数据安全性和保密性要求最高。本程序可实现这些功能。1)输出学生成绩单2)按姓名查询3)增加学生4)删除学生5)按班级修改学生成绩6)显示不及格学生成绩7)按平均成绩排序并输出成绩
- 2023-04-08 07:10:04下载
- 积分:1
-
八种排序的方法,利用VC++实现,值得借鉴
八种排序的方法,利用VC++实现,值得借鉴-eight ranking, using VC, which is worth learning from
- 2023-08-16 00:35:02下载
- 积分:1
-
data structure to achieve the java
数据结构的java实现-data structure to achieve the java
- 2023-06-04 02:15:04下载
- 积分:1
-
无限位的大数加减运算,纠错能力很强,界面间接
无限位的大数加减运算,纠错能力很强,界面间接-unlimited majority of the modified bit computing, a strong correction capabilities, interface indirectly
- 2022-02-06 05:40:54下载
- 积分:1
-
一道北大acm的试题,用双向链表实现模拟内存分配的程序
一道北大acm的试题,用双向链表实现模拟内存分配的程序-1 Peking University acm of examination questions, with two-way linked list of memory allocation procedures for analog
- 2022-03-02 17:16:01下载
- 积分:1
-
hash 文件操作(数据结构)
hash 文件操作(数据结构)-hash file operations (data structures)
- 2022-03-19 05:58:37下载
- 积分:1
-
演示一个寻找最短路径的算法。
演示一个寻找最短路径的算法。-find a demonstration of the shortest path algorithm.
- 2022-05-22 02:13:12下载
- 积分: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
-
用VB语言实现偏微分方程的解法
包括解边值问题的松弛法、交替方向隐式方法等...
用VB语言实现偏微分方程的解法
包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
- 2023-06-23 05:25:03下载
- 积分:1