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

搜索资源列表

  1. String-reverse

    0下载:
  2. 符串逆序输出是C语言经典算法之一,过去利用数组下标处理此类问题,较为繁琐,本文给出 了利用指针实现任意给定字符串的逆序输出方法,以及在此基础上进行回文字符串判断的便捷方法。-Pointers with a C-string string in reverse order and determine palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:176949
    • 提供者:陈晓娟
  1. reverse

    0下载:
  2. 编制程序实现字符串的逆转功能。要求具有友好的输入、输出界面。如输入This is a test 输出 tset a si sihT-Programming functions to achieve the reversal of the string. Requires a friendly input and output interface. If This is a test input output tset a si sihT
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:235502
    • 提供者:梁毅
  1. reverse

    0下载:
  2. 主要功能是用递归实现输入字符串的反向输出。特点通过子函数返回反向的字符串,而不是在子函数中逐个字符的输出。特别是自己定义了几个实现字符串操作的子函数。-Main function is to use recursive reverse output of the input string. Features reverse through the subroutine to return a string, rather than the output subroutine in the cha
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:717
    • 提供者:hwei
  1. list-set-reverse

    0下载:
  2. 用户输入字符串,以链表的形式存入,然后链表逆置,输出-User input string to the list in the form of deposit, and then reverse the list set, the output
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:167934
    • 提供者:apple
  1. reverse

    0下载:
  2. 功能:字符串的逆序 输入:字符串 输出:字符串的逆序-Function: reverse string input: string output: string reverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:33552
    • 提供者:小样
  1. vb_code_to_reverse_a_string_design_String_Manipula

    0下载:
  2. vb代码字符串操作反转字符串设计vb code to reverse a string design String Manipulation-vb code to reverse a string design String Manipulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2039
    • 提供者:ud
  1. VB_Programming_String_Manipulation_reverse_string.

    0下载:
  2. VB编程实现字符串操作_反转字符串VB Programming String Manipulation _ reverse a string-VB Programming String Manipulation _ reverse a string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2028
    • 提供者:5
  1. reverse

    0下载:
  2. 输入一个字符串,程序判断输出是否为回文字符串-Enter a string to determine whether the palindrome string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:797
    • 提供者:肖煜东
  1. string-reverse2

    0下载:
  2. 字符串反转的C源代码,亲自调试成功,给大家分享。字
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:2745
    • 提供者:shede223
  1. 6-23

    0下载:
  2. 递归法,倒序,字符串,函数,指针调用,实参,形参-Recursive method, reverse, string, function pointer calls, arguments, parameters
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:752202
    • 提供者:yeyiming
  1. ReverseString

    0下载:
  2. Reverse string Deitel csharp 2005
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:17431
    • 提供者:MP
  1. String-reverse-order

    0下载:
  2. 子串反序,编制C程序,对键盘输入的字符串进行逆序,逆序后的字符串仍然保留在原来字符数组中,最后输出。-String reverse order, C program, keyboard input strings in reverse, reverse the string remains in the original array of characters, the final output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5772
    • 提供者:陈心旭
  1. reverse-of-string-

    0下载:
  2. Reverse of entered string
  3. 所属分类:Console

  1. reverse

    0下载:
  2. 将一个字符数组中的字符串顺序逆转,但每个字符串内部顺序不变。-Order of an array of characters in the string will be reversed, but each string constant internal order.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1436
    • 提供者:hackmong
  1. Reverse-output

    0下载:
  2. 输入一个字符串,逆序输出该字符串.要求不使用数组.-Enter a string in reverse order to output the string. Asked not to use an array.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:601
    • 提供者:韩煦
  1. Reverse-a-string

    0下载:
  2. 经典的递归实现字符串反转(C语言版),很经典很实用-The classic recursive implementation of the reverse a string (C language version), very classic and very practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:393259
    • 提供者:陈聪
  1. EX07_4

    0下载:
  2. 探讨指针与字符串的关系。编辑、注释、运行、调试自己编写的程序. 请编写一个程序, 求任意一个输入字符串的长度,将此输入的字符串按逆序的方式存入所在位置中, 显示输入字符串和其逆字符串 -Explore the relationship between the pointer and string. Edit, annotate, run, debug, write your own programs., Please write a program, find an arbitrary
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:211364
    • 提供者:guoxiao
  1. inversion-of-string

    0下载:
  2. 从键盘输入一个字符串 然后用程序实现字符串的逆序操作-Keyboard input a string and then use the program to achieve a string of reverse operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2028797
    • 提供者:马培华
  1. reverse-and-palindrome

    0下载:
  2. programaepts string user ,cheks if its palindrome and then pops up messagebox to inform the user whether string is palindome or not-programaepts string user ,cheks if its palindrome and then pops up messagebox to inform the user whether string is pa
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:62394
    • 提供者:malaki l
  1. the-string-reverse-by-C-Language

    0下载:
  2. C语言实现,通过对数组和指针的使用,输入一个字符串,该算法对该字符串进行反转,比如输入”wang ,输出 gnaw -input String: wang output string: gnaw ,by C Language to make it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4690
    • 提供者:王茂春
« 12 3 4 5 6 »
搜珍网 www.dssz.com