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

搜索资源列表

  1. hiwenzichuan

    0下载:
  2. 回文串的源代码,大一学生可以看看啊,最基本的-Palindromic string of source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:205605
    • 提供者:许仙
  1. find_huiwen

    0下载:
  2. 随机输入一个数,判断它是不是对称数(回文数)(如3,121,12321,45254)。不能用字符串库函数-Enter a random number to determine the number it is not symmetrical (palindromic) (as 3,121,12321,45254).Can not use the string library functions
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:435962
    • 提供者:zhanghui
  1. dfdfdsd

    0下载:
  2. 判断回文数,很不错的易语言源码,易爱好者可以下载使用-Determine palindrome, a very good source of easy language, easy to use fans can download
  3. 所属分类:其他小程序

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:desk05
  1. huiwenshu

    0下载:
  2. 回文数 回文数 回文数 回文数 回文数 回文数-Palindromic function Palindromic functionPalindromic functionPalindromic functionPalindromic functionPalindromic functionPalindromic function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:shenpeng
  1. 4_13

    0下载:
  2. 所谓回文,是指从前向后顺读和从后向前倒读都一样的不含空白字符的串。例如did,madamimadam,pop即是回文。试编写一个算法,以判断一个串是否是回文。-The so-called palindrome, is read from front to back and from back to front along the back are the same as reading the string does not contain blank characters. For examp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:628688
    • 提供者:吴梦溪
  1. Power-builder

    0下载:
  2. 此文档列举在powerBuilder中用到的登录界面,求回文,检索功能,求素数,求一元二次方程的根的相关代码-This document lists the powerBuilder used in the login screen, find the palindrome, search function, find the prime numbers, find the root of a quadratic equation the relevant code
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:4988
    • 提供者:huhuanting
  1. cs98876

    0下载:
  2. 易语言源码分享。希望更多的朋友了解易语言。源码名称:判断回文数。体验中文编程-Easy language source code sharing.Hope more friends to understand easy language.Source Name: judgment palindrome number.Chinese programming experience
  3. 所属分类:其他小程序

    • 发布日期:2017-04-11
    • 文件大小:1159
    • 提供者:xiaomingw
  1. huiwen

    0下载:
  2. 对回文数进行管理,abccba以及abcba都是回文数。-Palindrome the management, abccba, as well as abcba palindrome.-
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:849
    • 提供者:hxh
  1. chengxu

    0下载:
  2. 求11--999之间的回文数 比较实用 大家可以放心下载-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1074693
    • 提供者:周辉
  1. huiwenshu

    0下载:
  2. 用Vc++编写的回文数,,一个简单的VC++源代码,希望大家用得上-With Vc++ to write the number of palindromes, a simple VC++ source code, we need them
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1288
    • 提供者:黄小珊
  1. huiwen

    0下载:
  2. 判断一个数字经过相加多少次之后可以变成回文(数字与其逆序后的值相加)-a word as same as reverse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:234995
    • 提供者:俞璐
  1. palindrome

    0下载:
  2. 改程序的主要功能是他可以计算出一大串字符中的回文是什么,并且去掉标点-palindrome,a word or phrase that reads the same backward as forward
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:771
    • 提供者:于一
  1. Palindromes-judgment

    0下载:
  2. 输入一段字符,#号结束,判断是否是回文。如果是输出yes,否则输出no。-Input a character,# end, judge is reported. If the output is yes or no output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:862101
    • 提供者:王震
  1. Palindrome

    0下载:
  2. 回文是指数字或文本正向和逆向读时都一样的文本。例如,下列五位整数都是回文: 12321、55555、45554和11611。写出判断一个五位num为回文的表达式-Palindrome refers to the forward and reverse reading of the numbers or text are the same text. For example, the following five integers are palindromes: 12321,55555,4555
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:165387
    • 提供者:cgy
  1. Palindromes-judgement-CSharp

    0下载:
  2. 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-Based on C#+ winform development "palindromes judgement" program: for a keyboard input from the string, deci
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:28254
    • 提供者:欧玉斌
  1. huiwen

    0下载:
  2. 判断文章是否是回文类型的程序源代码,回文的判断是左右对称类型的句子-To determine whether the article is a palindrome type of program source code, palindrome judgment is symmetrical type of sentence
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:624371
    • 提供者:张华薇
  1. a

    0下载:
  2. 一个数的各位数字倒过来所得到的新数叫原数的反序数. 如果一个数等于它的反序数,则称它为对称数或回文数。 求10000以内的二进制对称数.-The digits of a number of upside down to get a new number called the anti-ordinal number of the original number. If a number is equal to its inverse ordinal number, call it th
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:560
    • 提供者:liuqq
  1. huiwen

    0下载:
  2. 实现回文的查找功能,本代码十分简洁,效率较高-it is a function to fullfil huiwen,hign efficiently and easy to grasp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:206916
    • 提供者:徐成名
  1. main

    0下载:
  2. 回文素数(回文数——从左到右和从右到左是看一样的;素数——指在一个大于1的自然数中,除了1和此整数自身外,没法被其他自然数整除的数。) -Prime Palindromes(The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:864
    • 提供者:zhengkaiping
  1. linklist-opration

    0下载:
  2. 实现链表的基本操作,包括建立,遍历,以及回文数的判定-The basic operation of the linked list
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:19865
    • 提供者:mike
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com