搜索资源列表

  1. 3975-1

    0下载:
  2. 数据结构课程设计 四种分类法 本程序采用了各种不同的方法对同一个输入进行排序,且每一个元素其本身亦是一个结构体,又可以进行扩充,使其可以存储其他的相关的信息。在此我仅仅举了结构体本身只有一个元素的情况。-curriculum design data structure classification of the four procedures using a variety of methods with a pair of inp
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:dboy
  1. SortTest

    0下载:
  2. 说明: 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下,欢迎指正。 对于排序算法,想做一个动态演示的东东,因此今天使用VB.net大概实现了一个,界面如下,代码有2个版本,一个可以指示当前循环的位置(但设计感觉不好,也找不到更好的办法),一个没有。 -Note : This section of the review of data structure and algorithm, a few scat
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:142336
    • 提供者:
  1. 高校运动会系统

    0下载:
  2. 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:李韦纬
  1. 南京市部分公交转车系统

    0下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 i
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:李韦纬
  1. 统计英文文章的字符个数并huffman编码

    0下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:李韦纬
  1. 二叉排序二叉树的建立

    0下载:
  2. 二叉排序树的建立是数据结构中许多二叉树算法实现的基础,本程序输入节点时,以-1表示输入结束-two forks of the tree data structure is the establishment of many of the binary tree algorithm based on the input node procedure, said the importation of 1 to the end
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:155648
    • 提供者:楚天
  1. AVLTtreeSource

    0下载:
  2. 这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:99328
    • 提供者:陈万通
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王国强
  1. C实现二叉树

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王国强
  1. C++实现二叉树很好的例子

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王国强
  1. 多关键字排序

    0下载:
  2. 数据结构里的作业之多关键字排序~字数又够了-data structure, operating as many as keyword ranking to the number of words in the 9,100
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:244736
    • 提供者:孙伟
  1. 二叉排序树及其查找

    0下载:
  2. 数据结构 上机 二叉排序树及其查找,包含更新二叉排序树存储二叉排序树上的查找,二叉排序树上的插入,二叉排序树上的删除等-data structure two forks on the plane and you sort tree, update contains two fork-tree storage binary search tree by sequencing, two tree fork insertion sort, t
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:大阳
  1. Data_Struction_sort_search

    0下载:
  2. 数据结构作业。 排序和数据检索比较演示程序。 图形界面。-data structure operations. Sequencing and comparison data retrieval demonstration program. Graphical interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:401408
    • 提供者:张钊宁
  1. haffmancode(VC)

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 *
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:ray
  1. tuobupaixu

    0下载:
  2. 这是学习数据结构时 作的拓补排序课程设计,在原有的基础上作了可识化处理.-data structure for the extension completed sequencing curriculum design, the original can be made based on knowledge processing.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:44032
    • 提供者:superdeng
  1. MergeSortShow

    0下载:
  2. 数据结构(C++版)的演示程序,详细演示归并排序的具体调用过程-data structure (C++ version) demonstration program, a detailed presentation of specific merge sorting process called
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:45056
    • 提供者:znb
  1. graghtuopu

    0下载:
  2. 图的拓扑排序,是无前趋的接点拓扑排序,数据结构实验的同学可以看看!-map of topological sorting, and there is no contact before becoming the topological sorting, data structure experiments students can see!
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:36864
    • 提供者:ysn
  1. searchandorder

    0下载:
  2. 属于利用C++开发的数据结构代码,包括顺序链表的折半查找等多种查找方法和冒泡排序等多种排序方法。-belonging to the development of the use of C code data structure, including sequence Chain binary search various search methods and bubble sort, and other ranking methods.
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:294912
    • 提供者:张婧姝
  1. datastructure_sort

    0下载:
  2. 严蔚敏数据结构最后一个实验. 对各种排序算法进行比较-Yan Wei Min data structure a final experiment. Sorting Algorithm for various comparisons
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:230400
    • 提供者:
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:huangfeng
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org