-
决策树是用二叉树形图来表示处理逻辑的一种工具。可以直观、清晰地表达加工的逻辑要求。特别适合于判断因素比较少、逻辑组合关系不复杂的情况。...
决策树是用二叉树形图来表示处理逻辑的一种工具。可以直观、清晰地表达加工的逻辑要求。特别适合于判断因素比较少、逻辑组合关系不复杂的情况。
-Decision tree is a tree-shaped diagram used to indicate the processing logic as a tool. Can be intuitive, clear logic processing requirements. Particularly suited to determine the factors that have relatively less logical combination of relations with complex situations.
- 2022-06-20 01:42:38下载
- 积分:1
-
zhang2D 与演示
zhang2D_with_demo 校准,两个摄像头,得到三维重建,相机的内部数字,它可以执行直接
- 2023-06-14 18:15:04下载
- 积分:1
-
第一次样条插值函数的函数SPL1文件,spl10
第一种三次样条插值函数
SPL1为函数文件,
SPL10为主文件。
相关参数说明见注释-first cubic spline interpolation function for function SPL1 documents, SPL10-based documents. Note See related parameters Notes
- 2022-12-17 11:05:03下载
- 积分:1
-
a算法解决八码难题
a算法解决八码难题-a code algorithm to solve eight problems
- 2022-05-24 06:10:31下载
- 积分:1
-
k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。
Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k-clustering in order to make available to the cluster to meet: the same objects in clustering high similarity and objects in different clustering the similarity smaller. Cluster similarity is the use of the clustering of objects by means of a
- 2022-02-01 10:09:59下载
- 积分:1
-
自己做的一个支持加减乘的大数类
自己做的一个支持加减乘的大数类-own support of a majority of the Modified by category
- 2023-01-31 03:55:03下载
- 积分:1
-
使用 MPI 的矩阵乘法
使用 MPI 的矩阵乘法
- 2022-07-07 15:38:56下载
- 积分: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-03-12 05:56:16下载
- 积分:1
-
一个求解三维时变场的有限元算法,C语言实现,根据MAILE提出的算法实现....
一个求解三维时变场的有限元算法,C语言实现,根据MAILE提出的算法实现.-Solving a time-varying three-dimensional FEM algorithm, C language, according to Maile realize the proposed algorithm.
- 2022-02-15 13:12:08下载
- 积分:1
-
OPENCV实现ORB/SURF/SIFT + RANSAC 图像自动拼接
VS2012 x64+opencv做的图像拼接,参照了别人的代码改编。
做的是左右拼接,上下的行不行没试过。
主要函数就是图像的储存位置,需要在代码里改下
测试了下还是比较稳健的,拼接效果尚可,不过重叠部分可能产生鬼影,另外接缝处有小裂缝,如果不满意,可再设计方法优化
所有代码均含注释,浅显易懂,含测试图片
- 2022-08-03 11:10:43下载
- 积分:1