搜索资源列表
按字典序排列(2个)
- 按字典序排列(2个)-by lexicographic order (2)
dict_search
- 从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
sort
- 一个负责排序的程序包,实现多种排序算法,可以对任何简单类型和任意对象进行排序;可以支持升序、降序、字典排序等多种顺序要求;可以随意增加排序算法和顺序要求,保证其他程序不修改 -Responsible for ordering a package to achieve a variety of sorting algorithms, you can simply type and any object of any sort can support the ascending, descen
DateExample
- JAVA实验三,比较字典序大小的简单应用 JAVA实验三,比较字典序大小的简单应用-JAVA three experiments to compare the size of the dictionary sequence JAVA applications easy three experiments to compare the size of the dictionary sequence easy application
zidianxu
- 排列的字典序生成算法(自然解法),实现字典序自动排列-Arranged in lexicographic order generation algorithm (natural solution), to achieve automatic arrangement of lexicographic
Dictrionary
- 字典序问题。在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。-The lexicographically problem. Data encryption and data compression is often the need for special string encoded. Give
file
- 文件操作与字符处理,统计文本文件“case1.in”中的文章每个单词出现的次数(按出现次数由多到少的顺序输出,次数相同时按字典顺序输出,不足5个单词时,按序输出全部单词)-File manipulation and character processing, statistical text file " case1.in" in the article the number of occurrences of each word (number of occurrences
combinatorialMath
- 提供组合数学中全排列生成最基本的字典序的实现方法,用到递增进位制数-Provide a combination of basic mathematics full array implementations dictionary generated sequence, the number of binary system used is incremented
QuanPaiLie
- JAVA中全排列的几种实现方式,比如字典序法、递归法等。-Full array of several implementations, such as lexicographic method, recursive method.