搜索资源列表

  1. GList

    0下载:
  2. 广义表的头文件简单实用,一般般的操作都有说明。-Generalized table header file is simple and practical, generally have been described as the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:唐培忠
  1. yhffyufyfy

    0下载:
  2. 数据结构关于数组及广义表的算法及一些概念的理解-With regard to a broad array of data structures and algorithms table and some understanding of the concept
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:202752
    • 提供者:子日
  1. guangyidigui

    0下载:
  2. 数据结构中的广义表递归算法,用C++实现的,初学者很适用-Data structure in the generalized form recursive algorithm, using C++ to achieve, beginners are applicable to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李超
  1. generallist

    0下载:
  2. 求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, est
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:weiwei
  1. generalizedlist

    0下载:
  2. 严蔚敏老师教程 数据结构 系统解释了广义表的相关操作 内包含多个经典程序-Yan Wei-min data structure tutorial system, the teacher explained the relevance of generalized table contains multiple classic program operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:zhangbo
  1. xiangkehong

    0下载:
  2. 树与二叉树转换,用的是c++ 实现任意形状的树(使用广义表的方式从键盘输入)与二叉树的相互转换的实现-iohdiuosopidiosjdksddd
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:彭亮
  1. guangyibiaofanxu

    0下载:
  2. 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(hea
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:221184
    • 提供者:martinwok
  1. Glist_in_Creat_Bitree__inorder_out

    0下载:
  2. 对广义表形式的输入的字符串建二叉树,并中序输出-In put a Glist and Create a Binary Tree with it then output the Binary tree inorder
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:石俊
  1. aaa

    0下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1733632
    • 提供者:长江
  1. bbb

    0下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1849344
    • 提供者:长江
  1. ID3

    0下载:
  2. 机器学习:ID3算法建立决策树,输入训练样本,以广义表的形式输出-Machine Learning: ID3 decision tree algorithm, input the training samples, the generalized form of the output table
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:235520
    • 提供者:陈宪法
  1. guangyibiao

    0下载:
  2. 已知广义表的序列,建立二叉树,其中的函数包括初始化二叉树,由字符串建立二叉树,中序遍历二叉树-Generalized form of the sequence is known, the establishment of a binary tree, binary tree in which the functions include initialization, set up by the string, binary tree,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:230400
    • 提供者:林藤子
  1. main

    0下载:
  2. 简单模拟文件系统 广义表 目录与文件-Simple Generalized simulated file system table files and directories
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:段立伟
  1. down

    0下载:
  2. 对广义表进行各种操作,包括求长度,深度,表头,表尾,复制,拼接-The generalized table for various operations, including seeking the length, depth, header, footer, copy, splice
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:hxc
  1. tutor

    0下载:
  2. 这是本科生导师制问题的代码及其设计方案,是广义表的应用实例,希望对大家能够有所帮助!谢谢!-This is the code of the problerm of tutor!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:82944
    • 提供者:马莎莎
  1. shujujiegou

    0下载:
  2. 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree,
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:1844224
    • 提供者:22
  1. erchashu

    0下载:
  2. 采用二叉链表作为存储结构,完成二叉树的建立、前序、中序、后序和按层遍历的操作,并求出二叉树的高度、所有叶子及树结点总数的算法,输出二叉树的广义表表示-List using the binary storage structures, the establishment of complete binary tree, the former order, in order, the order and by level traversal
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:
  1. lab2

    0下载:
  2. 利用广义表建立的二叉树,将碱基作为他的节点,实现了以树形输出,并且交换了左右子树,利用非递归中序遍历和先序遍历。-The establishment of the binary tree using the generalized form, the base node as he realized to the output tree, and the exchange of left and right sub-tree in th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:244736
    • 提供者:张晓笛
  1. Data_Structure_CH5

    0下载:
  2. 数据结构(C语言版)配套程序。第五章,数组和广义表-data structure.chapter 5
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:HaoJie
  1. ch04_Array_String_GenList

    0下载:
  2. 数组、串与广义表,包括特殊矩阵、稀疏矩阵等等。-ch04_Array_String_GenList.rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:李金光
« 1 2 3 4 56 7 8 9 10 »

源码中国 www.ymcn.org