搜索资源列表

  1. General-List

    0下载:
  2. 广义表 基本操作:    InitGList(&L)   操作结果:创建空的广义表L。CreateGList(&L,S) 初始条件:S是广义表的书写形式串。操作结果:由S创建广义表L。DestroyGList(&L) 初始条件:广义表L存在。操作结果:销毁广义表L。CopyGList(&T,L) 初始条件:广义表L存在。操作结果:由广义表L复制得到广义表T。GlistLength(L) 初始条件:广义表L存
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-16
    • 文件大小:270kb
    • 提供者:nizy
  1. List

    0下载:
  2. 单链表的基本操作,创建一个广义表+判空+显示+长度, 广义表的复制+插入+深度+删除+销毁,打印广义表中的原子。-The basic operation of a single list, create a generalized table+ empty+ show+ the length of sentence, the generalized form of the copy+ delete+ insert+ depth+ des
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-16
    • 文件大小:250kb
    • 提供者:苏阳
  1. BiTree

    0下载:
  2. 1.定义二叉链表类型,建立二叉树。 2.先序遍历二叉树,并输出遍历结果。 3.中序遍历二叉树,并输出遍历结果。 4.后序遍历二叉树,并输出遍历结果。 5.层次遍历二叉树,并输出遍历结果。 6.求二叉树的深度、总结点数、叶子结点数、二叉树的复制。-(1) define a binary linked list type, the establishment of a binary tree. 2 preorder tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-16
    • 文件大小:2kb
    • 提供者:陈小默
  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-11-16
    • 文件大小:854kb
    • 提供者:陈鑫
  1. List Clone

    0下载:
  2. List的深度复制 浅谈C#中List<T>对象的深度拷贝问题(List Clone Introduction to c # in the List < T > object deep copy of the problem)
  3. 所属分类:Windows编程

    • 发布日期:2024-11-16
    • 文件大小:24kb
    • 提供者:小 周

源码中国 www.ymcn.org