登录
首页 » 算法 » 哥德巴赫猜想:哥德巴赫(哥德巴赫)曾提出这样一个猜想:2000以内…

哥德巴赫猜想:哥德巴赫(哥德巴赫)曾提出这样一个猜想:2000以内…

于 2023-05-19 发布 文件大小:5.92 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a guess : 2000 within the can is even divided into two prime numbers and. Requirements : The title is a guess, we do not prove it, but through programmed to verify the guess is correct. Input : arbitrary user input from the keyboard to a natural number. Output : meet guess is the natural number two.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 子例程 ABAQUS 第 3 部分 VDI 指引 2014年纤维增强复合材料的强度分析
    此子程序用于强度分析of纤维增强复合材料 与的帮助下 有限元方法求解 ABAQUS / 标准.计算用于为三维应力状态根据 VDI 指引 2014年 , 部分 3.输入变量是基本优势,边坡参
    2023-01-04 02:20:04下载
    积分:1
  • 对称AES
    高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-10 03:25:38下载
    积分:1
  • 随机有限元程序及例,供从事力学和有限元设计人员参考。...
    随机有限元程序及算例,供从事力学和有限元算法设计人员参考。-Stochastic finite element procedures and examples for engaging in mechanics and finite element algorithm design reference.
    2022-02-22 08:46:23下载
    积分:1
  • nrtil.cpp nrtil.c right angle calculation must
    nrtil.cpp nrtil.c 计算对角所必须-nrtil.cpp nrtil.c right angle calculation must
    2023-02-12 02:30:03下载
    积分:1
  • 二维粗糙面生成源程序
    这是一段生成粗糙面的源代码,非常实用,二维的,能够帮助那些做粗糙面研究的朋友,很简单明了,我在这里分享给大家,大家可以借鉴一下。
    2023-05-31 07:40:03下载
    积分:1
  • Hashin - Strikman界函数
    应用背景hashv - Hashin-Shtrikman上限和下限曲线速度 ;作为一种物质2分式函数。假定材料1具有较高的速度比材料2。如果没有,那么上限和下限应互换的输出。没有输出参数哈希图的边界作为一个函数的孔隙度或部分的2相材料;输入为日志数据(拉斯维加斯文件)关键技术岩石物理、地震储层表征介质有效,LAS文件,速度,密度,
    2023-08-16 12:00:04下载
    积分:1
  • Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
    程序:全主元Gauss消去法 过程:gaussq(aa,bb,xx,n,sgn) 作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败 方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
    2023-02-27 01:55:03下载
    积分:1
  • fortran kriging 2d 3d
    克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。网上也有些人上传了代码,但是往往都不全,我从网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。-Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction center CV Deutsch wrote. Some people on this site have uploaded the code, but often not the whole, I am from this site down after no one can normally use This is what I downloaded from the website of the original program and compile written statement SHELL statement. I uploaded this program to ensure that you can compile and run, the result. Compile to compile the first run in a folder and then run exe execution.
    2023-03-08 12:15:03下载
    积分:1
  • 3D reconstruct use ContourFilter
    这段代码是基于 CT 图像的三维重构,它使用 ContourFilter。安德成功,我试试它。
    2023-06-22 10:30:04下载
    积分:1
  • 数据结构基本
    其中包含最常用的各种数据结构(二叉树,链表,队列)的基本操作和相关算法,还有详细的代码注释和要注意的相关问题等,是程序员学习和练习数据结构的完美教材和实力。此外还有对各种排序算法(冒泡排序,选择排序,插入排序,堆排序,shell排序,堆排序,快速排序)和查找算法的总结和实现,均为本人在找工作期间积累下来的最常考最常用算法和数据结构的精心总结,希望对找工作的朋友们有一定的帮助,欢迎下载。
    2022-03-22 15:04:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载