搜索资源列表
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. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。
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 mac
4_019
- 对输入的5-15个字符串排序,字符串的个数不能超过20个,连按两次回车结束
charcmp
- 实现输入内存的字符进行排序,经更改后可以实现字符串排序
Zifuchuan
- 字符串排序,输入字符串,可实现从A到Z的简单排序.
charactor
- 字符串排序,输入字符串,可实现从A到Z的简单排序
字符串排序
- 完全采用指针编写的字符串排序程序,共两种方法,调试过-completely prepared by the string pointer ranking, with a total of two methods tuned
一个通用的排序程序
- 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
字符串排序
- 完全采用指针编写的字符串排序程序,共两种方法,调试过-completely prepared by the string pointer ranking, with a total of two methods tuned
ANSSort
- 给定字符串,按照英文字母、数字、符号顺序排序算法-given string, according to the English alphabet, numbers, symbols order Sort Algorithm
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
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
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)