搜索资源列表

  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
    • 文件大小:826
    • 提供者:唐海浪
  1. dicorder

    0下载:
  2. n个元素{1,2,…,n}有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。 给定n以及n个元素{1,2,…,n}的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 -n elements (1, 2, ..., n) n! Different permutations. This n! Arranged according to a lexicog
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:134243
    • 提供者:wu
  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
    • 文件大小:6586
    • 提供者:刘玉训
  1. 按字典序排列(2个)

    0下载:
  2. 按字典序排列(2个)-by lexicographic order (2)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8342
    • 提供者:无名
  1. dict_search

    0下载:
  2. 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8476
    • 提供者:Rachel
  1. 按字典序排列(2个)

    0下载:
  2. 按字典序排列(2个)-by lexicographic order (2)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:无名
  1. dict_search

    0下载:
  2. 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:Rachel
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:40960
    • 提供者:唐海浪
  1. dicorder

    0下载:
  2. n个元素{1,2,…,n}有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。 给定n以及n个元素{1,2,…,n}的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 -n elements (1, 2, ..., n) n! Different permutations. This n! Arranged according to a lexicog
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:134144
    • 提供者:wu
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:205824
    • 提供者:刘玉训
  1. pailiezuhe

    0下载:
  2. 实现了字典序求全排列的算法和组合算法. 用C++实现排列组合算法(排列仅实现字典序法,程序见附件)-Realize the lexicographic order of the overall situation of the algorithm and combination algorithm. With C++ Realize permutation and combination algorithm (with only r
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:kevin
  1. encode

    0下载:
  2. 想要的人不要错过哦,,字典序,C++算法实现。。算法设计与分析的重要一题-People do not want to miss, oh,, lexicographic, C++ Algorithm. . Algorithm design and analysis of one of the important questions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:571392
    • 提供者:谢日敏
  1. sort_c++

    0下载:
  2. 包括典型的生成字典序排列和快速排序料到典型的源代码-Including the generation of typical lexicographic order and quick to sort thought the source code of a typical
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:starry
  1. zidianxu

    0下载:
  2. Descr iption n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 Input 第1 行是元素个数n(n
  3. 所属分类:.net编程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:xzz
  1. ch04DataStreamsReadersandWriters

    0下载:
  2. Apriori is a seminal algorithm for fi nding frequent itemsets using candidate generation [1]. It is characterized as a level-wise complete search algorithm using anti-monotonicity of itemsets, “if an itemset is
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:29696
    • 提供者:鱼彬彬
  1. Lexicographic_order

    0下载:
  2. acm算法设计:排列的字典序问题 描述: n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值:0 1 2 3 4 5 排列:123 132 213 231 312 321 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:224256
    • 提供者:张波
  1. Perm_char

    0下载:
  2. A C++ function which returns the next lexicographic permutation of characters in a string.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:piyu
  1. 1

    0下载:
  2. 字典序问题:在数据加密和数据压缩中常需要对特殊的字符串进行数字编号。给定的字母表 A 由 26 个小写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左 到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz等字符串都是升序字符串。现在对字母表A 产生的升序字符串按照字典序排列 并编号如下。-Lexicographic problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:谢文君
  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 o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:薛旭杰
  1. Lexicographic-problems

    0下载:
  2. 算法与设计书中的---经典的字典序问题,C++的形式,可直接用。-Lexicographic problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:zhengbeibei
« 12 »

源码中国 www.ymcn.org