-
Hough Transform检测直线和圆的代码
实现Hough Transform检测直线和圆的代码,通过自适应画线和圆,能够找到当前的圆和直线位置
- 2022-06-14 08:36:13下载
- 积分:1
-
贪吃蛇算法题
应用背景某个公司的面试题,贪吃蛇,用动态规划求解最佳路径。蛇从屏幕左端走到右边,经过格子可以得分,求最大得分关键技术动态规划,DP。一列一列的递归,右边一列的值取决于左边一列的值,从左到右最后获得全局解。
- 2022-02-05 16:24:21下载
- 积分:1
-
线性规划算法的实现
线性规划算法的实现-linear programming algorithm implementation
- 2022-07-01 08:54:43下载
- 积分:1
-
unwraping image 2d
该代码基于matlab四方向图像展开算法。有些代码可能会请求python版本来实现一个图像处理,但需要这个版本。
- 2022-03-23 19:50:12下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
- 2022-01-26 07:28:21下载
- 积分:1
-
一个乘法表的简单示例
一个乘法表的简单示例-a simple multiplication table Example
- 2022-03-18 04:09:36下载
- 积分:1
-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
c program for identifying bottleneck machines in a job shop (used in the schedul...
c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
- 2022-01-25 18:02:52下载
- 积分:1
-
在MPI上用并行LU分解求解线性方程组的源程序。
在MPI上用并行LU分解求解线性方程组的源程序。- Decomposes the solution system of linear equations on MPI with
parallel LU the source program.
- 2023-03-13 09:25:04下载
- 积分:1
-
h264文件转为FLV文件
主要实现h264转为FLV文件。对学习flvf封装很有帮助。。。。。。。。。。。。。。。。
- 2023-05-27 04:15:03下载
- 积分:1