CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 树 存储

搜索资源列表

  1. createpc

    0下载:
  2. 用于进程创建模拟实现,进程的树形结构采用广义二叉树的方式进行存储。可以输入createpc 命令创建进程,输入showdetail 显示每个 进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例: createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级 为2。 2) showdetail 显示进程信息命令。 3) exi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1782
    • 提供者:height
  1. tree

    0下载:
  2. 树的实现,先通过带右链的顺序存储输入,然后转换为左右子树链表存储-The realization of the tree, first by the order of the chain store with the right input, and then converted to sub-tree list is stored about
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2960
    • 提供者:shiw019
  1. BTree

    0下载:
  2. 以文件存储形式实现B+树,包括创建和添加操作。-In the form of file storage to achieve B+ trees, including creating and add operations.
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:6071
    • 提供者:谢宁
  1. pengyunhui-4

    0下载:
  2. 采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Llink-rlink stored using binary sort tree, write through keyboard input the establishment of two binary sort tree, and in the establishment of finished immediately display the results in
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:702
    • 提供者:pengyunhui
  1. jiapuguanlixitong

    0下载:
  2. 家谱管理系统: 家谱用于记录某家族历代家族成员的情况与关系,本程序支持对家谱的存储、更新、查询、统计等操作,而且支持鼠标操作。操作步骤及操作方法比较简单,因为程序拥有抽象易懂的语言提示和符号提示,有明朗清晰的树行输出,可清晰知道家族各成员的关系,可以说,本程序拥有一定的界面设计含量。-jiapuguanlixitong
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2271024
    • 提供者:zy
  1. erchashubianli

    0下载:
  2. 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。将一棵二叉树的所有左右子树进行交换的算法。-Prepared using binary list stored in binary form of the creation, the first sequence, the sequence, after the order and by level traversal algorithms. Will be a left sub-tree of all binary ex
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1692
    • 提供者:朱科圣
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:55671
    • 提供者:youyu
  1. shujujiegou

    0下载:
  2. 各类存储数据的方法,实现一些数据结构中二叉树的高级运算!-All kinds of ways for storing data to achieve a number of high-level binary tree data structure in computing!
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1607760
    • 提供者:洪威
  1. fengmanshu

    0下载:
  2. 丰满树操作: 用顺序存储结构实现; 结点形式:下标,元素值; 功能:查找结点,结点的中序前驱,中序后继,中序遍历,插入结点,删除结点 -Fullness of the tree operations: storage structure in order to achieve junction forms: The next standard, element values function: to find nodes, nodes in the precursor seq
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2209
    • 提供者:zhang
  1. erchashu

    0下载:
  2. 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。 3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。 4 调试并运行实验源程序。 -Prepared using a binary list stored in binary form of the creation, the first sequence, the seq
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1052
    • 提供者:王欣
  1. Cpp1

    0下载:
  2. 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 创建的二叉树: -2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:金伟
  1. huffmantree

    0下载:
  2. 可以建立函数输入二叉树,并输出其赫夫曼树。在上交资料中请写明:存储结构、 基本算法(可以使用程序流程图) 、输入输出、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-The establishment of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1152
    • 提供者:吴天
  1. 1

    0下载:
  2. 建立一颗用二叉链表方式存储的二叉树,并对其遍历,打印输出遍历结果。-The establishment of a list with the 2 fork stored in a binary tree, and its traverse, traverse the results printout.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:zxmfly
  1. Binary

    0下载:
  2. 二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题-Binary tree structure and the dynamics of linked list is stored, said three kinds of binary tree traversal algorithms (recursive and non-recursive types) the use of three kinds of binary tree tra
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4755
    • 提供者:钟环
  1. queue

    0下载:
  2. 队列,用顺序或链式结构实现一个队列,采用二叉链表存储结构,用递归方式建立二叉树对 应的二叉链表,并建立队列实现该二叉树的层次遍历序列的输出。 -Queue, with the sequence or chain structure to achieve a queue, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:807
    • 提供者:古哩峰
  1. ThreadedBinaryTree

    0下载:
  2. 线索二叉树,二叉树的中序线索化方法。建立二叉树对应的二叉链表,先将该二叉树线索化,然后用非栈非递归方式输出该二叉树的中序序列。采用二叉链表存储结构,用递归方式 -Threaded Binary Tree, inorder threaded binary tree method. The establishment of the corresponding binary tree binary list, the first clue of the binary tree, and then
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1316
    • 提供者:古哩峰
  1. ABinaryTreeAndBinaryList

    0下载:
  2. 二叉树与二叉链表,采用二叉链表存储结构,用递归方式建立二叉树对应的二叉链表,并分别用递归和非递归两种方式实现该二叉树的前序、中序及后序序列的输出 -A binary tree and binary list, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and were used r
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:789
    • 提供者:古哩峰
  1. SDLTree

    1下载:
  2. 动态链表存储的树的c++代码实现 树的三种遍历的c++代码实现-Dynamic list stored in the tree c++ code to achieve the three kinds of tree traversal of the c++ code to achieve the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-20
    • 文件大小:5821265
    • 提供者:roxy
  1. xiansuo

    0下载:
  2. 1 理解树结构的逻辑特性; 2 熟练掌握二叉树的逻辑结构特性及各种存储方法; 3 熟练掌握二插树的各种基本操作,尤其是三种遍历算法以及线索化算法。 4 进一步了解和掌握类的私有和公有成员函数的定义和使用以及类型的作用域 -A tree structure to understand the logic of identity two master binary logic of structural characteristics and various st
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:6850
    • 提供者:zhangge
  1. Dictory

    1下载:
  2. 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:798764
    • 提供者:康维鹏
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com