CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - reverse string

搜索资源列表

  1. SJJG6

    0下载:
  2. 该文档是有关数据结构中的栈的应用,它实现基本的输入字串的反转功能!-the document is the data structure of the application stack, it is basically the reverse of the input string functions!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:F.K.
  1. 递归

    0下载:
  2. 递归算法,字符串的倒序输出。-recursive algorithm, the reverse output string.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2471246
    • 提供者:唐志
  1. revstr

    0下载:
  2. 要求:将字符串按单词反转,并非按字母反转。 前提:尽量少的使用内存-require:Reverse a string by words, not in alphabetical reverse Premise:To minimize the use of memory
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:177996
    • 提供者:diaoshuangjun
  1. reverse

    0下载:
  2. 此功能是先设置要输入的字符串个数(一定是数字形式),然后相应输入每个字符串,最后会显示正序和倒序的结果。-This feature is to set the string to enter the number (must be in digital form), then the corresponding input for each string, and finally displays the result of the positive sequence and the rever
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:863
    • 提供者:xunlu
  1. ProgramForJob

    0下载:
  2. 1.在vs2008下解压缩即可 2.该源码包含了多个工程,每一个都是对应一个小算法,其中包含二叉树、字符串反转、八皇后问题,整数划分,等较有技巧性的小算法 3.该算法全为本人编写-1. Decompress in vs2008 to 2 under. The source code contains a number of projects, one for each corresponding to a small algorithm, which contains a binary
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:18916874
    • 提供者:文石磊
  1. ccccc

    0下载:
  2. 输出字符串的反序,例如 iam a student输出student a am i-Output string in reverse order, for example, iam a student out student a am i
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:105467
    • 提供者:
  1. 1

    0下载:
  2. 用链表行使存储一个字符串,输入、删除某个字符串,最后按正序、逆序两种方式输出字符串-The exercise of a linked list to store a string, enter, delete a string, and finally by the positive sequence, two ways to reverse the output string
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:郭勋伟
  1. ds_lx1_1

    0下载:
  2. 编写一个读入一个字符串,把它存入一个链表,并按相反的次序打印的程序。-Write a read in a string, put it in a list, and according to reverse order of printed program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:524
    • 提供者:林冲
  1. str_reverse

    0下载:
  2. 字符串反转程序,把一段字符串根据单词分开,然后反转-Reverse a string program, for some string separated according to the word, and then reverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:892
    • 提供者:hsj
  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. Recursive-reverse-the-output-string

    0下载:
  2. 递归反向输出字符串,非常基本的程序,值得刚开始接触C语言的人学习。-Recursive reverse the output string, and a very basic program, it is worth just getting started with the C language learning.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:208776
    • 提供者:
  1. key_Queue

    2下载:
  2. 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth
  3. 所属分类:Data structs

    • 发布日期:2015-11-25
    • 文件大小:6144
    • 提供者:黄瑜琳
  1. homework_2.22

    0下载:
  2. 对单链表实现就地逆置,即利用原表的存储空间将线性表(a1,a2,…,an)逆置为(an,an-1,…,a1)。输入数据:文本文件input.txt 文件分2行: 第1行是单链表的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是单链表的n个数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 输出数据:文件output.txt 文件只有1行: 第1行是完成逆置之后的单链表n个元素的十进制整数,每个元素
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1085
    • 提供者:123
  1. Stack

    0下载:
  2. 1.使用栈完成一个字符串的逆序输出 2.使用该栈完成表达式的括号是否匹配? 3.对数学表达式求值-1 Using the stack in reverse order to complete a string of output 2. Use the stack to complete the expression in parentheses match? 3. Evaluates mathematical expressions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4328
    • 提供者:尚亚涛
  1. Reverse-the-string-with-the-pointer

    0下载:
  2. 用c语言编写的用指针将字符串逆序,运行环境vc6.0-C language prepared by the pointer string in reverse, the operating environment vc6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:193450
    • 提供者:王涵
搜珍网 www.dssz.com