搜索资源列表
combtang
- 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
lz
- lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.
dictionary-tree-soursecode
- 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!
huff_file
- 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用C便已成功。-this code tree with Hoffman as the compression and decompression of the storage structure and achieve a dictionary compression algorithm has been successfully used C.
字典查询代码
- 本文档记录了在vc++6.0中实现的字典查询算法
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
Dictionary
- 字典的创建个维护 包含查找添加和删除单词等功能 有报告 代码和运行程序-Maintenance includes the creation of the dictionary to find a word to add and remove features such as code and run the program there have been reports
zidian
- 字典生成器 可以自定义生成字典文件。代码里有说明-Dictionary Builder can customize the generated dictionary file. Code has made it clear
change
- 这是一套实现字典顺序查找的c++容器编写的算法,对于不重复的大型文档速度很优越,已经在codeblocks下成功运行。代码最大的特点是效率非常好-it s good for someone who want find a word in a long file.you can find that c++ vector is very fast and simple.
perm
- 这个是关于全排列的完整的c语言代码,而且是按照字典序排列的 -This is a full array c language code
1285930879859_0
- 在线字典的学习算法,此方法可以对大量的特征进行学习,完整的代码。-Online dictionary learning algorithm, this method can be for a lot of the characteristics of the study, the complete code.
Direct_Sequence_Spread_Spectrum
- 这是关于直接序列扩频通信系统的DS-CDMA方式的仿真设计,系统主要分为发送机和接收机两部分,包括17个可用于SIMULINK仿真的S-FUNCTION代码M文件,和一个MATLAB源程序的DOC文件,程序都有详细的注释。-This is a direct sequence spread spectrum communication system on the DS-CDMA mode simulation design, the system can be divided into two p
KSVD
- ksvd算法的代码,可以通过训练字典,从而实现对数据的稀疏表示。-ksvd algorithm code, through training dictionary in order to achieve the sparse representation of the data.
Data_Compress_System
- 各种数据压缩和解压的源码,用mfc实现。包括熵编码,预测编码,变换编码,字典编码- 是作为论文参考,和学习解压缩解压的完美代码。-The source of a variety of data compression and decompression, with mfc achieved. Entropy coding, predictive coding, transform coding, dictionary coding- as reference papers, and learni
Adaptive-learning-dictionary
- 自适应学习字典代码:训练字典的MATLAB仿真程序,能够很好的认识字典训练事例 -Adaptive learning dictionary code: dictionary MATLAB simulation training, can very good dictionary training examples
BPDN
- 基于字典学习的匹配追踪算法,可以用来稀疏表示信号。包含matlab书和代码-Atomizer is a package of Matlab routines for atomic decomposition of signals in various dictionaries
xscj
- 稀疏重建与压缩感知代码,包括MP、OMP算法代码和一个字典-Sparse Reconstruction and compressive sensing code, including MP, OMP algorithm code and a dictionary
String-All-Permutation
- c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
Fisher字典学习
- 基于稀疏表示的高光谱图像分类的Fisher字典学习方法matlab代码(Hypersynthetic image classification based on sparse representation in Fisher dictionary learning matlab code.)
