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

搜索资源列表

  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63.71kb
    • 提供者:陈青侠
  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:罗明会
  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:mars
  1. tem

    1下载:
  2. 2005年电力部数学建模大赛题目: 共有61个比赛项目,1050人参加比赛。请给出算法及其框图,同时给出合理的比赛项目排序表,使连续参加两项比赛的运动员人次尽可能的少;表中“#”号位置表示运动员参加此项比赛。建立此问题的数学模型,并且合理安排比赛项目顺序,使连续参加两项比赛的运动员人次尽可能的少;程序使用了最小生成树算法。-2005 Mathematical Modeling Contest subject : a total of 61 events, 1,050 people parti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.3kb
    • 提供者:容器
  1. MonAlgorithmCode

    0下载:
  2. algorithm , tree hash table, b tree, Tas de Fibonnaci-algorithm, tree hash table, b tree, Tas de Fibonnaci
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.28kb
    • 提供者:lalabu
  1. shu

    0下载:
  2. 1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7.94kb
    • 提供者:Demonic
  1. shu2

    0下载:
  2. 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:6.93kb
    • 提供者:Demonic
  1. chazhao

    0下载:
  2. [问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #include <stdlib.h> #include <stdio.h> typedef int KeyType typedef struct{ -[Problem Descr iption] Binary Tree ranking keyword search for the rec
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:13.33kb
    • 提供者:Demonic
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11.59kb
    • 提供者:赖泽天
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.86kb
    • 提供者:李霄逍
  1. DataStruct

    0下载:
  2. 数据结构实验程序 线性表 栈和队列 二叉树 图 查找 内部排序-Experimental procedures for linear data structures stack and queue table tree diagram to find the internal order
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:321.45kb
    • 提供者:liuzhou
  1. trieTree

    0下载:
  2. 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.19kb
    • 提供者:金星男
  1. data-struct

    0下载:
  2. 数据结构与算法 最短路径算法 最小生成树-Data Structures and Algorithms shortest path minimum spanning tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:869.96kb
    • 提供者:sun
  1. Data-structure

    0下载:
  2. 这是我们老师上课讲的课件PPT,因老师讲得很好,想上传给大家共享。包括线性表,栈和队列,数组与广义表,树和二叉树,图。查找。排序等内容。-This is our teacher in the class speak courseware PPT as teacher put it very well, and want to upload to share. Including linear tables, stacks and queues, arrays, and generalized t
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.16mb
    • 提供者:刘静
  1. creat-tree-2

    0下载:
  2. 建立一个二叉排序树,定义线性表函数,插入函数,删除函数-Build a binary sort tree, defined linear table function, insert function, delete function
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:689byte
    • 提供者:john
  1. creat-tree-1

    0下载:
  2. 建立一个二叉排序树,定义线性表函数,插入函数,删除函数-Build a binary sort tree, defined linear table function, insert function, delete function
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:1.46kb
    • 提供者:john
  1. tree

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

    • 发布日期:2017-04-03
    • 文件大小:757byte
    • 提供者:summer
  1. Tree

    0下载:
  2. 源程序(C语言)对二叉树进行了一些基础操作,包括二叉树的初始化,遍历(先序)输入,凹入表输出等。-Source code (C language) had some basis for binary operations, including the initialization of a binary tree traversal (first order) input, recessed table output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:967byte
    • 提供者:weiling
  1. Table on AVL-tree

    0下载:
  2. Class that represent a table of elements with key and values, implemented using AVL tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-17
    • 文件大小:69.35kb
    • 提供者:vvotekeb
  1. Data-structure

    0下载:
  2. 哈希表(带查询),哈希表的设计,树的遍历,停车场,图,约瑟夫环(链表),约瑟夫环(数组),招工考试-The hash table (with query), design of hash table, tree traversal, parking lot, figure, Joseph ring (list), Joseph ring (array), recruitment examination
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:107.92kb
    • 提供者:江中落雪
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com