CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 排序算法

搜索资源列表

  1. 06Heapsort

    0下载:
  2. heapsort,堆排序,很少有人介绍,可是却是一种基本的算法-heapsort, heap sort, there are very few people on, but they are a basic algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:340757
    • 提供者:billkim
  1. studentscore

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

    • 发布日期:2008-10-13
    • 文件大小:20031
    • 提供者:huangfeng
  1. tuxiangpipei

    0下载:
  2. 在图像模板匹配问题中,基于像素灰度值的相关算法尽管已经十分普遍,并得到广泛的应用,但目前此类算法都还存在有时间复杂度高、对图像亮度与尺寸变化敏感等缺点.为了克服这些缺点,提出一种新的基于图像灰度值的编码表示方法.这种方法将图像分割为一定大小的方块(称为R-块),计算每个R-块图像的总灰度值,并根据它与相邻R-块灰度值的排序关系进行编码.然后通过各个R-块编码值的比较,实现图像与模板的匹配.新算法中各个R-块编码的计算十分简单 匹配过程只要对编码值进行相等比较,而且可以采用快速的比较算法.新算法对
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:163801
    • 提供者:曲晓彤
  1. LJClusterDemo

    0下载:
  2. 文本聚类是基于相似性算法的自动聚类技术,自动对大量无类别的文档进行归类,把内容相近的文档归为一类,并自动为该类生成特征主题词。适用于自动生成热点舆论专题、重大新闻事件追踪、情报的可视化分析等诸多应用。 灵玖Lingjoin(www.lingjoin.com)基于核心特征发现技术,突破了传统聚类方法空间消耗大,处理时间长的瓶颈;不仅聚类速度快,而且准确率高,内存消耗小,特别适合于超大规模的语料聚类和短文本的语料聚类。 灵玖文档聚类组件的主要特色在于: 1、速度快:可以处理海量规模
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1100725
    • 提供者:lingjoin
  1. binarytreealgorithm

    0下载:
  2. 一个排序二叉树算法的基本实现,C++初学者可以学习一下-Sort of a basic binary tree algorithm implementation, C++ beginners can learn about
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:233106
    • 提供者:莘岚
  1. xueshengchengjiguanli

    0下载:
  2. 学生信息录入功能(学生信息用文件保存)---输入 学生信息浏览功能---输出 查询、排序功能---算法 按学号查询 按姓名查询 学生信息的删除与修改(可选项) - xueshnegchengji
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:186353
    • 提供者:liuhuan
  1. nsga2

    3下载:
  2. 基于NSGA-Ⅱ算法的区域覆盖卫星星座优化将一种基于Pareto最优概念的快速非支配排序遗传算法(NSGA-Ⅱ)引入区域覆盖侦察卫星星座的多目标优化设计-Algorithm based on NSGA-Ⅱ regional coverage satellite constellation will be based on the concept of Pareto optimal fast non-dominated sorting genetic algorithm (NSGA-Ⅱ) the
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:409494
    • 提供者:刘欣
  1. 1

    0下载:
  2. 给定一个有向图,实现图的深度优先, 广度优先遍历算法,拓扑有序序列,并输出相关结果。 功能要求:输入图的基本信息,并建立图存储结构(有相应提示),输出遍历序列,然后进行拓扑排序,并测试该图是否为有向无环图,并输出拓扑序列-Given a directed graph, realize the depth chart first, breadth-first traversal algorithm, topology and orderly sequence, and outputs the
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:朱慧明
  1. shujujiegou_C

    1下载:
  2. 介绍了数据结构的基本概念、线性表、链接表、数组和广义表、树、图、查找和排序等,每章用大量的实例和图表来说明基本概念和方法.同时采用c语言作为算法的描述语言,算法也尽可能地少用抽象定义,而更多的是给出具体算法,并力求算法更接近于实际应用,使读者能更快地提高编程能力。-The book gives the basic concepts of data structures, linear tables, linked tables, arrays, and generalized table, tr
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:7903151
    • 提供者:冰茜
  1. shell

    0下载:
  2. 希尔排序数据结构的一种算法用C语言编写,可以进行排序-Hill to sort the data structure of an algorithm written in C
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:700
    • 提供者:刘超
  1. jishupaixu

    0下载:
  2. 基数排序数据结构的一种算法基数排序数据结构的一种算法-Radix sort the data structure of an algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:654
    • 提供者:刘超
  1. insertSort

    0下载:
  2. 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。-There is an ordered sequence of data required to insert a number of good data sequence has been ran
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:885
    • 提供者:王强
  1. suanfa

    0下载:
  2. 数据库编程中,各种排序,插入,删除,链表,图的算法实现,及对原来算法的改进算法,希望对你有用-Database programming, various sorting, insert, delete, linked list, graph algorithm and the original algorithm, the improved algorithm, in the hope that useful to you
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:9601
    • 提供者:hu
  1. matrix-transpose-operation

    0下载:
  2. 稀疏矩阵的三元组存储及其转置运算。使用三元组存储以下稀疏矩阵,并使用3种转置算法进行转置。转置方法1:直接交换行列,再排序。 转置方法2:执行n次扫描。 转置方法3:快速转置。-Triple store sparse matrix transpose operation.Using a sparse matrix, the following triple store and use three kinds of the permutation algorithm to transpose.Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1425
    • 提供者:高伟
  1. Ranking-selection-algorithm

    0下载:
  2. 基于排序选择的遗传算法,讨论不确定性约束等相关问题的解决方案及实例-Ranking selection based on the genetic algorithm, discuss the uncertainty constraints and other issues related to the solutions and examples
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:53866
    • 提供者:熊昌泰
  1. 3258

    1下载:
  2. 针对多目标优化的精英保留非劣排序遗传算法(NSGA-11)精英保留非劣排序遗传算法.-Elitist non-dominated sorting genetic algorithm for multi-objective optimization elitist non-dominated sorting genetic algorithm (NSGA-11).
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:147706
    • 提供者:崔洋洋
  1. sorting

    0下载:
  2. 排序、插入、删除用数据结构进行算法的设计-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:577
    • 提供者:陌雨暄
  1. Cpp1

    0下载:
  2. dijkstra最短路径寻径算法之邻接表加堆排序的优化方法-adjacent table and heap sort Dijkstra shortest path routing algorithm optimization method
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:1002
    • 提供者:lihk
  1. Research-on-an-ES-Aided

    0下载:
  2. Agent 蚁群算法 专家系统 优化排序 算例分析 多Agent系统-Ant colony optimization algorithm for expert systems sort numerical example
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:238009
    • 提供者:baoxiangyu
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
« 1 2 34 »
搜珍网 www.dssz.com