搜索资源列表
C++programs-bubble
- bubble sort in c++ for data vector sorting
ssx
- 对vector类进行多键值排序的方法.通过重载对指针的比较函数,实现了可以按照不同键值排序.-Category of vector multi-key sorting method. Through the overloading of function pointer comparison, realize that can be sorted according to different keys.
TopSort
- java语言实现图的拓扑排序,图利用vector来存储-java language map of topological sorting, graph used to store vector
DateConvert
- 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
org
- 用vector实现简单排序算法的封装,具有较强的实用性,希望能通过-Vector sorting algorithm with simple package, with a strong practical, hope that through
shannon
- 函数说明: [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
1
- 关于数组的随机数 各种排序算法 sort()和partial_sort()算法对vector容器的处理-Array of random numbers on a variety of sorting algorithms
vector_test
- vector arraly sorting test-vector arraly sorting test
vector1
- vector sorting algilithm c code-vector sorting algilithm c code
nsga-original
- 非支配排序算法,用于求解多目标问题,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
fanxinsuanfa
- 定义一个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
Matrix
- 一个继承了二维向量的矩阵类,包括矩阵的加减乘除运算等,其中还有一个快速排序算法-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
sort
- 九种基本的排序算法的实现,其中大部分排序方法分别基于数组数据和向量数据实现了一个版本-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
achvectors
- 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
test10
- 将存放在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
test20_chy
- (1) 编写程序,实现STL向量的增、删、改、查、排序;-(1) write a program, the realization of add, delete, change, check the STL vector, sorting
bb_pwd
- password utility routines.Wrapper for common string vector sorting operation for Linux.
afangles
- 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
tse-voe-sorting
- 单例模板类,实现vector中结构体数据的排序,-Singleton class templates, the realization of the vector in the structure of the data sorting,
冒泡排序法
- 不限数字个数且使用函数的冒泡排序法,供交流学习使用。(Bubble sorting method without limitation of quantities of inputs.)