-
fifo和lru页面置换算法
fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
- 2023-03-26 10:20:03下载
- 积分:1
-
实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习...
实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriate for the learning algorithm
- 2022-08-22 00:09:27下载
- 积分:1
-
一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎
一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎- May substitute windows ODBC to actuate the program manager the
general ODBC database engine
- 2022-01-25 16:00:38下载
- 积分:1
-
Qinghua University, the data structure lectures, classic books, as the review no...
清华大学的数据结构讲座,经典书籍,作为复习笔记,都可以
- 2023-04-27 02:50:04下载
- 积分:1
-
回文游戏,c语言,有源码,可以参考研究使用。
回文游戏,c语言,有源码,可以参考研究使用。-palindrome games, c language, and the source code can reference study.
- 2022-09-17 19:55:03下载
- 积分:1
-
good sql Manual
很好的sql手册-good sql Manual
- 2023-02-24 21:20:04下载
- 积分:1
-
unix上的ODBC实现
unix上的ODBC实现-unix on ODBC to achieve
- 2022-01-27 13:30:47下载
- 积分:1
-
data structures between 2:00 judgment whether a simple path and determine whethe...
数据结构里的判断两点之间是否有简单路径和判断是否有简单回路,用vc6.0编写-data structures between 2:00 judgment whether a simple path and determine whether there is any simple circuit, prepared with vc6.0
- 2022-01-25 15:57:18下载
- 积分:1
-
data structure used to achieve basic algorithm to achieve C bus services managem...
用数据结构实现基本算法 用C++实现车务管理,需用到栈基本数据结构-data structure used to achieve basic algorithm to achieve C bus services management, needed to stack the basic data structure
- 2022-01-22 07:19:08下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1