CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sorting vector

搜索资源列表

  1. C++programs-bubble

    0下载:
  2. bubble sort in c++ for data vector sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:187.88kb
    • 提供者:bilal
  1. ssx

    0下载:
  2. 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:891byte
    • 提供者:jx.liang
  1. TopSort

    0下载:
  2. java语言实现图的拓扑排序,图利用vector来存储-java language map of topological sorting, graph used to store vector
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7.13kb
    • 提供者:nishiting
  1. DateConvert

    0下载:
  2. DateConvert:简单而快速的日期转换 DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。 Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快: DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒 DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒 =&g
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5.06kb
    • 提供者:zhou
  1. org

    0下载:
  2. 用vector实现简单排序算法的封装,具有较强的实用性,希望能通过-Vector sorting algorithm with simple package, with a strong practical, hope that through
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:881byte
    • 提供者:daodao
  1. shannon

    0下载:
  2. 函数说明: [p,x]=array(P,X) 为按降序排序的函数 P为信源的概率矢量,X为概率元素的下标矢量 p为排序后返回的信源的概率矢量 x为排序后返回的概率元素的下标矢量 -Function Descr iption: [p, x] = array (P, X) is sorted in descending order of the function P is the probability of the source vect
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3.71kb
    • 提供者:lijing
  1. 1

    0下载:
  2. 关于数组的随机数 各种排序算法 sort()和partial_sort()算法对vector容器的处理-Array of random numbers on a variety of sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:947byte
    • 提供者:吕建良
  1. vector_test

    0下载:
  2. vector arraly sorting test-vector arraly sorting test
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8.74mb
    • 提供者:faced
  1. vector1

    0下载:
  2. vector sorting algilithm c code-vector sorting algilithm c code
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:faced
  1. nsga-original

    0下载:
  2. 非支配排序算法,用于求解多目标问题,c语言。-This is a GA implementation for multi-objective optimization. *** *** For multi-objective optimization, non-domonated sorting has *** *** been used. The design variables can be Binary, Integer, Real *** *** or Enumerat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15.83kb
    • 提供者:陈重
  1. fanxinsuanfa

    0下载:
  2. 定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output value of each element, and then dr
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:728byte
    • 提供者:唐亮
  1. Matrix

    0下载:
  2. 一个继承了二维向量的矩阵类,包括矩阵的加减乘除运算等,其中还有一个快速排序算法-An inheritance of a class of two-dimensional vector matrix, including matrix addition and subtraction, multiplication and division, of which there is a fast sorting algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1.29mb
    • 提供者:董莹莹
  1. sort

    0下载:
  2. 九种基本的排序算法的实现,其中大部分排序方法分别基于数组数据和向量数据实现了一个版本-The realization of the nine basic sorting algorithm, in which most of the sorting method based on the array data and vector data to achieve a version
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:100.47kb
    • 提供者:龙欣
  1. achvectors

    0下载:
  2. Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:339.86kb
    • 提供者:sun2grit
  1. test10

    0下载:
  2. 将存放在Vector对象中的200个Point对象排序,排序的条件为:按照X值从小到大排列-200 Point object sorting, will be stored in a Vector object sort conditions: in ascending order according to the value of X
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:843byte
    • 提供者:上官婉儿
  1. test20_chy

    0下载:
  2. (1) 编写程序,实现STL向量的增、删、改、查、排序;-(1) write a program, the realization of add, delete, change, check the STL vector, sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1.64kb
    • 提供者:chen
  1. bb_pwd

    0下载:
  2. password utility routines.Wrapper for common string vector sorting operation for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:3.18kb
    • 提供者:genyiuvi
  1. afangles

    0下载:
  2. Routines used to compute vector angles with limited accuracy and very high speed. It also contains sorting routines body for Linux. -Routines used to compute vector angles with limited accuracy and very high speed. It also contains sorting routine
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1.81kb
    • 提供者:legangqai
  1. tse-voe-sorting

    0下载:
  2. 单例模板类,实现vector中结构体数据的排序,-Singleton class templates, the realization of the vector in the structure of the data sorting,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:4.54kb
    • 提供者:ENoozq_075609
  1. 冒泡排序法

    0下载:
  2. 不限数字个数且使用函数的冒泡排序法,供交流学习使用。(Bubble sorting method without limitation of quantities of inputs.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:Blanker
« 12 »
搜珍网 www.dssz.com