CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 回文

搜索资源列表

  1. HWEN

    0下载:
  2. 回文数猜想算法C语言经典实现,运行看看,猜想数字里的其他奥妙吧-Palindrome conjecture algorithm to achieve the classic C language, run to see, guess it figures in the other wonders
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:902
    • 提供者:杨阳
  1. huiwen

    0下载:
  2. 输入一个字符串,判断是否为回文串或回文数-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:338108
    • 提供者:xlj
  1. 41

    0下载:
  2. 请编写函fun,函数的功能是:判断字符串是否为回文?或是,函数返回1,主函数中输出:YES,否则返回0,主函数中输出NO。回文诗指顺读和倒读都一样的字符串。 例如,字符串LEVEL是回文,而字符串123312就不是回文。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -Write a letter of fun, function is to: determine whether a s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4110
    • 提供者:储谢东
  1. chengxu

    0下载:
  2. 几个简单的小程序,判断是否是素数、回文,以及其他算法的实现-A few simple little program to determine whether it is prime, palindromes, and other algorithms to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1630
    • 提供者:花花
  1. huiwenpanduan

    0下载:
  2. 对于键盘输入的任意一个字符串,将每一个字符分别进行如栈和入队操作,字符串输入完后,分别从队列和堆栈中取出字符进行比较,一旦发现不同则输入字符串不是回文,如果将所有字符比较结束后没有发现一对字符不同,则输入字符串为回文。-For keyboard input an arbitrary string, each character separately, such as stack and into the team operation, after the input string, res
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:31612
    • 提供者:单位
  1. zhanduiliesuanfa

    0下载:
  2. 一、数制转换问题;二、回文判断;三、括号匹配的检验。-A number system conversion two palindromic judge three, bracket matching test.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:170389
    • 提供者:郭文明
  1. huiwen

    0下载:
  2. 《数据结构》实验三:“回文”判断---本程序,主要利用队列、字符数组来进行判断-" Data structure" Experiment 3: " palindrome" judge--- the program, the main advantage of the queue, to judge the character array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:195375
    • 提供者:doyourem
  1. test10

    0下载:
  2. 从字符串中获取最长回文串的算法,仅供参考,时间复杂度比较高-Get the longest palindrome from a string string algorithms, for reference only, the time complexity is relatively high
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2221
    • 提供者:鄢志昊
  1. four-promble-of-data-structures

    0下载:
  2. 四个关于数据结构的代码,包括层次的非递归算法、回文游戏、简单选择排序等几个问题的代码。-Something for data structrues!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2070
    • 提供者:宋洪基
  1. huiwen

    0下载:
  2. 用栈和队列判断你输入的一句话是不是回文,c语言写的。-Determine palindrome using stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1005
    • 提供者:吴仕
  1. huiwen

    0下载:
  2. 回文序列 编写一个程序 来判断所输入的数字是否为回文数 回文数是指如:98789, 这个数字正读是98789,倒读也是98789,正读倒读一样,所以这个数字就是回文数。-hui wen shu xu lie
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:陈婧
  1. new

    0下载:
  2. 二叉树的基本功能、多项式求值、回文判断、二叉链表的实现学生基本信息创建等-The basic functions of a binary tree, polynomial evaluation, to determine the palindrome, the realization of the binary list of students and other basic information to create.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5488
    • 提供者:邹小双
  1. huiwen

    0下载:
  2. 回文程序利用堆栈实现输入一段文字,顺逆都相同-hui wen
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5911991
    • 提供者:jim
  1. huiwen

    0下载:
  2. 回文,输入字符串,强烈利用了堆栈使顺读逆读都相同-You can use this programe to realize the huiwen
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2083
    • 提供者:jim
  1. huiwenshu

    0下载:
  2. C语言 回文数经典算法 巧用while语句-Palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:87368
    • 提供者:keren
  1. c

    0下载:
  2. C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1152
    • 提供者:江迪
  1. Looking-for-Palindrome-made-several

    0下载:
  2. 寻找并输出11~999之间的数m,它满足m、m的平方、m的立方均为回文数。所谓回文数是指其各位数字左右对称的整数,例如121、676、94249等。满足上述条件的数如 m=11,其平方为121,其立方为1331,皆为回文数。要求编制函数 int svalue(long m)实现此功能,如果是回文数,则函数返回1,反之则返回0。在主函数中将三重回文数输出。-Looking for and output 11 ~ 999 between several m, it satisfies m, m sq
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:614
    • 提供者: 窦垚
  1. huiwen

    0下载:
  2. 利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs the judgment result. Such as: "a
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10453
    • 提供者:6218346
  1. wo

    0下载:
  2. 用顺序栈实现回文的判断,由用户数任意字符串可做出判断-The palindrome judgment order of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1459
    • 提供者:yangtian
  1. JAVA-experiment-3

    0下载:
  2. 1、用循环语句打印一个99乘法表。 2、判断回文数(逆序排列后得到的数和原数相同)。 -1, with a 99 loop Print multiplication table. 2, to determine palindrome (reverse chronological order number and the same number).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:79536
    • 提供者:郭培源
« 1 2 34 5 6 »
搜珍网 www.dssz.com