资源列表
[Windows编程] 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<binjun > 在 2025-11-25 上传 | 大小:213kb | 下载:0
[其他小程序] 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.)<binjun > 在 2025-11-25 上传 | 大小:211kb | 下载:0
[其他小程序] 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.)<binjun > 在 2025-11-25 上传 | 大小:212kb | 下载:0
[其他小程序] 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<binjun > 在 2025-11-25 上传 | 大小:211kb | 下载:0
[其他小程序] 内存监视工具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<天冷哦 > 在 2025-11-25 上传 | 大小:432kb | 下载:0