-
自由始端和终端的动态规划,求指标函数最小值的逆序算法递归。...
自由始端和终端的动态规划,求指标函数最小值的逆序算法递归。-The free end of the beginning and end dynamic programming, the minimum value of the reverse index function request recursive algorithm.
- 2022-08-26 08:23:31下载
- 积分:1
-
C++拟合圆的程序
根据输入的点拟合为一个圆,最小二乘法拟合圆程序。对学习和理解最小二乘法算法有很大帮助。
- 2022-08-02 22:14:00下载
- 积分:1
-
显示前100个反素数
应用背景
反素数是指一个将其逆向之后也是一个素数的非回文数。例如:17是一个素数,而71也是一个素数,所以17和71是反素数。编写程序,显示前100个反素数。每行显示10个,并且准确对其,如下所示:
13 17 31 37 71 73 79 97 107 113
149 157 167 179 199 311 337 347 359 389
...
关键技术
step1: 关于如何判断一个数是素数,就是质数,
step2: 关于这个素数的逆反数,
step3: 再一次判断这个数是个素数,
step4: 将这个数输出,
step5: 输出前100个反素数。
- 2022-07-04 10:11:11下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
apriori 算法
Apriori 算法是一种有影响力的算法为布尔型关联规则的挖掘频繁项集。关键概念:• 频繁项集: 项目具有最低的集支持 (由李为第 i 个集表示)。• 先天属性: 频繁项集的任何子集必须频繁。• 加入操作: 要找到路,一组候选 k-频繁项集通过加入 Lk 1 与本身生成。
- 2022-12-24 07:20:03下载
- 积分:1
-
汉诺塔演程序的原代码,可能对兄弟们有用,或者是兴趣爱好!我希望大家可以帮助我这个菜鸟...
汉诺塔演程序的原代码,可能对兄弟们有用,或者是兴趣爱好!我希望大家可以帮助我这个菜鸟-Tower of Hanoi s original speech program code, may be useful brothers or hobbies! I hope everyone can help me this rookie
- 2022-01-26 05:07:40下载
- 积分:1
-
这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。
这是一个用于生成等值线的源代码,程序根据输入的高程文本文件,自动跟踪等值点,并生成相应的等值线。- This is uses in to produce the equivalent line the source code,
the elevation text documents which the procedure basis inputs,
automatic tracking equivalent spot, and production corresponding
equivalent line.
- 2022-09-03 23:25:03下载
- 积分:1
-
OPENTLD C++ source code
TLD is an algorithm for tracking of unknown objects in unconstrained video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video.
You are allowed to use TLD under the terms of the GPL version 3.0. It means that any distributed project that includes or links any portion of TLD source code has to be released with the source code under the GPL version 3.0 license or later. The details of the license can be found in file LICENSE. If you wish to use this code or any of its part for com
- 2022-06-17 10:16:04下载
- 积分:1
-
八皇后问题的解法,非常好,请大家看一下,谢谢了
八皇后问题的解法,非常好,请大家看一下,谢谢了-8 Queen" s problem solution, very good, please look at, I would like to thank the
- 2022-01-28 01:59:41下载
- 积分:1
-
Calculation of the intellectual questions: In this multiplication formula, each...
计算这个智力题:
在这个乘法算式里,每一个字母代表着0-9中的一个数,不同字母代表不同数。
A B C D E F G H
* A J
---------------------
E J A H F D G K C
B D F H A J E C
---------------------
C C C C C C C C C
请问,C 代表哪个数字?-Calculation of the intellectual questions: In this multiplication formula, each letter represents a number 0-9, different letters represent different number. ABCDEFGH* AJ--------------------- EJAHFDGKCBDFHAJEC--------------------- CCCCCCCCC Will, C Which figure is the representative?
- 2022-10-07 11:25:03下载
- 积分:1