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. C_Arrange_zidianxufa

    0下载:
  2. 这是对C++实现排列的字典序数生成方法,只能用经典来形容!-This is the realization of C with a lexicographic number generation method, which can be used to describe the classic!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.43kb
    • 提供者:刘玉训
  1. LexOrder

    0下载:
  2. 对于给定的$n$, 生成$[n]$的所有排列的算法。采用字典序编码。-given for the $ $ n, generating $ $ [n] all with the algorithm. Using the dictionary coding sequence.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:967byte
    • 提供者:侯庆虎
  1. aaCreatePasswordFile

    0下载:
  2. 密码字典生成工具-password dictionary Generation Tool
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:27.11kb
    • 提供者:waterwhu
  1. Binary_Tree

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

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

    0下载:
  2. LZW VS 6.0 实现 生成字典 自动 不用 字典就可以解压缩-LZW VS 6.0 to achieve the dictionary is generated automatically without a dictionary can be extracted
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:15.79kb
    • 提供者:caj
  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. superdic

    0下载:
  2. 这是一个字典密码生成软件,可用来生成字典-This is a dictionary password generation software can be used to generate the dictionary
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:131.91kb
    • 提供者:lily
  1. permutation

    0下载:
  2. 排列生成算法,字典序法与邻位互换法,清华大学选修组合数学的同学 ,请勿抄袭!我刚刚上交了作业。-Array generation algorithm, lexicographic method and o-exchange method, Tsinghua University, students of mathematics elective portfolio, please do not copy! I just handed operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.65kb
    • 提供者:薛旭杰
  1. lzw

    0下载:
  2.  LZW码能有效利用字符出现频率冗余度进行压缩,且字典是自适应生成的,但通常不能有效地利用位置冗余度。-Effective use of LZW code redundancy character frequency compression, and adaptive dictionary is generated, but usually can not effectively use the position redundant.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:938.01kb
    • 提供者:杨勃泉
  1. quanpailie

    0下载:
  2. 通过字典排序法生成全排列 并对其进行检验,对全向置换进行计数-Sorting through the dictionary and its full array generated test on all counts to the replacement
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:165.98kb
    • 提供者:weidong
  1. cc

    0下载:
  2. 全排列 字典序 生成 算法 实现-The whole arranged in the lexicographical generation algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:禾子
  1. LZW_16

    0下载:
  2. 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.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:728.49kb
    • 提供者:宏观
  1. permutation

    0下载:
  2. 清华大学研究生课程组合数学大作业参考 通过vc运行即可 组合数学中4种全排列生成算法程序 分别是递归法 字典序法、递增进位制法、递减进位制法、临位对换法-The Tsinghua graduate courses combinatorial mathematics job reference Run compiled by vc Combinatorial Mathematics 4 full array generation algorithm program Na
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:783.64kb
    • 提供者:Jack
  1. CMCourse

    0下载:
  2. 全排列生成算法,包括字典序法、递增递减全排列算法,邻位对换法-Full array generation algorithms, including lexicographic method Ascending Descending full array algorithms, ortho-swapping method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:27.68kb
    • 提供者:tcc
  1. KSVD_NN

    0下载:
  2. 字典学习算法,K-SVD算法,生成非负字典和系数。- variation of the KSVD algorithm for non-negative matrix factorization (non-negative dictionary and coefficients).
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:ann
  1. infomation

    0下载:
  2. 字典码和改进的字典码实现,包含生成字典的中间过程的逐步输出,适合于初学编码的同学们。-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.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:215.8kb
    • 提供者:康乐
  1. SPAMS

    0下载:
  2. 先输入数据生成相应的字典,再输入检测信号后得到用字典稀疏表示的结果(First input data, generate the corresponding dictionary, and then input the detection signal to obtain sparse dictionary results)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:7.31mb
    • 提供者:空心泡
  1. permutations

    0下载:
  2. 根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:2kb
    • 提供者:PoisonLam
搜珍网 www.dssz.com