搜索资源列表
ideal_sort_bemjh
- 用java写的字符串排序程序,可实现一个类的排序,实现了comparable接口-with java write string sorting procedure can achieve a kind of order, achieve a comparable interface
Chapter27
- VC编的关于字符串排序的程序,有两种方法-VC series of the sort the string on the procedures, there are two ways
Burstsort-1.0-source
- 目前最快速的字符串排序算法,1.0版本仅仅支持a-z 26个小写字符-most rapid string sorting algorithm, version 1.0 supports a just-z 26 lowercase characters
jasonkingde
- 排序及应用 题目一:统计成绩 1. 实验目的:掌握常用的排序方法,深刻理解排序的定义和各种排序方法的特点,并能灵活应用。 2. 实验内容: (1) 输入n个学生的考试成绩,每个学生信息由姓名与分数组成; (2)选择一种排序算法,按分数高低次序,打印出每个学生的名次,分数相同的为同一名次。 (3)按名次给出每个学生的姓名与分数。 3. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。 题目二:按字典顺序排序 1. 实验目的:掌握常用的排序方
zfc
- 计算机网络编程技术作业中的字符串排序处理!程序比较简单!
快速排序演示
- 快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。-rapid sequencing of recursive solution demonstrations, with 20 representatives of 20 string number, the results show that each packet, Delay 10000. If your machine on too fast, it could be
4_019
- 对输入的5-15个字符串排序,字符串的个数不能超过20个,连按两次回车结束
charcmp
- 实现输入内存的字符进行排序,经更改后可以实现字符串排序
Zifuchuan
- 字符串排序,输入字符串,可实现从A到Z的简单排序.
charactor
- 字符串排序,输入字符串,可实现从A到Z的简单排序
zifuchuanpaixu
- 字符串排序,简单的字符串排序,对字符串排序的程序比较多
字符串排序
- 完全采用指针编写的字符串排序程序,共两种方法,调试过-completely prepared by the string pointer ranking, with a total of two methods tuned
查找向量容器中的两个字符串
- 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
bean.rar
- 输入字符串并按队列和链表输出再排序的小程序,Enter the string in accordance with the output queue and re-sorted list of small programs
C
- 所谓排序是指把一组杂乱无章的数按 照大小顺序排列。包括整数、实数、字符及字符串排序。C语言编程中排序的方法 很多,?这里归纳较常用的几种排序方法。它们同样适合于其他高级语言。 -Refers to the so-called sort of a chaotic number according to the size of order. Including integer, real, character and string sorting. Sort of C language
一个通用的排序程序
- 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
sortVC
- vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
string
- 字符串排序,共有5个排序,bubble,insertion,merge,heap,quick,能排大规模数据-String sorting, a total of 5 sort, bubble, insertion, merge, heap, quick, large-scale data can be ranked
qsort
- 快速排序的集合,包含数字排序,字符串排序,浮点型数列排序,是一部不可多得的黑书!-A collection of quick sort, including the number of sorting, string sorting, sorting float series, is a rare black book!
sortnat
- 可以将字符串排序按照ascIIs排序,例如‘1’‘2’‘4’‘6’‘8’‘46’‘3’‘6’‘9’,使用该函数后可以使顺序变为:‘1’‘2’‘3‘4’6’6‘8’‘9’‘46’(sort strings by ASCIIS)