CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - sort string

搜索资源列表

  1. 对一串数字各不相同的数字串进行排序

    0下载:
  2. 对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the post, the largest of a stri
  3. 所属分类:其他小程序

    • 发布日期:2017-03-27
    • 文件大小:567
    • 提供者:adrian
  1. sortVC

    1下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-10
    • 文件大小:1004821
    • 提供者:凌涵
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. ToolBox

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4375
    • 提供者:Javadeveloper
  1. letter-frequence.

    0下载:
  2. 一个小程序,可以统计输入字符的个数。非常方便快捷-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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:814
    • 提供者:萧瑟
  1. hk

    0下载:
  2. 华科2011年上机试题,对于字符串进行处理,并生成二叉排序树输出。-China Section 2011- on questions, for string processing, and generate the output of the binary sort tree.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:685
    • 提供者:周TT
  1. TEST

    0下载:
  2. 通用字符串排序代码,通过修改宏定义,可以改变字符串长度。-Generic string sort code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:688
    • 提供者:丹尼斯
  1. BSTSort

    0下载:
  2. //本程序实现二叉排序树的基本操作: //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
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:17205
    • 提供者:金比白
  1. prj-shell

    0下载:
  2. Shell排序法,输入一串整数,对其进行从小到大或从大到小的排序。-Shell sort, enter a string of integers, its small to large or descending sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:12373
    • 提供者:张航
  1. 357

    0下载:
  2. 排序。判断是否回文。加密程序,将输入一字符串进行加密,字符串中所有字母加密,非字母字符不变。字母加密=如: 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1331
    • 提供者:chihpin
  1. string-int-sortmax

    0下载:
  2. 字符串整形常量排序求最大,可通过修改MAX改变排序数量-Sort quantity biggest string shaping constant sort, can be changed by modifying the MAX
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:4768
    • 提供者:tianmiaomiao
  1. sort_string

    0下载:
  2. 实现了字符串的排序功能, 使用了快速排序\希尔排序\堆排序\归并排序等8种排序方法, 界面友好, 有一个比较好的演示功能-String sort, quicksort \ Hill sorting \ \ merge sort heap sort sort method, user-friendly, has a good presentation capabilities
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2693
    • 提供者:王王王
  1. sjjg

    0下载:
  2. 华南农业大学数据结构上机实验答案,包含线性表,栈,队列,树,图,查找,排序,串-Machine data structure experimental answer of South China Agricultural University, including linear table, stacks, queues, trees, find, sort, string
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:46694
    • 提供者:c
  1. CompareString

    0下载:
  2. 外部排序,使用计数排序和桶排序解决字符串匹配问题-External sorting, counting sort and bucket sort using string matching problem solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1132
    • 提供者:xiaoxue
  1. sorting_number

    0下载:
  2. 排序 n 个元素,元素为随机生成的长为1..16的字符串,直接插入排序,堆排序,归并排序,快速排序。-Sort n elements, element length is a randomly generated string .. 16 direct insertion sort, heap sort, merge sort, quick sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2379
    • 提供者:马璐
  1. 20135064403

    0下载:
  2. 一个降序的冒泡排序,输入一串数字,将其降序排列-A bubble sort in descending order, enter a string of numbers, in descending order of its
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:28528
    • 提供者:谭润泽
  1. bstree_frame

    0下载:
  2. 软件技术基础中的二叉排序树,以二叉排序树的形式将一串数据转化。-Software technology base in binary sort tree, in the form of binary sort tree a string of data transformation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:934
    • 提供者:钰亦
  1. FindString

    0下载:
  2. 将二十六个字母组成的字符串重新剪切拼接,输出指定位置的排序好的字符串-The re-cut mosaic sort string consisting of 26 letters, good output string specified location
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5443715
    • 提供者:丁明
  1. sort

    0下载:
  2. 输入一串数据,自主选择排序方式,输出结果。排序方式有:选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-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
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1742
    • 提供者:longmay chou
  1. 1054zifuchuanpaixu

    0下载:
  2. 字符串内部排序,通过冒泡排序实现字符串内部的升序排序,并输出排序后的结果。-Internal sorting, string by bubble sort string within the ascending sort, and output the sorted results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:155399
    • 提供者:任磊
« 12 »
搜珍网 www.dssz.com