搜索资源列表

  1. reverse

    0下载:
  2. 将一个句子中的单词逆序,先将整个句子逆序,再将句子中的单词逆序.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:xuxiongke
  1. reverse

    0下载:
  2. 将一个句子中的单词逆序,先将整个句子逆序,再将句子中的单词逆序.-Will be a sentence in the word reverse, reverse the whole sentence first, and then reverse the sentence of the word.
  3. 所属分类:书籍源码

    • 发布日期:2025-01-20
    • 文件大小:1kb
    • 提供者:xuxiongke
  1. test

    0下载:
  2. #1、输入字符串 #2、逆序输出 #3、换行打印句子中的每个词 #4、统计字母种类数 #5、统计词汇种类数 -1 input a sentence(without punctuations) 2 print in reversed order 3 print the sentence with one word per line 4 count types of letters in the senten
  3. 所属分类:Windows编程

    • 发布日期:2025-01-20
    • 文件大小:1kb
    • 提供者:Mark Ma
  1. 5_6_B

    0下载:
  2. 编写一个函数InverseByWord(char *sentence), 实现一个英文句子按单词逆序存放的功能,并给出测试程序。(50分) 如:This is an interesting programme. 逆序后变为:.programme interesting an is This-Write a function InverseByWord (char* sentence), to achieve an Engl
  3. 所属分类:其他小程序

    • 发布日期:2025-01-20
    • 文件大小:1kb
    • 提供者:qianfan
  1. InverseByWord

    0下载:
  2. 一个实现英文句子按单词逆序存放的函数,例如:This is an interesting programe. 逆序存放为.programe interesting an is This-A realization of English sentences in the word reverse storage function
  3. 所属分类:其他小程序

    • 发布日期:2025-01-20
    • 文件大小:1kb
    • 提供者:六月天
  1. 英文句子翻转

    0下载:
  2. 将一个英文语句以单词为单位逆序排放。例如“I am a boy”,逆序排放后为“boy a am I” 所有单词之间用一个空格隔开,语句中除了英文字母外,不再包含其他字符 接口说明 /** * 反转句子 * * @param sentence 原句子 * @return 反转后的句子 */ public String reverse(String sentence);
  3. 所属分类:JSP源码/Java

    • 发布日期:2025-01-20
    • 文件大小:1kb
    • 提供者:haihaihang
  1. jvzinixv

    0下载:
  2. 程序是输入一串字符串,并且逆序输出,同时还会判断是否输入为空(The program is to input a string of characters, and output it in reverse direction, and at the same time, it will decide if the input is empty.)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-20
    • 文件大小:145kb
    • 提供者:505爱夏

源码中国 www.ymcn.org