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

搜索资源列表

  1. migong

    0下载:
  2. 以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:805
    • 提供者:ma
  1. 2

    0下载:
  2. 数据结构,加减法以及乘法的实现,这是对表达式求值的过程-Data structure, add and subtract, and multiply the realization that this is the process of evaluation of expressions
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2108
    • 提供者:金吉祥
  1. c

    0下载:
  2. 程序包含实现排序的递归函数;把一个文件中的内容输出到另一个文件中;交换两个地址中的数据等。-Achieve the sorting process consists of recursive function to output the contents of a file to another file the exchange of two addresses in the data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:5405
    • 提供者:fangfang
  1. ButtomUpHeap

    0下载:
  2. 数据结构中一个堆排序的程序,自底向上构造堆-The data structure a heap sort process, bottom-up heap construction
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:451675
    • 提供者:wuman
  1. AVLtree

    0下载:
  2. 自认为数据结构作业里比较困难的一道程序,实现AVL的添加,删除,旋转操作-Since that data structure operations in a difficult process to achieve AVL to add, delete, rotate operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:858
    • 提供者:李想
  1. cPMsuanf

    0下载:
  2. 关键路径通常是在拓扑排序的基础上求得的。本文算法中设计了一些独特的数据结构,在算法运行的整个 过程中,求发点(源点)到收点(终点)的关键路径的过程(入栈、出栈等操作)实际只进行一遍,不需要进行拓扑排序,算法的时间 复杂度为O(n+e),较传统的算法效率更高-Critical path is usually calculated based on the topological sort of. This algorithm designed some unique data struct
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:120217
    • 提供者:李学兵
  1. shiyanliu

    0下载:
  2. 假设有一个数据类型为整型的一维数组A,A 中的数据元素呈无序状态,编写一个采用堆排序法将A中的数据元素按由小到大进行排序的程序。-Suppose a data type for the integer one-dimensional array A, A in the data element was disorder, to write a heap sort method used in the data elements A sort of process by small to larg
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:547
    • 提供者:陆斌
  1. creatlen

    0下载:
  2. 数据结构的程序,对于学习数据结构的学生会有帮助的。-The process data structure, data structure for the learning of students helpful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:732
    • 提供者:
  1. SortCompare

    0下载:
  2. (1)待排序表的长度不小于100000;其中的数据用为随机数产生程序产生。 (2)从已学过的内部排序算法中选择至少5种算法,通过比较各种算法的关键字移动次数以及比较次数。至少用五组不同的输入数据作比较。 (3)最后对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -(1) length of the table to be sorted is not less than 100,000 one of the data used to generate the random
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:105015
    • 提供者:xiaojie
  1. 11

    0下载:
  2. 任务:用程序实现插入法排序、起泡法、选择法、快速法、合并法排序; 输入的数据形式为任何一个正整数,大小不限。 输出的形式:数字大小逐个递增的数列。 要求给出多组不同元素个数的输入数据,并用列表打印出每种排序下的各趟排序结果。每个排序法结束时应打印出其元素比较的次数和交换的次数。此程序需将结果用列表打印,一定要将其打印结果排列好。 -Tasks: A Program for insertion sort, bubble method, selection method, rapid
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9216
    • 提供者:李燕
  1. student

    0下载:
  2. 学生成绩管理程序。能精确管理学生的各项数据及简便提取利用-Student performance management process. Students can accurately manage the data and use simple extraction
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1389
    • 提供者:地方官
  1. bigint

    0下载:
  2. 大整数运算程序,字符串输入,清华大学数据结构作业-Large integer arithmetic process, the string input, Tsinghua University, the data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:688022
    • 提供者:zzq
  1. diaodu

    0下载:
  2. 2、 程序中用一个栈形象的表示为车厢的调度站。演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。程序的输入为整形数据,并且要在1—20之间,若超出此范围,会显示“输入错误”的提示信息。-2, the program that used the image of a stack for the car dispatch station. Demo program to computer users
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1611
    • 提供者:巩玉帅
  1. EvaluateExpression

    0下载:
  2. 数据结构经典程序,表达式求值,完整的程序,有详细的注释,执行时会有详细的提示,主要遵照于 严蔚敏《数据结构》 里面的表达式求值程序,对该程序进行完善。-Classic procedure data structure, expression evaluation, complete program, with detailed notes, there will be a detailed implementation tips, mainly in strict accordance with
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:348890
    • 提供者:lin
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:浩星无恨
  1. line

    0下载:
  2. 比较冒泡排序、直接插入排序、简单选择排序、快速排序,待排序长度不小于100,数据可有随机函数产生,用五组不同输入数据做比较,比较的指标为关键字参加比较的次数和关键字移动的次数;对结果做简单的分析,包括各组数据得出的结果出现被动的解释。设计程序用顺序存储 -Comparison of bubble sort, direct insertion sort, simple selection sort, quick sort, to be sorted by length not less tha
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7800
    • 提供者:阿狸
  1. dicom

    0下载:
  2. 文章首先针对DICOM3.0 标准, 对DICOM 医学图象的数据结构进行系统的分析, 阐述了文件元信息, 数据集和数据元素的 格式 然后结合DICOM 图象显示的各种方法,创建了DICOM 图象显示核心类, 并简要描述了部分函数的功能。-This paper is to analyze the structure of DICOM medical image,including the structure of File Meta Information,dataset and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:281033
    • 提供者:zhengfang
  1. datastructure

    0下载:
  2. 这个是数据结构教学过程中的经典问题,有百鸡问题,皇后问题,汉诺塔求解等8个问题。非常适合初学者参考。-This data structure is a classic problem of the teaching process, there are 100 chicken problem, queens, Tower of Hanoi problem solving, etc. 8. Very suitable for advanced users.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3645
    • 提供者:那雷特
  1. recursion

    0下载:
  2. 根据Kurse版数据结构改成的课件。此章包括: 1、递归的概念 2、递归函数的设计 3、递归过程与递归工作栈 4、递归过程的非递归化 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, 2 the concept of recursion, recursive functions of design 3, the recursiv
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:270547
    • 提供者:黄蔼婧
  1. Grey_Correlation_Analysis

    0下载:
  2. 用C实现的灰色关联排序程序。代码完整,实现了多种数据的处理方法,包括:初值化处理、最大值化处理、区间值化处理等。-Implemented using C Grey sorting process. Code integrity, and achieve a variety of data processing methods, including: initial processing, the maximum processing, interval value of handling.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:214489
    • 提供者:john
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com