搜索资源列表

  1. GList

    0下载:
  2. 用C++语言实现的广义表,代码可运行,而且易懂-With c++ language realization of generalized list, the code can run, but to understand
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:maike
  1. Text1

    0下载:
  2. 数据结构,使用C语言实现广义表反序,相对简单-Data structure, using the C language generalized list in reverse order, relatively simple
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王雨佳
  1. table

    0下载:
  2. 广义表的实现 数据结构课程编程 原创代码 仅供参考-Generalized list to achieve the original code of the data structure curriculum programming for reference only.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:韩默
  1. GuangyiErChaShu

    0下载:
  2. 由广义表形式的输入建立二叉链表,用递归算法实现的,很有参考价值 -Establish generalized the form of input binary list recursive algorithm of great reference value
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小易
  1. CPP-achieve-binary-tree

    0下载:
  2. C++实现二叉树 树(森林)的广义表(括号表示法)重建树(森林) 请输入树(森林)的广义表(括号表示法)(以#结束)-C++ generalized list (in parentheses notation) to rebuild the tree (forest) Please enter the tree (forest) binary tree tree (forest) generalized table (brack
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:768000
    • 提供者:谢璐苗
  1. glist

    0下载:
  2. 广义表的相关操作,长度和深度的计算,利用广义表构造广义表以及广义表的复制-Generalized list operation, the length and depth of the calculation, using generalized table construct generalized table as well as generalized table replication
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:874496
    • 提供者:陈鑫
  1. guangyibiao

    0下载:
  2. 广义表抽象数据类型 环境:Microsoft Visual C++ 6.0 操作说明: 1.输入正确格式的广义表(如:(a,b,c)); 2.按操作目录中每种操作对应的选项选择想要进行的操作,若输入不符合标准,将会填出“请输入正确的操作!”语句,可按任意键继续。 3.每项操作完成后按任意键继续,可选择继续操作,或退出。-failed to translate
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:海鹰
  1. GYBADT

    0下载:
  2. ADT广义表数据结构的实现 printf("* ADT广义表实现 *\n") printf("****************************************************************\n") printf("* A.创建广义表 B.取表头 C.取表尾 *\n") printf("* D.求长度 E.求深度 F.求原子结点个数 *\n") printf("* G.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:海鹰
  1. guangyibiao

    0下载:
  2. 广义表节点替换,将广义表中某节点替换为指定节点-The generalized table node Replacement replace a node in the generalized table for the specified node
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:602112
    • 提供者:linjiping
  1. BT

    0下载:
  2. 简单二叉树的实现.简单的实现了前序、后续遍历,广义表到二叉树实现等。-The example of a simple BianryTree.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:788480
    • 提供者:李少卿
  1. guangyibiao

    0下载:
  2. 广义表实现二叉树的非递归后序遍历。二叉树以二叉链表作为储存结构。用非递归算法后序遍历二叉树。定义广义表实现二叉树的输入。对于二叉树的后序遍历打印出遍历结果。 -Generalized form of a binary non-recursive postorder traversal. Binary to binary tree as a storage structure. After a non-recursive traver
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:55296
    • 提供者:zhang
  1. list

    0下载:
  2. 本实验为广义表建立二叉树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-This experiment is the generalized table set up binary tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:李松
  1. ForestToBTree100

    0下载:
  2. 森林转化二叉树。输入森林中各树的广义表,建立森林,并将其转化为二叉树,输出森林中各树的先序遍历结果以及转化后的二叉树先序遍历结果-Convert forest to binary tree. Input generalized lists of each tree in a forest, establish this forest, and convert it to a binary tree. Output preorder tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:wzf
  1. tree

    0下载:
  2. 以广义表的形式输入一个树,创建该树,并且中序遍历输出-The generalized form of a table to enter a tree, the tree is created, and the output preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:summer
  1. main

    0下载:
  2. 复制一个广义表的程序,主要是在自己定义了一个广义表以后,用程序的形式将它复制,没有递归-Copy a generalized form of the program, mainly in their definition of a generalized form after application form, copy it, no recursion
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:唐雨柔
  1. Tree_Operate

    0下载:
  2. 采用VS2013构建~单文件,其它版本重新编译即可 包含:识别广义表建立二叉树,层次遍历,及非递归前序遍历~~课后小作业,还比较粗糙-~ Using VS2013 build single-file, other versions recompilation comprising: identifying generalized form established tree, traverse the level, and non-r
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:672768
    • 提供者:Cheng
  1. shujujiegou

    0下载:
  2. 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:198656
    • 提供者:
  1. guangyibiao

    0下载:
  2. 按广义表形式输出孩子链表表示的树,数据结构程序-By the generalized form of the output table lists the child said tree data structure of the program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张永强
  1. trees

    0下载:
  2. 树或森林的函数库,包括从文件读取数据构造森林,层次遍历森林,将森林转换成广义表形式等。-Trees or forests library, including reading data from a file structure forest, traversing the forest level, the forest is converted into generalized table form and so on.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:吴杰
  1. four_BiTree

    0下载:
  2. 二叉树的基本操作:建立、销毁、先序排序、中序排序、后序排序、广义表输出-The basic operation of a binary tree: create, destroy, first order sort, the sort order, the sort order, generalized table output
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:359424
    • 提供者:LiHuaWu
« 1 2 3 4 5 6 7 89 10 »

源码中国 www.ymcn.org