搜索资源列表
对一串数字各不相同的数字串进行排序
- 对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the post, the largest of a stri
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
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
ToolBox
- Converter from string to object and from object to string. divideNumber generateNumber generateNumber, search, meanValue, sum, searchMinMax, minElement, maxElement, swap, sort, saveToFile, readFromFile, clear, prin
letter-frequence.
- 一个小程序,可以统计输入字符的个数。非常方便快捷-For several lines of string which are made by alphabets a ~ z , judge the most frequent character in it and sort the characters by their frequence.
hk
- 华科2011年上机试题,对于字符串进行处理,并生成二叉排序树输出。-China Section 2011- on questions, for string processing, and generate the output of the binary sort tree.
TEST
- 通用字符串排序代码,通过修改宏定义,可以改变字符串长度。-Generic string sort code
BSTSort
- //本程序实现二叉排序树的基本操作: //1:输入数组长度和一串数,创建它的二叉排序树; //2:查找给定元素,并给出层次值; //3:插入给定元素; //4:先根和中根遍历; //5:显示菜单 //0:退出程序。-//This program is to achieve the basic operation of the binary sort tree:// 1: the length of the input array and a string of numbe
prj-shell
- Shell排序法,输入一串整数,对其进行从小到大或从大到小的排序。-Shell sort, enter a string of integers, its small to large or descending sort.
357
- 排序。判断是否回文。加密程序,将输入一字符串进行加密,字符串中所有字母加密,非字母字符不变。字母加密=如: A - F B - G .... Z - E 。-Sort. Determine whether the palindrome. Encryption program, the input string encryption to encrypt all the letters in the string constant non-alphabetic characters. Letter
string-int-sortmax
- 字符串整形常量排序求最大,可通过修改MAX改变排序数量-Sort quantity biggest string shaping constant sort, can be changed by modifying the MAX
sort_string
- 实现了字符串的排序功能, 使用了快速排序\希尔排序\堆排序\归并排序等8种排序方法, 界面友好, 有一个比较好的演示功能-String sort, quicksort \ Hill sorting \ \ merge sort heap sort sort method, user-friendly, has a good presentation capabilities
sjjg
- 华南农业大学数据结构上机实验答案,包含线性表,栈,队列,树,图,查找,排序,串-Machine data structure experimental answer of South China Agricultural University, including linear table, stacks, queues, trees, find, sort, string
CompareString
- 外部排序,使用计数排序和桶排序解决字符串匹配问题-External sorting, counting sort and bucket sort using string matching problem solving
sorting_number
- 排序 n 个元素,元素为随机生成的长为1..16的字符串,直接插入排序,堆排序,归并排序,快速排序。-Sort n elements, element length is a randomly generated string .. 16 direct insertion sort, heap sort, merge sort, quick sort.
20135064403
- 一个降序的冒泡排序,输入一串数字,将其降序排列-A bubble sort in descending order, enter a string of numbers, in descending order of its
bstree_frame
- 软件技术基础中的二叉排序树,以二叉排序树的形式将一串数据转化。-Software technology base in binary sort tree, in the form of binary sort tree a string of data transformation.
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
1054zifuchuanpaixu
- 字符串内部排序,通过冒泡排序实现字符串内部的升序排序,并输出排序后的结果。-Internal sorting, string by bubble sort string within the ascending sort, and output the sorted results.