CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sort string

搜索资源列表

  1. C-Program-examples

    0下载:
  2. 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
  3. 所属分类:Project Manage

    • 发布日期:2017-03-23
    • 文件大小:64768
    • 提供者:李艳文
  1. cpp

    0下载:
  2. 基数排序 计数排序 桶排序 插入排序 打印字符串-Radix Sort counting sort bucket sort insertion sort, print a string
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:2047
    • 提供者:DJC
  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. zfpx

    0下载:
  2. 字符排序,按照从A到Z的顺序对字符串重新排序,并输出排序后的字符串。-Character sort strings in accordance with the order from A to Z, reorder, and output the sorted string.
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1306
    • 提供者:吕书允
  1. 3

    0下载:
  2. 字符表达式的求值和比较,字符窜的合并,多路和排序-Character expression is evaluated and compared with the merger of the string, multiple and sort
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:8523
    • 提供者:黄谭
  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. 7

    0下载:
  2. 从键盘输入一个字符串:对其中的所有字母小写转大写后进行排序,将结果输出; 如,输入:gaoxing 输出:AGGINOX-Enter a string from the keyboard: turn uppercase all lowercase sort the results output , Enter: gaoxing, output: AGGINOX
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:799
    • 提供者:chenyuanyan
  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-24
    • 文件大小:2693
    • 提供者:王王王
  1. maopao

    0下载:
  2. 通过main(String[] args)方法中的字符串数组获取命令行传递的参数  注意从String int的类型转换,可以使用Integer类中的parseInt()方法(查阅JDK API文档)。 数组的创建与使用 冒泡排序算法-Main (String [] args) method an array of strings to obtain command line parameters passed  Note String
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:11724
    • 提供者:王璐婷
  1. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:18165
    • 提供者:林云
  1. BubbleSort

    0下载:
  2. 该程序利用冒泡排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字。-The program uses the bubble sort arranged digital readers can enter any string of numbers, the program can output the final ranked number.
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:259609
    • 提供者:xiaoye
  1. stooge_sort

    0下载:
  2. 桶排序算法,分治算法,输入一串数字,输出他们从小到大的排序-Bucket sort algorithm, divide-and-conquer algorithm, input a string of numbers, the output from small to large order
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2450355
    • 提供者:胡战
  1. order

    0下载:
  2. 针对给出的字符串(大小写字母等)冒泡法进行排序-Sort given string (uppercase and lowercase letters) Bubble Act
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:625
    • 提供者:muse
  1. COLLPERF.RAR

    0下载:
  2. This program tests string collation and sort key generation performance.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:10790
    • 提供者:ziuwunjie
  1. usercontrol

    0下载:
  2. C#创建用户控件的演示源码,演示程序是一个排序字符串程序,在“原始字符串:”栏中输入字符串后,单击键盘Tab键,还可以进行逆序字符串功能,不但学习了用户控件的编写方法,还捎带研究了C#的字符串排序功能,一举两得-C# to create user control demo source code, demo program is a sort strings in " raw string:" Enter a string, click the keyboard Tab key
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:12653
    • 提供者:锅烧猪蹄
  1. JavaLabIOAndContainers

    0下载:
  2. 编写一个Java项目,包含两个类StudentJavaScore和ScoreOperation。StudentJavaScore用于存储学生姓名和Java成绩,并实现了Comparable接口.ScoreOperation类包含5个方法,对学生成绩进行查询、排序,并实现字符串中字符计数操作。-Write a Java project that contains two classes StudentJavaScore and ScoreOperation. StudentJavaScore us
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:19804
    • 提供者:xiayule
  1. vc6.0

    0下载:
  2. 包括了学生学籍管理系统对输入字符串的排序程序 代码正确-Including the school management system for students to enter the string the correct sort code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:2235
    • 提供者:Onamo
  1. xiaoxiequchu

    0下载:
  2. labview编写将字符串中的小写字母给去除掉,将剩余的大写字母进行排序-LabVIEW will be written in lowercase string to remove, the remaining uppercase sort
  3. 所属分类:LabView

    • 发布日期:2017-04-02
    • 文件大小:8448
    • 提供者:whb
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com