搜索资源列表
combtang
- 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.
C_Arrange_zidianxufa
- 这是对C++实现排列的字典序数生成方法,只能用经典来形容!-This is the realization of C with a lexicographic number generation method, which can be used to describe the classic!
LexOrder
- 对于给定的$n$, 生成$[n]$的所有排列的算法。采用字典序编码。-given for the $ $ n, generating $ $ [n] all with the algorithm. Using the dictionary coding sequence.
aaCreatePasswordFile
- 密码字典生成工具-password dictionary Generation Tool
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
DS_5070309806_LZW
- LZW VS 6.0 实现 生成字典 自动 不用 字典就可以解压缩-LZW VS 6.0 to achieve the dictionary is generated automatically without a dictionary can be extracted
zidian
- 字典生成器 可以自定义生成字典文件。代码里有说明-Dictionary Builder can customize the generated dictionary file. Code has made it clear
superdic
- 这是一个字典密码生成软件,可用来生成字典-This is a dictionary password generation software can be used to generate the dictionary
permutation
- 排列生成算法,字典序法与邻位互换法,清华大学选修组合数学的同学 ,请勿抄袭!我刚刚上交了作业。-Array generation algorithm, lexicographic method and o-exchange method, Tsinghua University, students of mathematics elective portfolio, please do not copy! I just handed operation.
lzw
- LZW码能有效利用字符出现频率冗余度进行压缩,且字典是自适应生成的,但通常不能有效地利用位置冗余度。-Effective use of LZW code redundancy character frequency compression, and adaptive dictionary is generated, but usually can not effectively use the position redundant.
quanpailie
- 通过字典排序法生成全排列 并对其进行检验,对全向置换进行计数-Sorting through the dictionary and its full array generated test on all counts to the replacement
cc
- 全排列 字典序 生成 算法 实现-The whole arranged in the lexicographical generation algorithm
LZW_16
- lzw算法实现对文本和图像文件的压缩和解压缩,生成字典最高为16位。对重复性较大的文本文件和图像文件有很好的压缩效果。-the lzw algorithm compression and decompression of text and image files, generated dictionary of up to 16. Compression repetitive text and image files.
permutation
- 清华大学研究生课程组合数学大作业参考 通过vc运行即可 组合数学中4种全排列生成算法程序 分别是递归法 字典序法、递增进位制法、递减进位制法、临位对换法-The Tsinghua graduate courses combinatorial mathematics job reference Run compiled by vc Combinatorial Mathematics 4 full array generation algorithm program Na
CMCourse
- 全排列生成算法,包括字典序法、递增递减全排列算法,邻位对换法-Full array generation algorithms, including lexicographic method Ascending Descending full array algorithms, ortho-swapping method
KSVD_NN
- 字典学习算法,K-SVD算法,生成非负字典和系数。- variation of the KSVD algorithm for non-negative matrix factorization (non-negative dictionary and coefficients).
infomation
- 字典码和改进的字典码实现,包含生成字典的中间过程的逐步输出,适合于初学编码的同学们。-Dictionary code and improve the implementation of the dictionary, including the middle of the process of generating a dictionary of the output, suitable for beginners to encode the students.
SPAMS
- 先输入数据生成相应的字典,再输入检测信号后得到用字典稀疏表示的结果(First input data, generate the corresponding dictionary, and then input the detection signal to obtain sparse dictionary results)
permutations
- 根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)