-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从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
- 2022-03-13 12:39:07下载
- 积分:1
-
this procedure in running Matlab environment suitable for solving a class of lin...
此程序在matlab环境下运行,适于求解线性规划一类问题。(单纯形法)-this procedure in running Matlab environment suitable for solving a class of linear programming problems. (Simplex)
- 2022-01-26 04:35:30下载
- 积分:1
-
解非线性方程
java实现的非线性方程的解法,包括二分法,牛顿法,弦截法等。。。。。。。
- 2022-01-24 18:20:58下载
- 积分:1
-
计算方法 NEWTON插值的C程序
计算方法 NEWTON插值的C程序-Netwon interpolation method of calculating the C program
- 2022-10-27 19:35:04下载
- 积分:1
-
splay基本操作和使用
splay的基本操作,个类oj题目,有源代码,可以相互学习
- 2023-02-07 03:45:04下载
- 积分:1
-
oh. Very cattle, most people do not give him
线形的哦。很牛的,一般人不给他-oh. Very cattle, most people do not give him
- 2023-07-24 00:15:02下载
- 积分:1
-
红外的万能遥控
原创的智能家居用的红外遥控器,能对遥控器的脉冲信号进行学习并刻录,做到遥控按键的集成化
- 2023-09-02 07:50:03下载
- 积分:1
-
很好的c++显示程序
应用背景This program may crash your system or run poorly depending on your
hardware. The program and code contained in this archive was scanned
for virii and has passed all test before it was put online. If you
use this code in project of your own, send a shout out to the author!关键技术一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则
- 2022-04-11 05:36:25下载
- 积分:1
-
加速迭代求方程根的一个实例
加速迭代求方程根的一个实例-accelerate iterative equation for the one-examples
- 2022-03-16 02:55:05下载
- 积分:1
-
数字签名算法
数字签名算法实现:
其加密方案技术来生成签名。它包含 4 的算法。一代大的素数的第一种算法,第二种算法生成的密钥、 第三种算法实现长沙 1 和第四个算法生成的签名。
- 2022-04-24 11:31:07下载
- 积分:1