搜索资源列表
对一串数字各不相同的数字串进行排序
- 对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the post, the largest of a stri
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
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
Sort
- 冒泡排序的经典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.
sort_56_06
- 实现对字符串与整数的排序,附有详细的设计报告,并有多种算法的实现流程图-To achieve the sort string and integer, with detailed design report and the realization of a variety of algorithm flow chart
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
sort
- 在输入的字符串中查找指定字符,动态分配内存-In the input string to find the specified character, dynamic allocation of memory
sort-string
- 从键盘输入一组字符串,并将这组字符串排序,将排序后的结果输出。-A set of strings from the keyboard input, and this set of strings sort will sort the results output.
UserControl
- C#创建用户控件的演示源码,演示程序是一个排序字符串程序,在“原始字符串:”栏中输入字符串后,单击键盘Tab键,还可以进行逆序字符串功能,不但学习了用户控件的编写方法,还捎带研究了C#的字符串排序功能,一举两得-C# source code to create a user control to demonstrate the demonstration program is a sort string program in the original string: " enter th
Sort
- C# WinForm 字符串的简单排序-Simple sort of C# WinForm string
string-int-sortmax
- 字符串整形常量排序求最大,可通过修改MAX改变排序数量-Sort quantity biggest string shaping constant sort, can be changed by modifying the MAX
Connection-string-and-sort
- 连接几个字符串,并且按照字母表的顺序进行排序,读者课一根据自己的要求改变字符串的具体内容。-Connection string and sort
Selection-sort
- 该程序利用选择排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字-The program selection sort arranged in the digital readers can enter any string of numbers, the program can output a final order
sjjg
- 华南农业大学数据结构上机实验答案,包含线性表,栈,队列,树,图,查找,排序,串-Machine data structure experimental answer of South China Agricultural University, including linear table, stacks, queues, trees, find, sort, string
FindString
- 将二十六个字母组成的字符串重新剪切拼接,输出指定位置的排序好的字符串-The re-cut mosaic sort string consisting of 26 letters, good output string specified location
sort
- 输入一串数据,自主选择排序方式,输出结果。排序方式有:选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-Enter a string of data, choose the way to sort them and output the result. Sort ways: selection sort, heap sort, insertion sort, shell sort, bubble sort, quick sort
13349.-Extended-Normal-Order-Sort
- 在标准顺序排序,在这些数字的字符串可能不排序的地方,他们的预期。例如,xyz100之前XYZ2。在一些应用中,如列表文件中,可以使用正常的顺序的排序,其中的数字中的字符串的任何字符串被视为与由数字串给定的数值单个数字。例如,以下是正常的顺序: XYZ001,XYZ2,XYZ003,XYZ08,XYZ23,XYZ100,XYZQ 我们希望延长正常秩序的排序方式有两种: 小写和大写字母排
1054zifuchuanpaixu
- 字符串内部排序,通过冒泡排序实现字符串内部的升序排序,并输出排序后的结果。-Internal sorting, string by bubble sort string within the ascending sort, and output the sorted results.
string
- 字符串中奇数位和偶数位排序,经典的华为校招试题- Odd and even numbers in the string of the sort, the classic HUAWEI school recruit questions
string
- 从键盘输入一串字符,将它们存放在字符数组中(形成一个字符串) 然后对字符数组中的各个字符排序-Enter a string of characters the keyboard, they are stored in the array of characters (the formation of a string) and then sort the array of characters in each character