CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lexicographic order

搜索资源列表

  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 lexicographic order, and numbered 0,
  3. 所属分类:数据结构常用算法

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

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

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

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

    • 发布日期:2017-04-03
    • 文件大小:1192
    • 提供者: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 < 15)。接下来的1 行是n个元素{1,2,...,
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:1155
    • 提供者: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 not frequent, any of its super
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:30229
    • 提供者:鱼彬彬
  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 }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 输入: 第1 行是元素个数
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:223881
    • 提供者:张波
  1. a

    0下载:
  2. 实现了按字典序全排列的递归算法,能够输出字符进行按字典序的排列的所有结果-Dictionary order to achieve the full array by recursive algorithm, to output characters are ordered by lexicographic ordering of all results
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:541
    • 提供者:邵伯仲
  1. algorithm

    0下载:
  2. 八皇后问题,金币阵列问题,马的哈密顿周游,字典序排列,双色汉诺塔等经典算法的简单解决,尤其适合初学者参考。-Eight Queens problem, gold array of issues, horse Hamiltonian tour, arranged in lexicographic order, color and other classic Tower of Hanoi algorithm is simple to solve, especially for beginners r
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6618
    • 提供者:jqk
  1. zidianxu

    0下载:
  2. 排列的字典序生成算法(自然解法),实现字典序自动排列-Arranged in lexicographic order generation algorithm (natural solution), to achieve automatic arrangement of lexicographic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3540
    • 提供者:皂角
  1. FindStringInSortedArray

    0下载:
  2. 通过递归实现二分法,以递归的方式能快捷直接的实现平时要比较麻烦的二分法查询功能-// Function: FindStringInSortedArray // Usage: index = FindStringInSortedArray (key, array, n) // ------------------------------------------------------------- // The function searchs the array looking f
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1005
    • 提供者:jim
  1. 24

    0下载:
  2. 就是要读取比赛结果,然后进行排序,输出一个包括积分,净胜球,进球数等的积分榜。 解题过程:分成两步来做,先用比较合适的方式输入字符串,然后可以用qsort函数进行降序排列,同时把每个队伍当做一个结构体,这里就要主要用qsort函数对结构体进行排序的方法。-So, your task is quite simple: write a program that receives the tournament name, team names and games played and out
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1138
    • 提供者:火山
  1. point

    0下载:
  2. 已知有n个人的姓名,每个人有一个电话号码,然后按这些人名的字典序排列且输出其电话号码表。-there s some persons, each person has a phone number, and then output their phone numbers according to the lexicographic order of these names .
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:240015
    • 提供者:宋禹瑶
  1. decode1

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

    • 发布日期:2017-03-26
    • 文件大小:699
    • 提供者:欢欣
  1. comm

    0下载:
  2. 文件比较 对两个按字典序排列的有序文件file1和file2的内容进行比较,生成三列输出:仅在file1中出现的行,仅在file2中出现的行,在两个文件中都存在的行,并将输出按字典序排列。 【输入形式】 输入文件为当前目录下的comm.in。 该文件中有两行,每行存有一个文件名。第一行为file1名称,第二行为file2名称。对两个文件的内容进行比较。 每个文件的内容不超过50行,且按字典序排列。 【输出形式】 输出文件为当前目
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:457752
    • 提供者:
搜珍网 www.dssz.com