CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - huiwen

搜索资源列表

  1. huiwen

    0下载:
  2. 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22162
    • 提供者:zyh
  1. huiwen

    0下载:
  2. 实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:郭宏光
  1. huiwen(2)

    0下载:
  2. 该段程序中的代码精简实用实现一段文章中的单词技术-It can count the numbers of words
  3. 所属分类:Ajax

    • 发布日期:2017-04-26
    • 文件大小:9148
    • 提供者:wang yang
  1. asdf

    0下载:
  2. Java小程序,在Java环境中就回文等的程序做了详细的说明,包括其原理-huiwen information
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:153237
    • 提供者:liufei
  1. huiwen

    0下载:
  2. 验证回文串,例如bob是回文,前读和后读一样-huiwen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2639
    • 提供者:jack
  1. Huiwen

    0下载:
  2. 输入一个字符串,检查字符串是否为回文,字符串中的标点符号和空格忽略不计-Enter a string, check string is a palindrome, punctuation and spaces in the string is negligible
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:875
    • 提供者:longqq
  1. Huiwen

    0下载:
  2. 回文数 编写一个Java应用程序。用户从键盘输入一个1~99999之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。-Palindrome write a Java application. The user from the keyboard to enter a number between 1 to 99999, the program will determine this numb
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3295
    • 提供者:路一侧
  1. huiwen

    0下载:
  2. 一个用JAVA语言实现的回文程序,希望对你有帮助-a back-language of java program,hope it s helpful for you
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2659
    • 提供者:Jason Arming
  1. huiwen

    0下载:
  2. 判断从键盘输入的一个数是否是回文数的小程序。-palindrome data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:3336313
    • 提供者:riderhu
  1. huiwen

    0下载:
  2. 测试从键盘上输入的一个规定范围内的数判断是否为回文数-The number of test inputs to whether the number of reported
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:dongsan
  1. huiwen

    0下载:
  2. 输入一串字符,个数不超过100个,且以"."结束。判断它们是否构成回文-Enter a string of characters, the number is not more than 100, and in order to " ." End. Determine whether they constitute a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:751
    • 提供者:PHILIP
  1. huiwen

    0下载:
  2. 判断回文的一个简单函数,java知识必备。学习使用-A simple function of the judge palindrome java knowledge essential. Learning to use
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:3775
    • 提供者:jingpintop10
  1. huiwen

    0下载:
  2. 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome string is from left to right and ri
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1029
    • 提供者:yu
  1. huiwen

    0下载:
  2. 判断一段字符串是不是回文,恩就是这个样字的啦-Determine a string is not a palindrome, is this kind of grace
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:2402
    • 提供者:123
  1. huiwen

    0下载:
  2. 判断一个数组是否为回文数组,如果是输出是回文,如果不是则输出是回文数组。例如abcba是回文数组,acb不是回文数组。-Determine whether an array palindrome array, if the output is a palindrome, if not then the output is a palindrome array. For example abcba is a palindrome array, acb not a palindrome array.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3600
    • 提供者:
  1. huiwen

    0下载:
  2. 回文串的实现,适合初学java的人使用和阅读-Palindrome string implementations, suitable for beginners java people use and read
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:1727
    • 提供者:苏越阳
  1. HuiWen

    0下载:
  2. java用字符串比较的方法来判断输入的一条字符串是否是回文-java string comparison method to determine the character input is not a palindrome
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:田鹏昌
搜珍网 www.dssz.com