-
sequence data structure search examples
数据结构中顺序查找的例子-sequence data structure search examples
- 2022-02-03 17:10:19下载
- 积分:1
-
Its about data structure Tr
Its about data structure Tr-Its about data structure Tree
- 2023-05-11 23:40:04下载
- 积分:1
-
Pre
前k条最短路径(KSP)算法在国内鲜有研究,本压缩包中文献整合了自1971年此问题被提出后几十年来的论文共25篇。
其中以Martin先生的删除(Delelte)算法与Yen先生的背离(Devation)算法为主。
其中所有文献均来自网络。含有两篇中文文章以及23篇英文文章。
算法的复杂度基本控制于O(logn)内-Pre-k shortest paths (KSP) algorithm in the domestic few studies in the literature in this compressed package integration since 1971, this issue has been moved for several decades a total of 25 papers. Among them, Mr. Martin removed (Delelte) algorithm and Mr. Yen departure (Devation) algorithm is based. In which all documents are from the network. Contains two Chinese articles and 23 articles in English. The complexity of basic control algorithms in O (logn) in
- 2023-01-02 04:10:18下载
- 积分:1
-
用VB编写的汉诺塔演示程序创建图形界面的汉诺塔问题,..
汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but it must be guaranteed in each stick-on the following dishes are greater than the above dishes.
- 2022-05-08 05:57:47下载
- 积分:1
-
图书馆管理系统,功能有对图书进行管理,人员管理,用户管理,借还书管理,信用情况管理等...
图书馆管理系统,功能有对图书进行管理,人员管理,用户管理,借还书管理,信用情况管理等-library management system, a function of library management, personnel management, user management, through book management, credit management, etc.
- 2022-02-19 21:59:34下载
- 积分:1
-
ajax_delete
使用AJAX+PHP+MYSQL删除记录。
- 2023-05-25 23:35:03下载
- 积分:1
-
mohachet sql 管理器
Adminer (原 phpMinAdmin) 是 PHP 编写的一个全功能的数据库管理工具。相反 phpMyAdmin,它包括准备部署到目标服务器的单个文件。Adminer 是可用于 MySQL,PostgreSQL,SQLite,MS SQL、 Oracle、 SimpleDB、 Elasticsearch 和 MongoDB。
- 2022-08-17 21:05:24下载
- 积分: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
-
rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助...
rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助-rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
- 2022-03-19 00:26:21下载
- 积分:1
-
根据二叉树的根节点的第一序列和序列…
根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。-According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
- 2022-07-20 09:49:58下载
- 积分:1