搜索资源列表

  1. Numbers

    0下载:
  2. 检测数字是不是Lazy Caterer s Sequence Palindromic Numbers Harmonic Numbers Prime Numbers-Detection of the number if it s Lazy Caterer s Sequence Palindromic Numbers Harmonic Numbers Prime Numbers
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:Xiaoshi Xu
  1. 018

    0下载:
  2. 用于判断正整数n的d进制数表示形式是否是回文数-tell the positive integers n is a Palindromic Number
  3. 所属分类:C#编程

    • 发布日期:2024-11-29
    • 文件大小:8kb
    • 提供者:査锦
  1. Number

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。-Write a java application. The user from the keyboard to enter a number between 1-9999, the program will det
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:hhf
  1. test2

    0下载:
  2. 老师让我们写个回文数的小程序,* 题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数 k(如n=13,则a=169且k=961),若a等于k则可判定n为回文数。-Let the teacher write a palindromic number of small programs,* the subject analysis and algorith
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:147kb
    • 提供者:ada
  1. huiwenshu

    0下载:
  2. 输入一个字符串,如果这个字符串时对称的,则说明这个数十回文数,否则不是-Enter a string, if the string symmetry, then the dozens of palindromic number, otherwise not
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:828kb
    • 提供者:tianya
  1. huiwen

    0下载:
  2. VB环境做的回文数判断,初级的简单东西,自己做的-VB-palindromic done to determine the number of primary simple things, doing their own
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:48kb
    • 提供者:谌杰峰
  1. alogo001.tar

    0下载:
  2. C++ algorithm: 1) 10001th prime number 2) Number that divisible fro, 1 to 20 3) Biggest palindromic number for two 3-digit number s product
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:siaswar
  1. palindromo

    0下载:
  2. palindromic for visual c++, reads the same forwards and backwards, can also be read from end to beginning
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:18kb
    • 提供者:Crievous
  1. huiwen2

    0下载:
  2. 用java现实判断是不是回文,如果是的话就输出是的信息,不是的话,输出不是。-Reality check with java is not palindromic, and if so the output is information, not the case, the output is not.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:yinglinqin
  1. 2

    0下载:
  2. 回文素数的算法源码,支持在C++环境下编程-Palindromic primes algorithm source code, support for C++ programming environment
  3. 所属分类:文档资料

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:park
  1. palindromic

    0下载:
  2. Made in TC, C++ that computes for palindrome
  3. 所属分类:Windows编程

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:Darise
  1. ProblemAPalindrome

    0下载:
  2. 解决一道简单的判断回文结构的题目,对C++的栈结构有更好的了解-Solve a simple palindromic structure to determine the subject of C++, a better understanding of the stack structure
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:316kb
    • 提供者:liunian
  1. project3

    0下载:
  2. 这是我在大学本科汇编课程的一个小程序,MIPS语言,功能也很简单,程序会要求用户输入一个20个character长度的字符串,然后用了三种不同的算法来判断此字符串是否是回文序列,然后给予用户feedback-This is my compilation of courses at the undergraduate a small program, MIPS language functions are very simple, the
  3. 所属分类:汇编语言

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:Kai
  1. java1

    0下载:
  2. 1、编写一个Java应用程序。用户从键盘输入一个1~99999之间的整数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。 2、编写一个Java应用程序,该程序中有一个Rational(有理数)类,具体要求如下: ?Rational类有两个int型的成员变量,名字分别为numerator(分子)和denominator(分母)。 ?
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:00
  1. montgomery

    0下载:
  2. Just a simple dynamic programming project for a CS class. Finds longest palindromic subsequence of an input string-Just a simple dynamic programming project for a CS class. Finds longest palindromic subsequence of an in
  3. 所属分类:Windows编程

    • 发布日期:2024-11-29
    • 文件大小:3kb
    • 提供者:Nathan
  1. hiwenzichuan

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

    • 发布日期:2024-11-29
    • 文件大小:201kb
    • 提供者:许仙
  1. Palindromic-or-not

    0下载:
  2. A Program to check enterd number is palindromic or not
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-29
    • 文件大小:5kb
    • 提供者:has
  1. Palindromic-or-not

    0下载:
  2. A Program to check enterd number is palindromic or not
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-29
    • 文件大小:5kb
    • 提供者:cerpri
  1. palindromic-numbers

    0下载:
  2. Program to find palindromic-numbers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-29
    • 文件大小:42kb
    • 提供者:Bach
  1. Longest-Palindromic-Substring

    0下载:
  2. Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:王汝鑫
« 12 3 »

源码中国 www.ymcn.org