搜索资源列表
shell124
- 程序主要运用向量 将数据进行排序 构造了Thread类和Node结构,以及切换,读入函数,FCFS与RR算法运用的队列,最后计算出各项包括utilization,serviceTime,ioTime等各项数据,然后输出结果-procedures will primarily use vector data structure sort of Thread and Node category structure, and switching, read into the function, RR
sort_vector
- 此程序是排序,用了vector类,并封装了发泡,快速,插入和选择排序-ranking, with the vector categories, and the packaging foam, fast, and inserted SELECTION SORT
查找向量容器中的两个字符串
- 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
matlab.juzhenpaixu.rar
- 用matlab对一组向量进行排序和解决了行排序后,列随行走的问题。,Using matlab to sort a set of vector and resolution after the trip to sort out the problems with walking.
vectoralist
- 练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个list,并重复上述实验,并注意观察结果。 -Exerc
C++programs-bubble
- bubble sort in c++ for data vector sorting
vectorsort
- 矢量的快速排序-Quick sort of vector
Qinck_Sort_Classic
- 算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.
VectorSorting
- 向量排序 将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
xiazai
- stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
vector
- 使用二维向量处理文件中的学生姓名及分数,求各个学生的总分及平均分并进行排序-Using the two-dimensional vector names and scores of students in the file, find the score and average score of all students and to sort
sort
- THIS SUBROUTINE SORTS (IN ASCENDING ORDER) THE N ELEMENTS OF THE SINGLE PRECISION VECTOR X AND PUTS THE RESULTING N SORTED VALUES INTO THE SINGLE PRECISION VECTOR Y.-THIS SUBROUTINE SORTS (IN ASCENDING ORDER) THE N ELEMENTS OF THE SINGLE PRECISION VE
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
Sort
- 一个VB语言写的图形算法示例,貌似于矢量图有关.-A VB language to write the graphics algorithm example, seemingly in figure on vector.
sort-vector
- 输入任意个数的int型整数,排序。输入任意非数字结束输入 用容器实现-sort vector
vector.cpp
- Employee class to contain employee data, sort the data -Employee class to contain employee data, sort the data
sort
- Index vector for the sorted elements.Sort vector elements by value, increasing order.
LuckyString
- Lucky String 微软面试题解法 字符串 排序 序列式容器 Fibonnacci数列-Lucky String,Solution of Microsoft interview.Key words:string,sort,vector,fibonnacci。
compare
- 可以在容器vector中进行数据的排序及删除重复的数据。(You can sort the data in the container vector and delete the duplicate data.)
vector
- vector.h中实现了类模板Vector,代码按照C++11标准编写,支持C++11诸多新特性。 * 构造:预定义规模构造、右值构造、使用初始化列表构造、迭代器复制构造、向量整体复制构造、 向量区间复制构造…… * 迭代:支持基于范围的迭代,提供类Javascr ipt迭代器的迭代方式。 * 运算符重载: = / [] / == * 基本操作:Size(), Capacity(), Empty(), Clear(), Reserve(), Resize(), Push