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

搜索资源列表

  1. ANSSort

    0下载:
  2. 给定字符串,按照英文字母、数字、符号顺序排序算法-given string, according to the English alphabet, numbers, symbols order Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:135826
    • 提供者:ss
  1. IoSort

    0下载:
  2. 用汇编的类编程实现快速排序的例子,本例子按字符串索引,支持插值和删除!-category with a compilation of programming Quick Sort example, by the example of the string indexing, support interpolation and delete!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3928
    • 提供者:钱海兵
  1. classicC100

    0下载:
  2. 经典C程序100例,对于初学者非常值得研究.内有各种排序,找素数问题,字符串处理等.-classic C program hundred cases for beginners is worth studying. There are various sort, finding prime numbers. string processing.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53929
    • 提供者:rookie
  1. Chapter27

    1下载:
  2. VC编的关于字符串排序的程序,有两种方法-VC series of the sort the string on the procedures, there are two ways
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:682861
    • 提供者:李展望
  1. SyntaxColorizer_demo

    0下载:
  2. CSyntaxColorizer是一个快速而通用的类,用于突出显示语法。这个类简单、快速、灵活。缺省的突出显示模式是VC++,用绿色表示注释,深蓝色表示字符串,亮蓝色表示关键字。这个类展示了可以用于修改这些缺省设置的方法-颜色不是唯一的选择。突出显示的词可以用粗体、斜体、下划线等等。展示的方法使用 CHARFORMAT结构作为参数,这样可以用CHARFORMAT结构提供对任何文本格式的修改,可以是关键字、注释和CSyntaxColorizer中的字符串格式。 -CSyntaxCol
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:12198
    • 提供者:yang
  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13300
    • 提供者:胡朋
  1. 数据结构和算法Flash动画演示

    1下载:
  2. 数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted, single linked list of nodes re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:966119
    • 提供者:仙道
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  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-28
    • 文件大小:567
    • 提供者:adrian
  1. C

    0下载:
  2. 所谓排序是指把一组杂乱无章的数按 照大小顺序排列。包括整数、实数、字符及字符串排序。C语言编程中排序的方法 很多,?这里归纳较常用的几种排序方法。它们同样适合于其他高级语言。 -Refers to the so-called sort of a chaotic number according to the size of order. Including integer, real, character and string sorting. Sort of C language
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:18372
    • 提供者:zhaoliqiang
  1. Deliver

    0下载:
  2. 包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。-Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4761
    • 提供者:黄尚
  1. MaxHeap

    0下载:
  2. 利用最大排序法進行數字的排序,將一串數列依照大小進行排列! 每次比對下一個數字最大的放至前面 依序做回圈之後 就出現結果-Sequencing method using the maximum number of sort will be a string of numbers arranged in accordance with the size! Every time a figure than the next largest release to the front were doin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1908
    • 提供者:王小居
  1. 1

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

    • 发布日期:2017-04-09
    • 文件大小:1668
    • 提供者:杨橙林
  1. readTXTFile

    0下载:
  2. 实现了,从txt文件中,读取字符串,并根据某个字符来对整个文件中的数据进行排序。-Realized from the txt file, read the string, and in accordance with a certain character to the entire file to sort the data.
  3. 所属分类:File Operate

    • 发布日期:2017-05-28
    • 文件大小:304792
    • 提供者:yanwenju
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. BinarySearchTree

    0下载:
  2. 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an input symbol of the end. Such
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:237371
    • 提供者:syuanying
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. source

    0下载:
  2. string 的排序,添加,删除。简单的数据存储,能进行简单的排列。-simplestringlist a simple string to sort, add, or remove data from the list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4547
    • 提供者:felix
  1. ziguchuanpaixu

    0下载:
  2. 此程序可以进行字符串排序,简单的循环结构即可实现复杂的字符串排序,实用-This procedure can be sorted string, easy to realize the cycle of the structure of the complex sort of string, practical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:李敬捷
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5950892
    • 提供者:lzm
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com