CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Tree program in C

搜索资源列表

  1. 算法(销售员问题)

    0下载:
  2. 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:孙永锐
  1. binary_tree

    0下载:
  2. 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1190
    • 提供者:梅剑寒
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3186
    • 提供者:hunter
  1. tree

    0下载:
  2. tree implementation in c. good program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1510
    • 提供者:ashu
  1. TreeMap

    0下载:
  2. 本人在学习数据结构,做课程设计时,写的演示二叉树和图的C语言控制台程序。-I am in the learning data structure, so when the curriculum design and writing binary tree and map presentation of C language program console.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6116
    • 提供者:menchael
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. huffmantree6_12

    0下载:
  2. huffmantree 哈弗曼树编码、解码的C程序。输入一段文字(英文),统计这些字符出现的频率作为权值,进行哈弗曼编码,然后再进行解码,输出到屏幕上。-huffmantree Havermann tree encoding and decoding of the C program. Enter a text (in English), statistical frequency of these characters appear as the weights for Havermann e
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1522
    • 提供者:董金勇
  1. binary_tree

    0下载:
  2. 本程序详细地介绍了二叉树数据结构在c++程序中的实现。-The procedure described in detail the binary tree data structure in c++ program implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:36475
    • 提供者:王一
  1. The_operation_of_the_tree

    0下载:
  2. 用C++实现了数据结构中树的操作 包括树的构建、先序中序后序遍历、树的拆除、结点的添加与删除、树的深度计算等 程序调试完全通过-Achieved with C++ data structure tree operations include the construction of the tree, the first sequence in the sequencing order traversal, tree removal, node addition and deletion, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1406
    • 提供者:朱洁丽
  1. pr07

    0下载:
  2. Program to maintain an AVL tree in c++ languages
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1707
    • 提供者:rajesh
  1. daima

    0下载:
  2. 本程序在运用c++语言编写了一个在控制台完美运行的2叉树前序中序遍历,求树高度,查找等功能。-The program is written using c++ a perfect run in the console before the 2-tree in order traversal order, find the tree height, look for other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:tom
  1. AVL-Trees

    0下载:
  2. AVL Tree program written in C++ using namespaces with branching factor and threshold values
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6104
    • 提供者:uday
  1. shujujiegoushiyan5

    0下载:
  2. 数据结构实验内容,C++编写的树结构的控制台程序。其中运用到队列结构。-Experimental data structure contents, C++ written in the console tree program. Which applied to the queue structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1026842
    • 提供者:
  1. the-trees-build

    0下载:
  2. 树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:12174
    • 提供者:zhuye
  1. The-production-of-function-call-tree

    0下载:
  2. 文档是编程工作的一个非常重要的环节,它一般包括规格化程序清单、函数调用关系、变量参访表和程序结构等等。本文介绍了用BorlandC++编程实现函数列表和函数调用树的自动生成方法,并详细分析了有关的数据结构和主要算法及技巧。-It is very important to make a document for programming work.Generally speaking,it includes standard program list,function call relation,v
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:171347
    • 提供者:李飞
  1. erchalianbiaoqiuyezijiedian

    0下载:
  2. 该程序是数据结构中二叉树以链表形式存储时求叶子结点,用C++语言描述的-The program is in the binary tree data structure to the linked list is stored and the leaf nodes, C++ language to describe
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:609
    • 提供者:韩峰
  1. coq

    0下载:
  2. 按照函数式语言coq思想 用C程序实现的树的实现 非常简单,但很启迪思路 C的函数指针的妙用-Coq thinking in accordance with the functional language C program tree Very simple, but very thought- The magical effect of the C function pointers
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145044
    • 提供者:xjtuxjt
  1. Huffman-tree-coding

    0下载:
  2. 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1382
    • 提供者:哈达
  1. Huffman-Tree-and-Coding

    0下载:
  2. 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:545253
    • 提供者:yiyi
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
« 12 »
搜珍网 www.dssz.com