CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 字典 代码

搜索资源列表

  1. combtang

    0下载:
  2. 这是一个生成组合序列的程序,而且是非递归的,代码非常精简,速度很快,序列是字典序的.-This is a combination of sequence generation process, but also non - recursive, code very concise, very fast, is the sequence of lexicographic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:826byte
    • 提供者:唐海浪
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.36kb
    • 提供者:罗鹏魁
  1. lz

    0下载:
  2. lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:4.69kb
    • 提供者:闻涛
  1. dictionary-tree-soursecode

    0下载:
  2. 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:孟繁荣
  1. huff_file

    0下载:
  2. 此代码用霍夫曼树作为压缩和解压缩的存储结构,实现了字典压缩算法,用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.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13.4kb
    • 提供者:冰冰
  1. 字典查询代码

    0下载:
  2. 本文档记录了在vc++6.0中实现的字典查询算法
  3. 所属分类:数据结构常用算法

  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.11kb
    • 提供者:hunter
  1. Dictionary

    0下载:
  2. 字典的创建个维护 包含查找添加和删除单词等功能 有报告 代码和运行程序-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
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:472.18kb
    • 提供者:gaoxiancong
  1. zidian

    0下载:
  2. 字典生成器 可以自定义生成字典文件。代码里有说明-Dictionary Builder can customize the generated dictionary file. Code has made it clear
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:874.05kb
    • 提供者:kyo
  1. change

    0下载:
  2. 这是一套实现字典顺序查找的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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:227.63kb
    • 提供者:张晓坤
  1. perm

    0下载:
  2. 这个是关于全排列的完整的c语言代码,而且是按照字典序排列的 -This is a full array c language code
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:155.32kb
    • 提供者:sally
  1. 1285930879859_0

    0下载:
  2. 在线字典的学习算法,此方法可以对大量的特征进行学习,完整的代码。-Online dictionary learning algorithm, this method can be for a lot of the characteristics of the study, the complete code.
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7.71mb
    • 提供者:许静
  1. Direct_Sequence_Spread_Spectrum

    0下载:
  2. 这是关于直接序列扩频通信系统的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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:25.87kb
    • 提供者:masong
  1. KSVD

    2下载:
  2. ksvd算法的代码,可以通过训练字典,从而实现对数据的稀疏表示。-ksvd algorithm code, through training dictionary in order to achieve the sparse representation of the data.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:14.8kb
    • 提供者:孙硕
  1. Data_Compress_System

    0下载:
  2. 各种数据压缩和解压的源码,用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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:15.82mb
    • 提供者:liz
  1. Adaptive-learning-dictionary

    1下载:
  2. 自适应学习字典代码:训练字典的MATLAB仿真程序,能够很好的认识字典训练事例 -Adaptive learning dictionary code: dictionary MATLAB simulation training, can very good dictionary training examples
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:46.6kb
    • 提供者:夏树
  1. BPDN

    5下载:
  2. 基于字典学习的匹配追踪算法,可以用来稀疏表示信号。包含matlab书和代码-Atomizer is a package of Matlab routines for atomic decomposition of signals in various dictionaries
  3. 所属分类:matlab

    • 发布日期:2015-04-11
    • 文件大小:2.83mb
    • 提供者:sqsjs
  1. xscj

    0下载:
  2. 稀疏重建与压缩感知代码,包括MP、OMP算法代码和一个字典-Sparse Reconstruction and compressive sensing code, including MP, OMP algorithm code and a dictionary
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:18.11kb
    • 提供者:叶圣超
  1. String-All-Permutation

    0下载:
  2. c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.91mb
    • 提供者:yangyang
  1. Fisher字典学习

    2下载:
  2. 基于稀疏表示的高光谱图像分类的Fisher字典学习方法matlab代码(Hypersynthetic image classification based on sparse representation in Fisher dictionary learning matlab code.)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com