资源列表
insertionSort
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法--插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据(There is a sequence of data has been ordered, required in this row of data sequence has good to insert a number of requirement
sort
- 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Quick sorting was proposed by C. A. R. Hoare in 1962. The basic idea is: through a sort to two part sorting data
bucketSort
- 桶排序 (Bucket sort)或所谓的箱排序,是一个排序算法,工作的原理是将数组分到有限数量的桶子里。(BUCKETSORT (Bucket sort) or the so-called box sort is a sorting algorithm, the principle is the array is divided into a finite number of buckets.)
sizeofArray
- sizeof函数是求对象空间大小的函数。 arry是整个数组,arry[0]是数组中第一个元素。(The sizeof function is a function of the size of the object space. Arry is the entire array, and arry[0] is the first element in the array.)
itemplate
- 模板是C++支持参数化多态的工具,使用模板可以使用户为类或者函数声明一种一般模式,使得类中的某些数据成员或者成员函数的参数、返回值取得任意类型。(The template is C++ supports parametric polymorphism tool, can be used as a general user mode or function declaration using a template, the parameters, some data members of the
CRC-16校验
- you can do it.it is so easy.wheater it is a good job for you.
内存监视工具2
- 识别内存是否进行写入的工具。他可以自动监视程序的方式是查找特征码,所以不能确保所有得内存监控程序都能识别,而且支持最常用的五种监控软件。(A tool to identify whether memory is written. The way he can automatically monitor the program is to find the feature code, so you can't make sure that all memory monitoring program
矢量数据分析
- 登录注册对地图进行操作一些空间的使用还有说明很好(Login and register for map operation)
-云南地名
- 云南省乡镇村组KML数据,数据全、祥细。(Township Village in Yunnan province KML data, data, xiangxi.)
TLBO
- 教与学优化算法 智能优化算法 启发式算法(teach-learn based optimization algrithom)
untitled
- 快速跳频在通信系统中的仿真分析,在加性白噪声的信道下误比特率的分析(Frequency hopping simulation)
pattern recognize1
- 1. 以身高为例,画出男女生身高的直方图并做对比; 2. 采用最大似然估计方法,求男女生身高以及体重分布的参数; 3. 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况); 4. 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(The program is used for classification of men and women in pa