搜索资源列表

  1. 哥德巴赫

    0下载:
  2. Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a gues
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-31
    • 文件大小:6144
    • 提供者:
  1. goldbach

    0下载:
  2. 问题描述: 哥德巴赫猜想:任何大偶数均可表示为2 个素数之和。-Problem Descr iption: Goldbach conjecture: any large even number can be expressed as two Primes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:fuwei
  1. Goldbach

    0下载:
  2. 哥德巴赫猜想的算法思想以及算法的的具体实现以及试验数据-Goldbach Conjecture
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:土豆
  1. Goldbach

    0下载:
  2. 哥德巴赫猜想,证明任意大的一个偶数都可以表示成为两个素数的和!-Goldbach Conjecture to prove that an arbitrary large even number can be expressed into two prime numbers, and!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:179200
    • 提供者:赵帅
  1. Goldbach

    0下载:
  2. 哥德巴赫猜想: 将一给定的偶数表示成两个质数之和被称之为此数的哥德巴赫分割。例如, 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 5 + 7 14 = 3 + 11 = 7 + 7 … 换句话说,哥德巴赫猜想主张每个大于等于 4 的偶数都是哥德巴赫数-可表示成两个质数之和的数。[1]另有对奇数的相似猜想,称之为李维
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:lll
  1. Goldbach

    0下载:
  2. 歌德巴赫猜想验证工具,附质数库以及质数生成器。-Goldbach conjecture verification tools, with the Treasury and the prime number prime number generator.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:3269632
    • 提供者:朱凯迪
  1. Goldbach-Conjecture

    0下载:
  2. 进行哥德巴赫猜想的数据实验,即输入一个比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.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:马志达
  1. Goldbach-conjecture

    0下载:
  2. 该题目为哥德巴赫猜想的计算机验证-acm题目-Titled Goldbach Conjecture computer to verify acm-topic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:高岱
  1. Verify-the-Goldbach-Conjecture

    0下载:
  2. 验证哥德巴赫猜想,利用枚举算法进行验证,每一个不小于6的偶数都等于相应的两个素食之和-Verify the Goldbach conjecture, the enumeration algorithm for authentication, each not less than 6 even equal to two vegetarian and
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-31
    • 文件大小:186368
    • 提供者:汪洋
  1. Goldbach-Guess

    0下载:
  2. 验证歌德巴赫猜想 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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:fei
  1. Goldbach-conjecture

    0下载:
  2. 歌德巴赫猜想,任何一个大于六的偶数可以拆分成两个质数的和 打印出所有的可能 -Goldbach conjecture that any even number greater than six can be split into two prime numbers and print out all possible
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:常文静
  1. Goldbach-conjecture

    0下载:
  2. 用forran实现哥德巴赫猜想的一种程序-Program to realize goldbach conjecture
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:阿敏
  1. Goldbach-Conjecture

    0下载:
  2. 程序可以验证大整数的哥德巴赫猜想,即任意大于2的偶数可写成两素数之和-Large integer program can verify Goldbach conjecture, that any even number greater than 2 can be written by two primes
  3. 所属分类:C#编程

    • 发布日期:2024-05-31
    • 文件大小:1903616
    • 提供者:zhangjianw
  1. Goldbach-Conjecture

    0下载:
  2. 有visualBasic写的哥德巴赫猜想-Goldbach Conjecture
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:lxs
  1. Goldbach

    0下载:
  2. 用sql语言中的函数实现goldbach猜想,在sql server 2008上运行成功-Achieve goldbach guess using sql language function to run successfully on sql server 2008
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-31
    • 文件大小:5120
    • 提供者:杨帆
  1. Goldbach-conjecture

    0下载:
  2. 基于MFC的哥德巴赫猜想验证程序,运用c++进行编写-Based on the MFC goldbach conjecture verification procedures.
  3. 所属分类:按钮控件

    • 发布日期:2024-05-31
    • 文件大小:329728
    • 提供者:熊文韬
  1. Goldbach-Conjecture

    0下载:
  2. 验证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.
  3. 所属分类:系统编程

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:
  1. Goldbach

    0下载:
  2. 一个用C++写的用来验证哥德巴赫猜想的小程序-One written by C++ used to verify Goldbach conjecture applet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:626688
    • 提供者:davidlmiller
  1. Goldbach-conjecture

    0下载:
  2. 用c语言编写的哥德巴赫猜想程序,用于实现结论:任何一个大于4的偶数,都可以被拆解成2个质数之和-The program is used to achieve the conclusion of Goldbach conjecture.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:13312
    • 提供者:
  1. goldbach.c

    0下载:
  2. 用bitmap哥德巴赫猜想c语言实现 内含五个method(implement goldbach with bitmap)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:zhpizza
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org