Welcome![Sign In][Sign Up]
Location:
Search - sort

Search list

[Windows DevelopSort

Description: 冒泡排序的经典C程序,读入一个字符文件,对其中的字符串进行字典排序,输出到文件并保存。值得参考。-Bubble Sort classic C program, reading characters into a document, on which to sort the dictionary string, the output to a file and save. Worth considering.
Platform: | Size: 41984 | Author: zsj | Hits:

[Data structsSort

Description: 对一组数据进行直接插入排序、冒泡排序、简单选择排序和快速排序。(升序)-Of a set of data for direct insertion sort, bubble sort, simple selection sort and quicksort. (Ascending)
Platform: | Size: 1024 | Author: xzq2002 | Hits:

[CSharpSort

Description: 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their own characteristics and compared. Will be frequently used. . . C# Source
Platform: | Size: 143360 | Author: 王德安 | Hits:

[Compress-Decompress algrithmsScoreSystem

Description: 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义及输出。用结构体类型数据及其赋初值的方法把学生的数据送到结构体数组中(第一个数据用自己的真实数据,其它数据自定,但注意要是合法数据),然后把它们输出显示;计算并排序。计算每个学生三门课程的总分(sum,单精度)及平均分(aver,单精度,输出一位小数),还有他们成绩的排名,将包括所有数据的结构体数组元素按总分从大到小的顺序排序打印出来; 运行程序,进入主界面!可输入1—输出所有学生的成绩,输入2—计算和排列学生的成绩,输入3—查询学生个人成绩,输入4—退出查询。 在进行学生个人成绩个人查询可以实现多次查询——进入学生个人查询,输入1回车实现多次查询。 运行环境为TURBOC ,WINDOWSXP。 -err
Platform: | Size: 45056 | Author: 林林 | Hits:

[assembly languageSORT

Description: sort.rar数据块排序(增序),用于双字节数据块排序 最大排序量为255个双字节数据-Sort sort.rar data block (by order) for double-byte data blocks to sort the largest sort of 255 double-byte data
Platform: | Size: 1024 | Author: 陈雪 | Hits:

[Documentssort

Description: 一、课题名称:排序算法的比较 二、基本要求: 1.任意性:系统首先生成1000个随机整数,然后分别用不同的排序方法对其进行升序排序,给出每种方法的比较次数或所用时间 2.友好性:界面要友好,输入有提示,尽量展示人性化 3.可读性:源程序代码清晰、有层次 4.健壮性:用户输入非法数据时,系统要及时给出警告信息 三、课程总结 四、源码-First, the subject title: Comparison of sorting algorithm II, the basic requirements: 1. Arbitrary: System first generation of 1000 random integer, and then were treated with different methods to sort them in ascending order, given the number of each method of comparison or Time 2. friendliness: friendly interface to the importation of tips, as far as possible to display user-friendly 3. readability: source code clear, there is the level of 4. robustness: illegal data entered by the user, the system should be promptly given a warning message Third, summing up the four courses, source
Platform: | Size: 155648 | Author: 稻草人 | Hits:

[JSP/Javasort

Description: 堆排,快排,希尔排序,插入排序,等多种排序方面法简介,及源程序.-Heap row, fast scheduling, Hill sort, insert sort, and many other aspects of law to sort profiles, and source code.
Platform: | Size: 2048 | Author: 无名 | Hits:

[Windows Developsort

Description: 排序算法的c++语言汇总,语句简单,思路清晰-many kinds of ways to sort
Platform: | Size: 1024 | Author: lxz | Hits:

[OtherSort

Description: 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
Platform: | Size: 1024 | Author: 李加佳 | Hits:

[Data structssort

Description: 将数组分为小块进行插入排序,然后用合并排序的方法将分块的数组进行排序。-The array is divided into small pieces for insertion sort, and then use the combined approach will be to sort the array sort block.
Platform: | Size: 1024 | Author: charlie | Hits:

[OtherSort

Description: 几种排序和评价,快速排序等,有具体的时间比较!-And evaluation of some sort, quick sort and so on, have a specific time!
Platform: | Size: 3072 | Author: xuxu | Hits:

[Othersort

Description: 设计一个Visual C++程序实现几种排序方法,要求输入一组数组之后,可以算出其几种排序的结果,即,依次为:直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序。 -To design a Visual C++ procedures for implementation of several sorting methods, for the importation of a group of the array, you can calculate the number of sequencing results, that is, as follows: Direct Insertion Sort, Hill sort, bubble sort, quick sort, selection sort easy , heap sort, merge sort.
Platform: | Size: 7168 | Author: 韩小寒 | Hits:

[JSP/JavaQuickSort2

Description: Quicksort Applet demonstrates procedure of sorting and sorting using Quick sort algorithm.
Platform: | Size: 7168 | Author: mojamazica | Hits:

[Data structssort

Description: 包括归并排序、基数排序、快速排序、谢尔排序、以及每一种排序的详细ppt实例说明和解释~! -Including merge sort, Radix Sort, Quick Sort, Shell Sort, and sort each type of detailed examples and explanations ppt ~!
Platform: | Size: 96256 | Author: heqin | Hits:

[MPIXSort_Submit

Description: 归并排序的并行算法 intel 多线程优化大赛-Parallel merge sort algorithm
Platform: | Size: 345088 | Author: 邓辉 | Hits:

[Windows Developsort

Description: 排序,冒泡排序,希尔排序,插入排序,选择排序,折半查找-Sort, Bubble Sort, Hill sort, insertion sort, selection sort, binary search
Platform: | Size: 1024 | Author: gavin161 | Hits:

[Windows Developsort

Description: 簡易數字排序法,可以由小到大排列數字,很適合初學者學習之用。-Sort summary figure can be arranged from small to big figure, it is suitable for beginners learning.
Platform: | Size: 6144 | Author: SCDog | Hits:

[MPImpi

Description: 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
Platform: | Size: 4096 | Author: 兰韬 | Hits:

[Windows Developsort

Description: 快速排序算法, 该算法主要是对快速排序算法的改进-sort
Platform: | Size: 6144 | Author: thomas | Hits:

[Data structssort

Description: 对顺序表用C语言实现直接插入排序、折半插入排序、希尔排序、快速排序、选择排序、冒泡优化排序、堆排序-sort
Platform: | Size: 3072 | Author: zhaoyue | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net