搜索资源列表
哥德巴赫
- Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a gues
goldbach
- 问题描述: 哥德巴赫猜想:任何大偶数均可表示为2 个素数之和。-Problem Descr iption: Goldbach conjecture: any large even number can be expressed as two Primes.
Goldbach
- 哥德巴赫猜想的算法思想以及算法的的具体实现以及试验数据-Goldbach Conjecture
Goldbach
- 哥德巴赫猜想,证明任意大的一个偶数都可以表示成为两个素数的和!-Goldbach Conjecture to prove that an arbitrary large even number can be expressed into two prime numbers, and!
Goldbach
- 哥德巴赫猜想: 将一给定的偶数表示成两个质数之和被称之为此数的哥德巴赫分割。例如, 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 5 + 7 14 = 3 + 11 = 7 + 7 … 换句话说,哥德巴赫猜想主张每个大于等于 4 的偶数都是哥德巴赫数-可表示成两个质数之和的数。[1]另有对奇数的相似猜想,称之为李维
Goldbach
- 歌德巴赫猜想验证工具,附质数库以及质数生成器。-Goldbach conjecture verification tools, with the Treasury and the prime number prime number generator.
Goldbach-Conjecture
- 进行哥德巴赫猜想的数据实验,即输入一个比6大的数,输出x=a+b,x为输入,a、b分别为x的两个素数质因数。-The experimental data Goldbach' s conjecture, that is to enter a larger number than 6, the output x = a+ b, x as input, a, b are the two prime x prime factors.
Goldbach-conjecture
- 该题目为哥德巴赫猜想的计算机验证-acm题目-Titled Goldbach Conjecture computer to verify acm-topic
Verify-the-Goldbach-Conjecture
- 验证哥德巴赫猜想,利用枚举算法进行验证,每一个不小于6的偶数都等于相应的两个素食之和-Verify the Goldbach conjecture, the enumeration algorithm for authentication, each not less than 6 even equal to two vegetarian and
Goldbach-Guess
- 验证歌德巴赫猜想 puts("=== === === === === === === === === === ") puts("|| This program will verify the Goldbach Guess. ||") puts("|| That is any positive even number can be broken up into ||") puts("|| the sum of
Goldbach-conjecture
- 歌德巴赫猜想,任何一个大于六的偶数可以拆分成两个质数的和 打印出所有的可能 -Goldbach conjecture that any even number greater than six can be split into two prime numbers and print out all possible
Goldbach-conjecture
- 用forran实现哥德巴赫猜想的一种程序-Program to realize goldbach conjecture
Goldbach-Conjecture
- 程序可以验证大整数的哥德巴赫猜想,即任意大于2的偶数可写成两素数之和-Large integer program can verify Goldbach conjecture, that any even number greater than 2 can be written by two primes
Goldbach-Conjecture
- 有visualBasic写的哥德巴赫猜想-Goldbach Conjecture
Goldbach
- 用sql语言中的函数实现goldbach猜想,在sql server 2008上运行成功-Achieve goldbach guess using sql language function to run successfully on sql server 2008
Goldbach-conjecture
- 基于MFC的哥德巴赫猜想验证程序,运用c++进行编写-Based on the MFC goldbach conjecture verification procedures.
Goldbach-Conjecture
- 验证100以内的正偶数都能分解为两个素数之和即验证歌德巴赫猜想对100以内的正偶数成立。-Positive verification within 100 can be broken down into even two prime numbers and verify Goldbach conjecture that the positive even 100 within the establishment.
Goldbach
- 一个用C++写的用来验证哥德巴赫猜想的小程序-One written by C++ used to verify Goldbach conjecture applet
Goldbach-conjecture
- 用c语言编写的哥德巴赫猜想程序,用于实现结论:任何一个大于4的偶数,都可以被拆解成2个质数之和-The program is used to achieve the conclusion of Goldbach conjecture.
goldbach.c
- 用bitmap哥德巴赫猜想c语言实现 内含五个method(implement goldbach with bitmap)