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

搜索资源列表

  1. exercise6

    1下载:
  2. 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1033001
    • 提供者:李攀
  1. 2009710301066

    0下载:
  2. 使用递归和非递归的方法对输入的字符串进行逆序输出-Recursive and non recursive method to reverse the input string output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:830
    • 提供者:
  1. Md5Code

    0下载:
  2. 通过MD5加密后保存,和以往仅仅明文保存相比,MD5加密后的保存信息更加安全,毕竟MD5加密后的信息安全性更高,MD5加密方式也是单向的并不存在任何逆向破解。然而你是否知道MD5也并不是真正安全的,入侵者在获得了MD5加密后的字符串后依然可以通过多种方法破解成明文密码。下面就请各位IT168的读者跟随笔者从实战讨论MD5加密的安全性。  -MD5 encrypted through preservation, and preservation of the past, compared
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:88514
    • 提供者:korbon
  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-01
    • 文件大小: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-03
    • 文件大小: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. reverse

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

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

    0下载:
  2. 字符串反转的C源代码,调试成功,和大家分享。字
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1553
    • 提供者:shede223
  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. StringReverse

    0下载:
  2. 字符串倒序,但在倒序过程中不需要借助任何新申请的内存。-String reverse order, but in the reverse process, without using any new application memory.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:634623
    • 提供者:王玲
  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-29
    • 文件大小: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. String-reverse-output

    0下载:
  2. 实现一个表示 n*n 矩阵的模板类。 1) 至少提供如下必要的矩阵操作:加、乘、转置(建议用操作符重载来实现)。 2) 编制一个交互式程序对该模板类进行测试。 含实验报告与源代码-Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposit
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:436038
    • 提供者:酉永松
  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-14
    • 文件大小:4690
    • 提供者:王茂春
  1. String-rotation

    0下载:
  2. c++代码,实现字符串的旋转,使用蛮力移位和三步反转两种方法实现-c++ code that implements the rotation of the string, use brute force and displacement are two ways to achieve three-step reverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1830023
    • 提供者:yangyang
  1. reverse

    0下载:
  2. 利用树状数组的数据结构求解一串数字中逆序对的个数-Use Fenwick tree data structure to solve a string of numbers in reverse order of the number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:徐若鸿
  1. reverse

    0下载:
  2. 输入任意一个字符串,把该字符串逆序输出.-function : reserve a string.
  3. 所属分类:Other systems

    • 发布日期:2017-12-21
    • 文件大小:19393536
    • 提供者:李明
  1. stringnixu

    0下载:
  2. 字符串逆序,用指针实现,vs2010开发(String reverse order, pointer implementation, VS2010 development)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2104320
    • 提供者:35435
« 12 3 »
搜珍网 www.dssz.com