搜索资源列表
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
pprime
- usaco素数回文,采用打表查找的方法。-usaco prime palindrome, by playing table lookup method.
Power-builder
- 此文档列举在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
main
- 回文素数(回文数——从左到右和从右到左是看一样的;素数——指在一个大于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
1-1000000000_huiwen
- 能够实现从1到10000000000的回文素数列举。效率较高,值得学习。-Can be achieved from 1-10000000000 palindromic primes enumerated. Higher efficiency, it is worth learning.
p
- 此程序采用直接生成回文数的方法,高效地实现回文素数问题-This program uses a direct method to generate palindrome, palindromic primes efficient implementation issues
cpp
- 一些相关问题的c++计算。 包括算回文素数,算时间-some cpp yunsuan including huiwen sushu
PrimeAndPalindrome
- 判断5到20亿之间的回文质数(也称回文素数)。采用构建奇数长度回文数的方法,将计算量级缩小。-Palindromic primes judge (also called palindromic primes) 5-2000000000 between. The method of constructing odd length palindrome, and will calculate the magnitude smaller.
Paliddrome
- 这是一个判定计数的问题,需要判定一个数是否为素数和回文数 函数isprime()用来判定一个数是否是素数;函数ispalindrom()用来判定一个整数是否为回文数,这是一个更为通用的函数,可以指定进制。 使用函数进行判定时,先调用哪个函数也是有讲究的,一要看那个函数的计算时间,二要看判定成功的概率,需要综合考虑。(The function isprime () is used to determine whether a number is a prime number; the fu
number
- 输入范围,可以输出一定范围内的全部回文素数例如,12321(nput range, you can output a certain range of all palindrome prime number)