-
sift图像拼接代码
这个sift图像拼接代码完成两张图像的拼接是自己在Hess的基础上编写调试的,需要借助Opencv进行运行,在运行之前需要对vs进行设置,这样才能正确运行。
- 2022-02-01 02:15:16下载
- 积分:1
-
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。...
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。-I wrote it myself a cubic spline interpolation algorithm, self-feelings are very close, please correct me.
- 2022-06-18 06:00:33下载
- 积分:1
-
时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上,运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的发展变化趋势,确定变量预...
时间序列预测法是一种定量分析方法,它是在时间序列变量分析的基础上,运用一定的数学方法建立预测模型,使时间趋势向外延伸,从而预测未来市场的发展变化趋势,确定变量预测值-Time Serial is used to forecast.
- 2022-03-18 17:00:56下载
- 积分:1
-
ACM分治 最临近点对
1005: 最邻近点对
时间限制: 1 Sec 内存限制: 8 MB
提交次数: 6024 通过次数: 1804
提交
题目描述
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
- 2022-02-04 12:14:49下载
- 积分:1
-
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环...
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realize: To evaluate the algorithm, the field of access to the current solution, detalT value] [temperature changes, loopCount] [cycles adjustable, more primitive type of See SACompute
- 2023-04-07 14:00:02下载
- 积分:1
-
C语言基础学习
资源描述此代码适合C语言的初学者,可以帮助初学者在学习理论知识的同时不断实践完善自己的动手能力,并且为后续的C语言学习打下坚实的基础,希望大家多多分享一些有用的代码,别搞那些杂碎的东西,毫无用处
- 2022-02-06 23:52:51下载
- 积分:1
-
Matrix operations class library, after debugging, completely available, the need...
矩阵运算的类库,经调试,完全可用,需要的同志可以免费下载-Matrix operations class library, after debugging, completely available, the need for comrades can be downloaded for free
- 2022-10-19 15:05:03下载
- 积分:1
-
旅行商问题遗传算法MATLAB程序
本文利用遗传算法的全局搜索能力求解,针对旅行商问题(TSP),设计一种贪婪算子个体保护的遗传算法,并使用MATLAB程序快速求解出了满意的结果。
- 2022-01-30 15:29:10下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1