搜索资源列表
IsPrimeNum
- 分析某数是不是素数-analysis is not certain primes
519
- 输入一个数,选择判断是平方数,回文数还是素数。-Enter a number, select the square to determine the number of prime numbers or the number palindrome.
cs
- 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
fenjiesuyinsu
- 对一定范围内的数,将其分解为若干素数相乘的结果,用C语言实现,文件保存的是cpp,其中应用到了某些c++的特性。-Within a certain range of the number, which break down as the result of a number of prime numbers multiplied, using C language, the file is saved cpp, which apply to the characteristics of cert
一千以内素数
- 素数为除了1和自己本身以外无法被除尽的数 本程序可以得出一千以内的所有素数(Prime numbers are all primes less than one thousand except for 1 and beyond itself.This program can draw all the prime numbers within one thousand)