搜索资源列表
卡布列克常数
- 验证卡布列克运算。任意一个四位数,只要它们各个位 上的数字是不全相同的,就有这样的规律: 1)将组成该四位数的四个数字由大到小排列,形成由这四个 数字构成的最大的四位数; 2)将组成该四位数的四个数字由小到大排列,形成由这四个 数字构成的最小的四位数(如果四个数中含有0,则得到的数不足 四位); 3)求两个数的差,得到一个新的四位数(高位零保留)。 重复以上过程,最后得到的结果是6174,这个数被称为卡布 列克数。-cer
qpl
- 用C语言写的,实现全排列算法的一个小程序。-written in C language, the entire algorithm with a small program.
arrange
- 全排列。直接的.c文件,供初学者借鉴。据我所学,是运行最快的了。-all arranged. Direct. C, for the beginners learn from. As far as I have learned, is the fastest.
arrage
- 全排列的一个算法,用的是暴力法写出来的,老师要求的,-full array of one algorithm, the Violence Act is written, the teacher asked, Oh
pailie
- 全排列的C语言算法,提供了多种实现,希望对大家学习有用-full array of C language algorithms, providing a wide variety of achievement, we hope to learn useful
128bitminus
- 128乘法模拟器 c M位乘N位不带符号整数的阵列乘法中加法---移位操作的被加数矩阵.每一部分乘积项ab叫做一个被加数.m*n个被加数可以用m*n个”与门”并行的产生. 以5位乘5位不带符号的阵列乘法器(m=n=5)为例(如下图): FA为一位全加器,FA的斜线方向为进位输出,竖线方向为和输出,而所有被加数项的排列和正常的A*B=P乘法过程中的被加数矩阵相同.图中用矩形围成的阵列中最后一行构成一个行波进位加法器,其时间延迟为(n-1)2T.当然,为了缩短加法时间,最后一行的行
allpailie
- 某算法编写的高效生成所有全排列的纯c程序,结果保存在txt文件中-prepared in a highly efficient algorithm for generating all full array of pure c procedures and results stored in the document txt
dictionary_quanpailie
- 实在不知道该传什么了,把本人的一点拙作传一下吧 一个字典实现全排列的程序-really do not know what the mass, the point I Chuan My study about it a dictionary with the entire procedure
pailie
- 计算1~n的全排列,并列出所有的全排列
pailie
- 算法分析全排列快速实现,是基本的算法实现,可以借鉴参考
kk
- 实现0到9十个数的全排列,希望对大家有帮助
zimuquanpailie
- 字母全排列快速算法,实现几个字母排列后的形式-Letters full array fast algorithm to realize after a few letters arranged in the form of
quanpailie11
- 执行全排列功能,vb语言, 执行全排列功能,vb语言-Implementation of permutation function, vb language, the implementation of permutation function, vb language, the implementation of permutation function, vb language
Sort
- 实现了插入、冒泡、选择、快速、希尔、堆、归并、基数排序。实现了字符串全排列、字符串逆序、查找数据中最大子序列、外存大文件排序;kmp字符串匹配、feibonacci数列计算、求数组主元素。等算法-sort test , Big data sort, kmp
pailie_zuheCPPshixian
- 全排列和组合数C++函数的实现,全排列和组合数C++函数的实现-The realization of the full array and the combined number C++ function
GBK2EBCDIC
- 中文GBK汉字与EBCDIC内码的对照表,还有unicode的码表对照。以GBK顺序排列。本人原创。互联网上应该目前是最完整,最全。最正确的资料。-chinese GBK code list and EBCDIC GBK code list,order by GBK code
全排列汇编
- 读入整数,输出其全排列并按字典序输出,例如3会输出123,132,213,231,312,321。通过递归实现。(Read into the integer, output its full arrangement and output in the dictionary order)