搜索资源列表

  1. combinatorialMath

    0下载:
  2. 提供组合数学中全排列生成最基本的字典序的实现方法,用到递增进位制数-Provide a combination of basic mathematics full array implementations dictionary generated sequence, the number of binary system used is incremented
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:cxh
  1. ConsoleApplication2

    0下载:
  2. 文件内容进行字典序排序,最近再准备cet_6 ,老师给的高频单词是乱序的,我对文件内容进行字典序排序-File contents lexicographical sort, has recently prepared cet_6, teacher-frequency words are out of order, I sort the file contents lexicographical
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:191488
    • 提供者:张扬
  1. directory-order

    0下载:
  2. 字典序的一个例子程序,很适合初学者学习,希望对大家有帮助,里面有说明-directory order
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:xu
  1. permutation4

    0下载:
  2. 全排列生成算法,字典序法,递增、递减法,邻位对换法-Full array generation algorithm, lexicographical method, increment, decrement method, ortho swap law
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1946624
    • 提供者:eirc
  1. src

    0下载:
  2. 使用了两种思路来分别实现了字典序方法、递增序列、递减序列、临位对换法-Two ideas were used to achieve the lexicographical methods, increasing sequence, descending sequence, temporary position on the exchange law
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:eirc
  1. Debug

    0下载:
  2. 测试输入包含若干测试用例。每个测试用例的第1行包含两个整数 N (N<=100000) 和 C,其中 N 是纪录的条数,C 是指定排序的列号。以下有N行,每行包含一条学生纪录。每条学生纪录由学号(6位数字,同组测试中没有重复的学号)、姓名(不超过8位且不包含空格的字符串)、成绩(闭区间[0, 100]内的整数)组成,每个项目间用1个空格隔开。当读到 N=0 时,全部输入结束,相应的结果不要输出。 对每个测试用例,首先输出1行
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:382976
    • 提供者:李顿名
  1. permutation_by_dict

    0下载:
  2. 基于字典序的全排列算法,visual c++实现-dictionary permutation algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:zhuaY
  1. 11114

    0下载:
  2. 字典序问题的源代码在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A+由26+个小写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1+次。
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cai149739
  1. 1198

    0下载:
  2. sicily 1198题 给出N个字符串,求这几个字符串组成的序列中字典序最小序列-Descr iptionDr lee cuts a string S into N pieces,s[1],…,s[N]. Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibilities that the string S coul
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shi5316601
  1. String-All-Permutation

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

    • 发布日期:2024-05-20
    • 文件大小:1997824
    • 提供者:yangyang
  1. build-string-type

    0下载:
  2. 建立string类,利用该string类完成测试程序:统计一个文本文件中所有包含给定子串的单词,并按字典序无重复的打印输出这些单词-Establishing string class, use the string class to complete the test program: statistics in a text file that contains all the words in a given sub-string,
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:492544
    • 提供者:增玉纹
  1. TSP

    10下载:
  2. 描述   Traveling Salesman Problem   市场上有很多种商品,旅行商Shrek做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上n个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时Shrek只好倒卖利润最大的一件商品。   现在请你帮Shrek规划一条路线,使他能赚最
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:baof
  1. 1

    0下载:
  2. 《计算机算法设计与的分析》第四版第一章的答案算法实现题,1-1数字统计问题,1-2字典序问题,1-3最多约束问题1-5最大间隙问题- Computer algorithm design and analysis of the fourth edition of the first chapter of the answer algorithm to achieve the title, 1-1 digital statistics,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1032192
    • 提供者:catherine
  1. RB_Tree_danciking

    0下载:
  2. 使用红黑树编写“背单词”应用,根据熟悉度进行排序,熟悉度相同根据字典序排序。可添加,删除单词,也可以修改单词的熟悉度。可查找第k个单词,或计算kth到lth的单词熟悉度综合。-Use red-black tree to write " back the word" application, based on familiarity sort of familiarity same lexicographically s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:854016
    • 提供者:范明柯
  1. Test_zidianxu

    0下载:
  2. 一个字典序排序字符串的最简易程序,命令行下输入文本即可按照升序和降序两种方式输出排序。-The most simple procedure of a lexicographic sorting string, the command line input text can be in accordance with the ascending and descending sort output in two ways.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:236544
    • 提供者:顾千笙
  1. QuanPaiLie

    0下载:
  2. JAVA中全排列的几种实现方式,比如字典序法、递归法等。-Full array of several implementations, such as lexicographic method, recursive method.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:wudg
  1. zidianxu

    0下载:
  2. 字典序问题,对给定任意长度不超过6的升序字符串按照字典序排列并编码-Dictionary order problem, for any given length of no more than 6 ascending string in accordance with the order of the order and code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:婷婷
  1. DNA-Consensus-String

    0下载:
  2. 输入m个长度均为n的DNA序列,求一个DNA序列,到所有序列的总Hamming距离尽量 小。 两个等长字符串的Hamming距离等于字符不同的位置个数,例如,ACGT和GCGA的 Hamming距离为2(左数第1, 4个字符不同)。 输入整数m和n(4≤m≤50, 4≤n≤1000),以及m个长度为n的DNA序列(只包含字母 A,C,G,T),输出到m个序列的Hamming距离和最小的DNA序列和对应的距离。 如有多
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:304128
    • 提供者:施靛紫
  1. permutations

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:PoisonLam
  1. 全排列汇编

    0下载:
  2. 读入整数,输出其全排列并按字典序输出,例如3会输出123,132,213,231,312,321。通过递归实现。(Read into the integer, output its full arrangement and output in the dictionary order)
  3. 所属分类:汇编语言

« 1 2 3 4 56 »

源码中国 www.ymcn.org