资源列表
[数学计算/工程计算] two-find
说明: 通过每次把f(x)的零点所在小区间收缩一半的方法,使区间的两个端点逐步迫近函数的零点,以求得零点的近似值,这种方法叫做二分法-By the time f (x) between the zero shrinkage area where half of the ways in which the two endpoints of interval functions gradually approaching zero, in order to achieve zero approximati<咕噜杰> 在 2025-06-27 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] least-square-method-
说明:在残差满足VPV为最小的条件下解算测量估值或参数估值并进行精度估算的方法。其中V为残差向量,P为其权矩阵-In the residuals meet the minimum conditions for the VPV solver valuation or measurement precision of parameter estimation and the estimation method. Where V is the residual vector, P the weight ma<咕噜杰> 在 2025-06-27 上传 | 大小:2kb | 下载:0
[数值算法/人工智能] sijieadangmusi
说明:四阶阿当姆斯预测-校正公式 - 龙格库塔方法,四阶,求解一个方程,可控精度,实现很直观,扩展性强。-Adam Williams, the fourth-order prediction- correction formula- Runge-Kutta method of fourth order, to solve an equation, control accuracy, the implementation is straightforward, and strong expansion.<咕噜杰> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] yagebidiedaifa
说明:设方程组Ax=b 满足aii ≠0, 将方程组变形为: x=Bx+f, 则雅可比(Jacobi)迭代法是指 x(k+1)=Bx(k)+f 由初始解逐步迭代即可得到方程组的解-Set of equations Ax = b satisfy aii ≠ 0, the equations of deformation: x = Bx+ f, then the Jacobi (Jacobi) iteration is x (k+1) = Bx (k)+ f from the initial<咕噜杰> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] gene
说明:用遗传算法优化石油工程网络模拟中的孔喉参数-Petroleum engineering using genetic algorithms to optimize the pore network simulation parameters<guo longfei> 在 2025-06-27 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] GAgongjuxiang
说明:遗传算法的工具箱,用到关于MATLAB的遗传算法时,就可以直接用这个啦!-Genetic algorithm toolbox for MATLAB genetic algorithm is used, you can use this friends!<baoying> 在 2025-06-27 上传 | 大小:49kb | 下载:0
[数学计算/工程计算] HarrisPointTracking
说明:The famous KLT tracking code used for object detection, motion detection, and optical flow analysis.<xu kun> 在 2025-06-27 上传 | 大小:1.54mb | 下载:0
[数学计算/工程计算] cPPpaowuxianfa
说明:c++的抛物线法,输入取值范围,和分割次数,就可得出最终取值。-c++ of the parabola method, input range, and split times, he will get the final value.<王蒙> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[matlab例程] linearbinarypattern
说明:the code of texture compare and match, used for image and video retrival<xu kun> 在 2025-06-27 上传 | 大小:2kb | 下载:0
[STL] SingleLinkSort
说明:使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List<小小> 在 2025-06-27 上传 | 大小:276kb | 下载:0
[数据结构常用算法] LongestIncreasingSequence
说明:找出数组A中最长的递增序列的长度,使用动态规划算法,复杂度为O(N*N)。-Find the longest increasing sequence<小小> 在 2025-06-27 上传 | 大小:488kb | 下载:0