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

搜索资源列表

  1. 等级证书考试管理系统

    0下载:
  2. 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:251559
    • 提供者:郑章孝
  1. ShortestPathviaFibonacciHeap

    0下载:
  2. This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19974
    • 提供者:heavenflames
  1. SA04225140_NO5

    0下载:
  2. 红黑树:输入:在同一目录下的redblacktree.txt文件中输入十个大于0的数值,每个数值中间用空格格开 数目可以大于十个,但是要求在源程序中改变#define NUM 10 ,改成相应关键值各个数输出:按照先序输出红黑树,格式为:根节点。颜色(左子树。颜色,右子树。颜色),并输出此 树的黑高度,然后输入要删除的关键值,按回车后输出删除后的结果,并输出其高度。-RED-BLACK TREE : Admission : in the same directory under the file
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54664
    • 提供者:朱磊
  1. Topo_logical_Order_7_12D

    0下载:
  2. 拓扑排序,并求关键路径.按UDG图的格式输入,程序创建UDG图,然后求关键活动,进行拓扑排序,最后将拓扑排序的结果输出。-Topological sort, and seek the critical path. By UDG graph format input, the program creates UDG chart, key activities and then seek to carry out topological sort, and finally output the re
  3. 所属分类:Data structs

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

    0下载:
  2. 【问题描述】已知输入一串正整数,正整数之间用空格键分开,请建立一个哈夫曼树,以输入的数字为叶节点,求这棵哈夫曼树的带权路径长度。 【输入形式】首先输入正整数的个数,然后接下来为接下来的正整数,正整数个数不超过10个 【输出形式】输出相应的权值 -[Problem Descr iption] known input string of positive integers, positive integers separated by a space key, c
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:199755
    • 提供者:杜长春
  1. N-binary-tree-to-traverse

    0下载:
  2. 本程序用递归法遍历N叉树。可进行深度和广度遍历。 注: 按“/”键结束输入 如 2 1 3 / 6 / 9 / / / / 输入可得 深度遍历为21369,广度遍历为21369 最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:800
    • 提供者:
  1. 11

    0下载:
  2. 对于一个连通图G,请采用深度优先搜索的方法,识别出该连通图的所有关节点。如下图所示。 输入:首先输入连通图G的结点个数n、边的个数m以及搜索的起始结点号,然后输入各边(u,v); 输出:首先输出DFN和LOW数组的值,然后输出所有关节点。-For a connected graph G, use depth first search method, identify the connected graph all key points. As below. Input: first
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1025
    • 提供者:何蒙蒙
  1. base1

    0下载:
  2. vc开发的二叉树实现程序,创建二叉树时,采用先序(node-left-right)的方式,每输入一个结点值(字符),敲一下回车键,再输入下一个节点值,空结点值用 * 表示,每个叶子节点必须后跟两个空指针,并输出了它的中序遍历形式和绘图的形式,有助于初学者加深对二叉树概念的理解-Vc development of binary tree realize the program, creating a binary tree, the first order (node-left-right) wa
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:315823
    • 提供者:sun
  1. c

    0下载:
  2. 对以下六种常用的内部排序算法进行比较:希尔排序、直接选择排序、快速排序、直接插入排序、堆排序、冒泡排序、。 (2)待排序表的表长和数据可以由用户自己确定,也可以由随机数产生程序自动产生;至少要用五组不同的输入数据作比较;比较的指标为关键字的比较次数和关键字的移动次数(关键字的交换计为三次移动)。 (3)最后要对结果作出简单分析。 -Six commonly used internal sorting algorithm: Hill Sort by direct selection s
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:9046
    • 提供者:朱俊杰
  1. LeastCommonAncestors

    1下载:
  2. 求一棵二叉树的2个结点的最近公共祖先 输入:根据带空指针的先序遍历结果建立普通二叉树 数据元素类型:字符类型 空指针: # 输入格式: 第一行:依次为元素个数N 第二行:元素序列 第三行:字符x 字符y 输出格式:x与y的最近共同祖先的元素值,或者NULL。 注意:1、输入错误时,输出ERROR(大写)并结束程序。2、树节点保存的元素值为字符类型。3、任意多余输出视为错误。4、二叉树的结点关键字是主关键字 -Seeking a binary tree
  3. 所属分类:Data structs

    • 发布日期:2014-12-14
    • 文件大小:1024
    • 提供者:zrx
  1. kwic_oo

    0下载:
  2. key word in content. 包含输入,循环移位,排序,输出。使用面向对象技术开发-key word in content. includes an input, the cyclic shift, the sort and output. Using object-oriented technology development
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2656
    • 提供者:叶绮灵
  1. look-uptable

    0下载:
  2. 按关键字从小到大顺序输入一组记录构造查找表,并且输出该查找表; 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。 -Press the key sequence input small to large lookup table constructed a set of records, and the output of the look-up table Given a key value of the con
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5814
    • 提供者:王玥天
  1. HuffmanTree-Shortest-Path

    0下载:
  2. 赫夫曼树的建造过程,以及最短路径算法,有关键步奏的注释,需输入节点数据以及邻接矩阵的内容,注意看主函数-Huffman tree construction process, as well as the shortest path algorithm, the key step-outs comments, data and content needs input node adjacency matrix, note the main function
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1134857
    • 提供者:
  1. 哈希表_17281183_刘梦婷

    5下载:
  2. 采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is required to be no more than 0.7. T
  3. 所属分类:数据结构

    • 发布日期:2020-05-31
    • 文件大小:2189312
    • 提供者:lmt19990807
搜珍网 www.dssz.com