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

搜索资源列表

  1. 0base-agorithm(2)

    0下载:
  2. 零基础C++算法编程1,包括回文数、递归算阶乘、哥德巴赫猜想等简单算法的代码-Zero-based C++ programming algorithm 1, including palindrome, recursive factorial operator, Goldbach conjecture and other simple algorithm code
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4021
    • 提供者:qwertyuiop
  1. Palindrome-judgment

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

    • 发布日期:2017-05-18
    • 文件大小:4846293
    • 提供者:无鞋童鞋
  1. Palindromes

    0下载:
  2. 求1-20000之间的平方回文数 回文数也叫对称数,是指这类数的各位数字具有对称性,例如12121,通常,可以通过使用任何一个数字与其倒序数相加,再依次执行下去获得,例如:96+69 165,165+561 726,726+627 1353,1353+3531 4884。但是也有某些数字目前为止还不能验证是否可以通过上述操作获得回文数,例如数字196。平方回文数是指这类数字即是回文数,又是某个自然数的平方数,例如121,就是11的平方数,同时也是回文数。可以编写程序,通过遍历获得平方回文数
  3. 所属分类:StatusBar

    • 发布日期:2017-04-13
    • 文件大小:2055
    • 提供者:水云间
  1. huiwenchuan

    0下载:
  2. 判断是否为回文串,可重复输入,对话窗口界面显示-TO judge whether it is huiwen string
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:4093
    • 提供者:那么
  1. Manacher_Longest_Subsequence

    0下载:
  2. 求一个字符串的最长回文子串的长度。比如字符串 abaaba 的最长回文子串的长度就是6.-Seeking a string longest palindromic substring length. For example, the string " abaaba" longest palindromic substring length is 6.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:577
    • 提供者:陈越
  1. huiwenzifu

    0下载:
  2. 利用c语言进行回文字符的判断,并给出了详细的注释。-Using c language palindrome characters to judge, and gives a detailed note.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:712531
    • 提供者:王请问
  1. xunzhaohuiwenshu

    0下载:
  2. c语言课程设计,寻找回文数程序,包含了文件的读写操作-c language curriculum design, look for palindrome programs, including the operation of reading and writing files
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:28124
    • 提供者:胡茂林
  1. stack

    0下载:
  2. 数据结构栈的演示程序,包括表达式求值,汉诺塔问题,回文判断、走迷宫问题等程序。- The stack data structure demo program, including expression uation, Hanoi problem, and take the program palindrome judgment maze problem etc..
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:544856
    • 提供者:wx
  1. huiwensu

    0下载:
  2. 回文数判断程序,如1234321是回文数,123456不是回文数-Palindrome number to determine the procedures, such as 1234321 is the number of palindrome, 123456 is not the number of palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:1741373
    • 提供者:何郑
  1. Paliddrome

    0下载:
  2. 这是一个判定计数的问题,需要判定一个数是否为素数和回文数 函数isprime()用来判定一个数是否是素数;函数ispalindrom()用来判定一个整数是否为回文数,这是一个更为通用的函数,可以指定进制。 使用函数进行判定时,先调用哪个函数也是有讲究的,一要看那个函数的计算时间,二要看判定成功的概率,需要综合考虑。(The function isprime () is used to determine whether a number is a prime number; the fu
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:铁底河畔
  1. address_deiign

    0下载:
  2. 用堆栈实现回文算法可以测试各种字符串dos界面()
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:Tdbitha
  1. rootkits_windows

    0下载:
  2. 对数组元素排序 任意进制数的转换 判断回文数(Sort the array elements Conversion of arbitrary numbers Determine the number of palindrome)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:553984
    • 提供者:速度多少
  1. tckgz

    0下载:
  2. 用堆栈实现回文算法 可以测试各种字符串 dos界面()
  3. 所属分类:系统编程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:dmaloq
  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:款款
  1. 设备租借系统

    0下载:
  2. 设备租借系统 demo,用于设计相关开发,C#源码(Equipment rental system demo for design related development, C# source code)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:12145664
    • 提供者:xuxuixu
  1. 0下载:
  2. 1、用键盘输入一字符序列,存入一字符数组中; 2、利用堆栈判断其是否中心对称(回文数据),并输出结果。(1. Input a character sequence with a keyboard and put into an array of characters. 2, use the stack to judge whether it is central symmetric (the palindrome data) and output the result.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:5089280
    • 提供者:乘龙千里
  1. DP

    0下载:
  2. 有两个小程序,都是动态规划的思想,对于回文字符串的应用,体现了动态规划的特点(There are two programs,which are both the applications of dynamic programming.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:喔呵呵
  1. 44157050

    0下载:
  2. 用堆栈实现回文算法 可以测试各种字符串 dos界面()
  3. 所属分类:系统编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:Chakzex
  1. 8138369

    0下载:
  2. 用堆栈实现回文算法 可以测试各种字符串 dos界面()
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:spendwp
  1. 37128380

    0下载:
  2. 用堆栈实现回文算法 可以测试各种字符串 dos界面()
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:zxpertisg
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com