搜索资源列表
中华质数1.0
- 快速计算质数的软件,完全免费,可自由复制、修改!-quick calculation of the number of quality software, free, be free to copy, modify!
算法集C++
- 计算质数的一个公式.-calculation of a standard formula.
10301_PrimeCalc
- 质数计算器:判断一个数字是否为质数。C#编写,使用新进程进行计算,可在计算中直接退出;带有错误捕捉。我的第一个C#程序-standard calculator : Judging whether a digital standard. C# development, the use of the new process, which can be calculated directly from; With the wrong capture. My first one C# procedure
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&
Asmallprimenumbercalculationprogramforapplicationd
- 一个计算质数的小程序,适合与基本应用开发-A small prime number calculation program for application development and basic
prime
- 快速计算出质数-Quickly calculate the prime number
CPP
- 利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。-Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features
zhishu
- 利用C语言判断并输出1亿以内回文式质数,并且计算所用时间-Using C language to determine and output within 100 million palindromic primes formula and calculate the time spent
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.
10301_PrimeCalc
- 质数计算器:判断一个数字是否为质数。C#编写,使用新进程进行计算,可在计算中直接退出;带有错误捕捉。-A calculator: test whether a number is prime. writing in C#, using the new process to calculate, can be directly out of the calculation with the wrong capture.
calculate
- 计算质数,并且可以显示,所计算的计算花的时间,而且可以算出在此数以下的所有质数-Prime number calculation and can be shown that the calculation for calculating the time spent, but this figure can be worked out in all the following prime number
质数计算
- 本程序为质数计算程序 编译后打开程序输入质数计算的范围按回车即可开始计算 计算完毕后将自动输出到程序所在目录并自动打开并显示计算时间 也可以用来测试电脑性能(This procedure is the prime number calculation program After compiling, open the program and enter the range calculated by the prime number. Press enter to start the c
App1
- 测试一给定大数是否为质数 ? 大数为用户输入 ? 目标为最快速度得到正确的计算结果 ? 回答时给出源代码(For the purpose of better understanding your programming skills, we would appreciate if you could complete the following tests and forward us your test result within 2 days from the date you receiv
PrimeTest
- 用VS设计的一个简单的计算输入的一个大数是否为质数(Judgement that a big integer is prime)