登录
首页 » 算法 » 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...

素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...

于 2022-03-13 发布 文件大小:54.02 kB
0 89
下载积分: 2 下载次数: 1

代码说明:

素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative

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

发表评论


0 个回复

  • An optimization method introduction courseware, in great detail. From the simple...
    一个介绍最优化方法课件,很详细。从最简单的一维搜索到共轭梯度,最速下降法等等,都有说明-An optimization method introduction courseware, in great detail. From the simplest one-dimensional search to the conjugate gradient, steepest descent method, etc., all indicate
    2022-02-16 03:56:12下载
    积分:1
  • 较好的计阻尼Newton的C++程序,可以很快得到较精确的结果...
    较好的计算阻尼Newton法的C++程序,可以很快得到较精确的结果-Better calculation of the damping Newton method C++ program, you can quickly get more accurate results
    2022-02-15 06:41:09下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-03-12 05:56:16下载
    积分:1
  • 随机搜索
    应用背景下面是我对纪律的随机搜索方法实现:优化方法关键技术无约束优化
    2022-07-25 08:39:30下载
    积分:1
  • 1 bp algorithm, but there may be some code warning
    一个bp算法,不过代码可能会有一些warning-1 bp algorithm, but there may be some code warning
    2022-10-01 22:50:03下载
    积分:1
  • 碳纳米管结构模拟
    应用背景原创的他纳米管结构模拟程序,精确定位每个碳原子的坐标,可以在此基础上开展物质在碳纳米管中的行为规律研究,采用VC开发,可以跨平台改造。关键技术利用实验分析得到的数据,对单壁、多壁碳纳米管进行科学重构,不仅仅是结构而且相关的物理化学参数(如键长)等都是精确定义的,可以作为科学计算模拟的结构输入。
    2022-08-08 07:04:33下载
    积分:1
  • 模拟退火解决Tsp问题
    模拟退火算法解决TSP问题,采用MFC框架,对话框界面,计算在多个城市之间旅行时,规划出一条最佳路线使得所走的距离最短,效率最高。可选择任意城市作为起始点和终点,有四种退火函数选择。运行后,可显示初始随机路线,及用各种退火函数优化之后的高效路线。更可以直观的看到优化趋势。
    2022-08-05 23:22:29下载
    积分:1
  • FCM matlab
    遗传算法,可应用于图像处理等领域,英文名称为Genetic Algorithm,是一种非常经典的方法,该matlab程序为原创程序,简易清晰明了,标注得当,采用文件包,内含代码以及遗传算法的报告说明及几个论文,供学习交流。
    2022-05-31 06:26:52下载
    积分:1
  • 2,设计线性时间选择
    2,算法设计线性时间选择-2, the algorithm design of linear time to choose
    2022-07-23 18:06:42下载
    积分:1
  • 机网络实验
    客户端之间发送PING报文,客户端接受其他客户端的PING报文,回复信息。个人想法:通过UDP连接,客户端与服务器建立连接,登录只要用户名(不能重复),能从服务器查询在线用户。
    2022-08-11 22:18:52下载
    积分:1
  • 696518资源总数
  • 104377会员总数
  • 20今日下载