资源列表
CHexInput
- qt扩展。用qt写的十六进制输入控件。代码不大,但是比较有用。qt自己是不提供的-qt extension. Qt written in hexadecimal with the input controls. The code is not, but more useful. qt that he is not available
CH7_3
- 查找过程:将表分成几块,块内无序,块间有序;先确定待查记录所在块,再在块内查找-Search process: The table is divided into a few, within the block of disorder, inter-block and orderly Record of unknown origin to determine where the first block, then at block within the search
c
- c#实现数据加密-哈希算法,哈希加密类的构造函数 -c# data encryption- the hash algorithm, Micronesia哈希加class constructor
TotalPower
- 计算Rsoft中Monitor检测的平面功率,可以区分功率的方向,进行矢量加和-calculated the power form the data file abtained from Rsoft
antscolour
- 蚁群算法求解图着色问题,利用改进的蚁群算法求解图着色问题-ant colour
12.3
- 与C++输入流一样,输出流也可以使用输出流类的成员函数来实现数据输出。因此,在本小节中,将向用户介绍这些函数的原型及其使用方法等。 通常情况下,用户可以使用C++输出流类中的成员函数“put”将指定的数据放入到计算机输出流中,进行显示。该成员函数的原型如下所示: 01 basic_ostream& put(E c) //输出流类的成员函数原型 在成员函数“put”中,该函数的作用是将用户指定的数据放入到计算机的输出流中。该成员函数含有一个参数,即单字符类型。 -And C+
F.c
- prime finding it is realy good for finding primes that algorithm finds the primes O(n)
caidan
- 简单的菜单设计在CMD上显示菜单输入相应的序号进入程序,新手作品-Simple menu design
factoricail-problem
- 求阶乘问题。输入一个正整数n,输出n!。-Factorial problem. Enter a positive integer n, output n!
Bernsen
- C语言源代码 数字图像处理 入门基础 附带分析-C language source code for digital image processing entry basis with analysis
code
- 生成0-99的不重复的随机数,代码很简单,对代码效率要求不高的朋友,值得你拥有。-0-99 randomly generated numbers (no repeats)
sort
- 倍增排序 只能对正整数排序 不基于比较的线性复杂度排序函数 需要额外空间o(sqrt(m)) m为序列最大值-The sequence of O (sqrt) m (m)) is the maximum value of the extra space for a sequence of positive integers, which is not based on a comparison of the linear complexity.