-
最大流问题的最短增广路径算法 是算法中的重要部分
最大流问题的最短增广路径算法 是算法中的重要部分
-Maximum flow problem of the shortest augmenting path algorithm is an important part of the algorithm
- 2022-02-09 12:14:24下载
- 积分:1
-
medical store managment solution
药店管理系统;
- 2022-03-11 22:19:07下载
- 积分:1
-
数据结构中的快速排序算法演示及其相关算法源码
数据结构中的快速排序算法演示及其相关算法源码-data structure of the Quicksort algorithm and demonstrated correlation algorithm source code
- 2022-01-25 14:29:46下载
- 积分:1
-
迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。
迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
- 2022-03-05 14:22:00下载
- 积分:1
-
C language data structures Several structures, including Critical Path procedure...
用C语言实现数据结构的几种常用结构,还包括关键路径的程序。-C language data structures Several structures, including Critical Path procedures.
- 2022-03-14 20:17:49下载
- 积分:1
-
1.定义线性表的链式存储结构
2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。...
1.定义线性表的链式存储结构
2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, destruction algorithm.
- 2023-02-08 10:00:04下载
- 积分:1
-
源于如何把Excel文件转换成mdb数据库。
本源码讲述如何把Excel文件转换成mdb数据库。-The source on how to convert Excel files mdb database.
- 2022-02-05 22:35:40下载
- 积分:1
-
introduces a simple data structure of the building and its use
简单介绍了一种数据结构的构建及其使用情况-introduces a simple data structure of the building and its use
- 2022-07-01 01:18:34下载
- 积分:1
-
清华大学数据结构 严蔚敏 PPT+习题答案
清华大学数据结构 严蔚敏 PPT+习题答案-Tsinghua University, Yan Wei-min data structure PPT+ Exercises Answer
- 2022-03-20 23:22:42下载
- 积分:1
-
操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。...
操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
- 2022-01-26 01:47:05下载
- 积分:1