搜索资源列表

  1. 回文数

    0下载:
  2. 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1051
    • 提供者:姚紫欣
  1. 一个回文游戏

    0下载:
  2. 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:yue
  1. huiwenshu

    0下载:
  2. 关于回文数的代码 很简短 可以用于数字于字母 嘻嘻^_^ -Palindrome on the number of code can be very brief in the alphabet for digital hee hee ^ _ ^
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14000
    • 提供者:张明
  1. hwmaxsize

    0下载:
  2. 按最大值的回文判断 数据结构我这学期才学的 这是我们的实验啊-Palindrome I judged data structure of this semester scholarship This is our experimental ah-huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10405
    • 提供者:cool
  1. Palindrome

    0下载:
  2. Basic palindrome checker
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:Rj
  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
  3. 所属分类:.net编程

    • 发布日期:2024-05-19
    • 文件大小:62464
    • 提供者:malaki l
  1. C-program-for-palindrome

    0下载:
  2. c program for palindrome
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:saurabh
  1. Palindrome-number-in-c

    0下载:
  2. palindrome number in c
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:saurabh
  1. Program-to-Check-Palindrome-Number

    0下载:
  2. programe to chek palindrome number
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:saurabh
  1. the-longest-palindrome-substring

    0下载:
  2. 对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!-For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecuti
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. To-determine--palindrome-characters

    0下载:
  2. 要求从键盘中输入字符串,判断该字符是否为回文字符。-To determine whether for palindrome characters
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:huzi
  1. Palindrome

    0下载:
  2. 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wenag05n173
  1. Shortest-Palindrome

    0下载:
  2. 给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。    例如:     鉴于“aacecaaa”,返回“aaacecaaa”。    鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:胡延旭
  1. Palindrome

    0下载:
  2. function to check is the word a palindrome
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:d.matlab
  1. Determination-of-palindrome

    0下载:
  2. 从键盘输入一个1至99999之间的数,通过该程序可以告诉你,输入的数是不是回文数-Enter a number between 1-99999 the keyboard, through the program can tell you that the number entered is not a palindrome
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:倪培昆
  1. Palindrome-judgment

    0下载:
  2. 回文判断的C++程序,迭代实现,很有参考价值-Palindrome judge C++ program, iterative implementation, a good reference value
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:4846592
    • 提供者:无鞋童鞋
  1. palindrome

    0下载:
  2. Check the given number is palindrome number or not using c program How to check if a number is a palindrome using for loop
  3. 所属分类:mathematica

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:Mkumaran
  1. palindromo

    0下载:
  2. Palindrome in c. Files: exe, o, c.
  3. 所属分类:多媒体

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:zarabatana
  1. Palindrome

    0下载:
  2. 判定一个正整数是否是一个回文数。例如12121是回文数,而1231不是回文数。回文数定义为可以以中间某个数字对称,或者间隔对称,例如123321,或者1234321。(Determines whether a positive integer is a palindrome. For example, 12121 is a palindrome, and 1231 is not a palindrome. Palindrome numb
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:tanguijuan
  1. Palindrome subsequences

    0下载:
  2. 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length &
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zhou-r16
« 1 2 3 45 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org