-
a project management procedures. I graduated from the Design
一个工程管理程序!我的毕业设计-a project management procedures. I graduated from the Design
- 2023-06-27 14:25:03下载
- 积分:1
-
data structure
数据结构――家谱的实现 本人的课程设计 MFC-data structure-- I literally achieve the curriculum design MFC
- 2022-05-29 15:18:07下载
- 积分:1
-
ruby通过DBI访问Oracle数据库例子
ruby操作Oracle数据的代码例子,其中:1、insert_dbi.rb Ruby插入数据到DB的例子2、proc_dbi.rb Ruby执行Oracle的存储过程的例子3、proc_dbi_cursor.rb Ruby执行Oracle返回数据的例子,这个例子在网上很难找到解决方案4、proc_ocii.rb Ruby通过Oci访问Oracle5、query_dbi.rb Ruby插入数据到Oracle6、query_dbi_param.rb Ruby执行Oracle的存储过程7、TableFormat_dbi.rb Ruby从Oracle查询的数据转为Table格式8、update_dbi.rb Ruby修改Oracle的数据例子9、XMLFormat_dbi.rb Ruby从Oracle查询的数据转为XML格式
- 2022-01-26 15:54:27下载
- 积分:1
-
箱中的主要功能的身份,房东和我建立了查询,…
在主要功能框内我设置了房东身份查询、租户身份查询、空置出租屋资料、租户资料、业务管理、加载管理人员信息、加载租户相关信息、加载出租屋相关信息。-Box in the main function of the identity of the landlord and I set up inquiries, the status of tenant inquiries, vacant rented information, tenants information, business management, load management information, load information about tenants, rented load related information.
- 2022-03-04 16:28:24下载
- 积分:1
-
使用递归 - 汉诺塔游戏
这个程序使用递归解决汉诺塔游戏的问题。 这个程序将所有盘从嘴左边的指针处移动到最右边,并满足以下要求1) 一次仅移动一个盘子.2)移除的盘子必须放到一个指针下面 3)大盘子不能放在小盘子上面
- 2022-08-11 12:59:27下载
- 积分:1
-
Detailed description of the usage of function pointer, and to form an array of f...
详细说明函数指针的用法,并形成函数指针数组调用方法
- 2022-03-26 06:59:12下载
- 积分:1
-
with eyes turned to the mouse control
跟着鼠标转的眼睛控-with eyes turned to the mouse control
- 2022-03-04 02:17:09下载
- 积分:1
-
用循环链表解决约瑟夫环问题。对学习循环链表有很大帮助
用循环链表解决约瑟夫环问题。对学习循环链表有很大帮助-By cyclic list Joseph Central problem to solve. Learning cycle has a great list to help
- 2022-06-20 16:38:30下载
- 积分:1
-
This is a java implementation of the personnel management system, examples of pe...
这是用java实现的一个人员管理系统的例子,可以实现人员管理-This is a java implementation of the personnel management system, examples of personnel management can be achieved
- 2022-01-31 18:02:47下载
- 积分: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