搜索资源列表
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. 实验目的:掌握常用的排序方
快速排序演示
- 快速排序的递归解演示,用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
shellsort
- 字符串数组排序-Char array sort
一个通用的排序程序
- 此程序还不能对字符串排序,望能予以改进-A general soring program.*It can t sort string, and need to be improved.
1
- 1.放松一下,算一道简单的题目。 2.编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) 3.填空练习(指向指针的指针) 4.找到年龄最大的人,并输出。 5.字符串排序。 -1. Relax together with the simple title of count. 2. The preparation of a function, type n is an eve
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
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
Selectionmethodtosortstrings
- 选择法进行字符串排序.cpp,该文件实用C++编程 方便简单-Selection method to sort strings
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)