-
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。...
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。-using FORTRAN language prepared by the procedure, the system can be run directly. We hope that more criticism.
- 2022-08-15 04:46:08下载
- 积分:1
-
Bzoj1502 [NOI2005]月下柠檬树 ---Simpson积分法求面积并
Simpson积分法可以通过对区间(l,r)积分来求出区间(l,r)上的图形的面积并。设最后要求的面积并为S。
可以先通过对树的投影,算投影面积,然后进行利用simpson进行计算面积
- 2022-02-01 13:44:46下载
- 积分:1
-
素数环: 把从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
-
关于图的数据结构操作
用C++写的关于图的操作!
- 2023-06-18 06:40:03下载
- 积分:1
-
从多维来画波形图
从多维来画波形图-To draw from the multi-dimensional wave
- 2022-01-25 19:55:32下载
- 积分:1
-
高斯
GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
- 2022-01-29 00:52:29下载
- 积分:1
-
低密度脂蛋白-T 算法
O 因子正定 N 由 N 矩阵成低密度脂蛋白 A * * T,
L 在哪里与部分沿对角线的下三角矩阵
D 是一个对角矩阵与积极的条目
在对角线上
输入: 维度 N;1 条目 A(I,J) < = I J < = A.N
输出: 条目 L(I,J) 1 < = J < 我 1 < = I < = N L 和 D(I),
1 < = I < = D.N
- 2023-03-16 01:55:03下载
- 积分:1
-
ct跟踪,视频或摄像头物体跟踪
CT跟踪代码下载,可以用CT方法划定一个矩形域,然后跟踪,鲁棒性很好,但是帧速慢,但是可以运行的,希望能帮到大家
- 2022-03-19 11:10:08下载
- 积分:1
-
this program highlights the pointer to pointer and enum concepts of c
this program highlights the pointer to pointer and enum concepts of c
- 2022-06-15 05:57:25下载
- 积分:1
-
zhang并行算法
这是一种图像细化算法,是zhang快速并行算法
- 2022-08-09 08:39:18下载
- 积分:1