-
图像处理sift算子代码
图像分类提取特征时所用的sift算法,具有尺度,旋转,缩放不变性,很好的概述了特征,可以和其他算法结合使用用于图像的分类。
- 2023-04-21 22:50:03下载
- 积分:1
-
筛法,找到了古代所有素数的算法…
the Sieve of Eratosthenes,ancient algorithm for finding all prime numbers up to a specified integer
- 2022-10-30 23:35:02下载
- 积分:1
-
平方米面积的计算
这个程序允许您在 c + + 控制台模式中正方形的面积计算。
- 2023-08-31 03:40:03下载
- 积分:1
-
吉尔法求解一阶微分方程组的算法
吉尔法求解一阶微分方程组的算法-Gil Solving equations a band algorithm
- 2022-11-29 16:40:03下载
- 积分: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-02-22 07:35:43下载
- 积分:1
-
这个程序有别于已经做好exe文件的2
这个程序有别于已经做好exe文件的2-8-10-16进制转换程序而是可以被其他程序调用,或简单地用ctrl c,来复制其中一段至目标程序的源代码-have made exe files 2-8-10-16 base for the conversion process, but the other procedures can be called, or simply use the ctrl c, to replicate some of which target program"s source code
- 2022-02-01 06:25:30下载
- 积分:1
-
关于外排序的操作
关于外排序的操作-outside of the sorting operation
- 2022-02-20 15:00:04下载
- 积分:1
-
迭代加深八数码
#include
#include
using namespace std;//变量声明
class EiNum;
#define MAX 20//MAX为最大的迭代深度
int depth;//当前树的最大深度
EiNum * root[MAX + 1];//重复当前的路径
//交换两个数
void Swap(int &a,int &b) {
int temp;
temp = a;
a = b;
b
- 2022-08-10 21:09:51下载
- 积分:1
-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1
-
Example program for adjacent_difference
Example program for adjacent_difference
- 2022-04-29 18:29:53下载
- 积分:1