-
1_19
顺序查找和时间 清华大学出版社 《数据结构 c++》 (search in order)
- 2011-02-05 21:56:14下载
- 积分:1
-
libgist是广义的搜索树的一种实现,模板索引结构。
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
-Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
- 2022-03-25 06:12:32下载
- 积分:1
-
大三计算机的数据结构的 c++ 所用的 头文件
大三计算机的数据结构的 c++ 所用的 头文件-junior computer data structure used by the c in the first paper
- 2023-03-30 12:25:03下载
- 积分:1
-
KCI接口访问Kingbase
利用人大金仓提供的kci接口实现对数据库的访问,主要提供了数据库的连接、断开连接、执行增删改查和事务开启、事务回滚、事务提交等操作。此外还提供了数据库连接池和监控线程、维护线程从而提供数据库的访问效率,是一个不可多得的Kci封装接口。
- 2022-03-13 10:34:12下载
- 积分:1
-
DAO操作Access数据库类,提供测试程序
DAO操作Access数据库类,提供测试程序-Access Database DAO type operation, procedures for testing
- 2022-03-26 10:33:31下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30: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
-
KRUSKAL Algorithm
KRUSKAL算法-KRUSKAL Algorithm
- 2022-03-17 03:50:03下载
- 积分:1
-
医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统,以病人就诊的流程中的站点为基本要素,使数据信息一体化、统一化的一个门诊管理系统。...
医院门诊管理系统:它是由任天华完全自主开发的医院数据库管理系统,以病人就诊的流程中的站点为基本要素,使数据信息一体化、统一化的一个门诊管理系统。-it is by any Tianhua hospitalcompletely self-developed databasemanagementsystem for patients in the treatment processas the basic elements of the site to make data integration, unified management system of a patient.
- 2022-03-01 09:16:25下载
- 积分:1
-
哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写...
哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University"s book algorithm
- 2022-09-02 13:55:03下载
- 积分:1