CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Tree program in C

搜索资源列表

  1. jiapu

    0下载:
  2. 家谱设计程序 基于c的家谱程序,通过二叉树完成。有的功能不尽完善,不过是自己努力编写完成的。-Genealogy design process based on c, genealogy program, through the complete binary tree. Some features not perfect, but their own efforts in the preparation completed.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:78.7kb
    • 提供者:mirror
  1. AvlTree_v4

    0下载:
  2. 该程序使用Visual C++编写的一个数据结构中平衡排序二叉树的一个实现程序-Use the program Visual C++ to prepare a data structure in a balanced binary tree sort of a realization of the procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:11.51kb
    • 提供者:wang
  1. 06

    1下载:
  2. 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:936.23kb
    • 提供者:cj
  1. pretree

    0下载:
  2. 采用C语言编写的先序遍历二叉树的源程序,该程序有3部分构成:主程序,构造树函数,先序遍历函数-Written in C language using the first order binary tree traversal of the source, the program has three parts: the main program, construct a tree function, preorder traversal function
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1.37kb
    • 提供者:keke
  1. avltr

    0下载:
  2. 二叉平衡树的C语言实现.数据结构中树的应用.自己编写的程序,做练习只用.供大家参考.-A balanced binary tree, C language. In a tree data structure applications. I have written a program to do the exercises only. For your reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:232.92kb
    • 提供者:water
  1. balancetree

    0下载:
  2. balance tree program in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:716byte
    • 提供者:Merec
  1. stx-btree-0.8.6.tar

    0下载:
  2. The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:icegull
  1. pulimu

    0下载:
  2. 利用C语言写的普利姆算法产生最小生成树的程序 数据结构课程设计-Program written in C language Puli Mu algorithm produces a minimum spanning tree data structure curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:336.2kb
    • 提供者:赵文涛
  1. tree

    0下载:
  2. 本程序是C/C++的数据结构中有关树的调试过的所有程序,经过本人测试,程序正确无误。-This program is in the C/C++ data structure about tree all program debugging my tests, the program is correct.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:188.2kb
    • 提供者:micheal
  1. Differential

    0下载:
  2. 使用C++编写的实现简单微分功能的小程序,其中使用到了二叉树遍历求导以及多项式中序遍历计算等方法。-Using C++ program written in simple differential function, which use to binary tree traverse the derivation and polynomial order traversal calculated.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:13.38kb
    • 提供者:荣伟
  1. one

    0下载:
  2. 程序实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数。 1.先序次序建立一个二叉树 ,用#表示某结点的左右子树是否为空,用于表示该结点是否为叶子或者可能存在左子树or右子树。例如对一个简单的三节点二叉树,节点b和c分别为根节点a的左孩子和右孩子,用先序来创建就表示为ab##c## 2.按先序、中序、后序、层次遍历分别输出二叉树的所有节点 3.求二叉树中所有节点数 4.求二叉树的深度 -Program binary t
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:杨痒痒
  1. syntax-analysis

    0下载:
  2. 使用C语言写的语法分析小程序,要借助flex和bison工具,输入符合LCC语言语法的程序段,程序会输出语法树。-Using C language to write the syntax analysis of small programs, with the aid of bison and flex tools, input in accordance with the LCC syntax of the program segment, the program will output th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.68kb
    • 提供者:majin
  1. cnmb

    0下载:
  2. 在本实验中,程序的输入是一个表示树结构的广义表。假设树的根为 root ,其子树森林 F = ( T1 , T2 , ... , Tn ),设与该树对应的广义表为 L ,则 L =(原子,子表 1 ,子表 2 , ... ,子表 n ),其中原子对应 root ,子表 i ( 1<i< n )对应 Ti 。例如:广义表 (a,(b,(c),(d)),(f,(g),(h ),(i))) 表示的树如图所示: 程序的输出为树的层次结构、树的度以及各种度的结点个数。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:754byte
    • 提供者:王浩东
搜珍网 www.dssz.com