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. qms

    0下载:
  2. Quick Mutli Search算法,对QuickSearch算法的改进,支持一次搜索多个子串、正/反向查找、不区分大小写查找-Quick Search algorithm, right QuickSearch algorithm, to support a number of search-string is / Reverse Search, Search is case insensitive
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1826
    • 提供者:thinkry
  1. chf

    0下载:
  2. 递归的字符串逆序,将带有空格的一行字符串按照单词的顺序逆序排列.例如:this is a string. 转化为string a is this.-recursive string reversal, with his string of blanks in accordance with the order of words printed in reverse chronological order. For example : this is a string. into a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:837207
    • 提供者:成心
  1. 2个简单程序

    0下载:
  2. 一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。-a C output prepared by the reverse procedure, and determine whether a string of Palindrome simple procedure.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:乐心泉
  1. 递归

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

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

    0下载:
  2. f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome. Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1608
    • 提供者:naz
  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. aa

    0下载:
  2. 栈类实现字符串反向输出,这是一个很普通的算法实现,仅供参考-Stack class implements a string reverse output
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:289370
    • 提供者:panzhe
  1. convertwords

    0下载:
  2. 讲输入的字符串反转输出,如 i come from china 翻转后输出 china from come i-Reverse output about the input string, such as i come from china flip out china from come i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:540
    • 提供者:zhenqingkai
  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. reverse

    0下载:
  2. Reverse a string or a character array.Its only function,Useful for people who learn C,for people who want to find job.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:394064
    • 提供者:
  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. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:471407
    • 提供者:
  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
    • 提供者:王涵
« 12 »
搜珍网 www.dssz.com