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

搜索资源列表

  1. code-string-sort-v2

    0下载:
  2. Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there meet the fastest and the best programmer in the whole of choina-Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there me
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7250
    • 提供者:Hannibal Lecter
  1. 3

    0下载:
  2. 从键盘读入若干个字符串,对他们按字母大小的顺序排序,然后把排好序的字符串送到磁盘文件-Read from the keyboard into a number of strings, the size of their alphabetical sort order, then sorted string to disk file
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1118886
    • 提供者:蓝精灵
  1. 6-53-1

    0下载:
  2. 在外部排序中,实现替代选择算法构造初始顺串-In the external sort, the realization of alternative algorithms construct an initial string along
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:793
    • 提供者:tyq
  1. shangchuanchengxu3

    0下载:
  2. 用指向指针的指针的方法对5个字符串排序并输出。-With a pointer to a pointer to a string sort method 5 and the output.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:3036
    • 提供者:张伟
  1. digui

    0下载:
  2. 使用emu8086对一串数组采用递归进行排序。-Array of string using emu8086 recursive sort.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:522
    • 提供者:一一
  1. info_sys.tar

    0下载:
  2. 《简单信息管理系统(C语言描述)》   这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。   本系统实现的数据操作:   增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。   系统文件组成:   测试程序<test.c>,综合头文件<main.h>,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6019
    • 提供者:Joshua
  1. exp10-9

    0下载:
  2. 对一个字符串进行排序,并输出排序前和排序后的字符串-Sort of a string and output string sorting and sorting-
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:898
    • 提供者:焦焦
  1. dictionarytree

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3120234
    • 提供者:曹辉
  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-30
    • 文件大小:814
    • 提供者:萧瑟
  1. The-Binary-Tree

    1下载:
  2. 构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer constructed a binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:766
    • 提供者:wangchengqi
  1. The-Poly

    0下载:
  2. 内容为用起泡排序法实现元素的非递减排列.构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1002
    • 提供者:wangchengqi
  1. Merge

    0下载:
  2. 二路归并程序,实现一串数据利用归并的思想进行排序-Two way merge program, to achieve a string of data using merge sort of thought
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1142
    • 提供者:陈敬洲
  1. datastructure

    0下载:
  2. 各种数据结构的实现代码参考(包括线性表,栈和队列,图,串,排序,数和二叉树,查找)-Implementation of the code reference for a variety of data structures (including linear table, stack and queue, map, string, sort, count and binary tree, find)
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3810953
    • 提供者:wuwu
  1. SA

    0下载:
  2. 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:39147
    • 提供者:杨诗听
  1. erchapaixushu

    1下载:
  2. 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1395
    • 提供者:刘静
  1. erchapaixushushujujiegou

    1下载:
  2. 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:刘静
  1. www

    0下载:
  2. 这个文件包含了处理数据结构课程学习中的字符串逆序问题和经典的排序程序。-This file contains the string in the reverse problem in processing data structures course, and the classic sort program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1445
    • 提供者:李丹
  1. Core4

    0下载:
  2. Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11936400
    • 提供者:郭启洋
  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. a

    0下载:
  2. 程序运行后,给出6个菜单项的内容和输入提示,具体如下: 1. 数字排序 2. 字符查找 3. 矩阵变换 4. 结构体数组 5. 三次方程 6. 字符串删减 7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to transform the structure array. Cubi
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:3262
    • 提供者:李强
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com