-
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平...
堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子
算法平均时间复杂度: O(nlogn)
-HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node for its children, 2i, and 2i+ 1. Among them, the big top of a pile of the parent node greater than two children on average time complexity of algorithm: O (nlogn)
- 2022-07-11 06:36:53下载
- 积分:1
-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
- 2023-04-15 10:50:04下载
- 积分:1
-
这是关于数据结构链表的源程序,用c++程序实现了每一个程序...
这是关于数据结构链表的源程序,用c++程序实现了每一个程序-this is a code of data structure
- 2022-03-18 12:47:38下载
- 积分:1
-
酒店综合管理系统 酒店综合管理系统
酒店综合管理系统 酒店综合管理系统-Hotel Management System Hotel Management System
- 2022-09-22 12:00:03下载
- 积分:1
-
数据库Access查询,显示在treeview上
用C#语言编写的访问Access数据库的程序,主要的特点是可以在treeview上显示,并添加,删除,编辑,treeview上的节点。
- 2022-03-01 15:27:17下载
- 积分:1
-
Huffman tree I do a simple hope that we can give sound
huffman树 我自己做的 比较简单 希望大家给予完善
-Huffman tree I do a simple hope that we can give sound
- 2022-04-15 23:37:57下载
- 积分:1
-
用VFP实现的图书馆数据库管理
用VFP实现的图书馆数据库管理-using VFP library database management
- 2023-01-21 04:55:04下载
- 积分:1
-
项目管理中,按科目交叉取数报表按科目交叉取数报表
项目管理中,按科目交叉取数报表按科目交叉取数报表-Project management, cross-check the number of subjects according to statements by the subjects cross-check the number of statements
- 2022-03-26 14:02:03下载
- 积分:1
-
字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作...
字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
- 2022-03-21 04:00:48下载
- 积分:1
-
有效的索赔系统
这是为客户提供高效理赔的系统,基于客户端的技术,有良好的效率。
- 2023-06-29 08:15:04下载
- 积分:1