CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - slope intercept

搜索资源列表

  1. NuclearFitting

    0下载:
  2. 核辐射中仪器标定时用到的最小二乘拟合法,coords.txt是实验得出的数据!该方法可求出拟合直线的斜率和截距。-Nuclear radiation instrumentation calibration when used least-squares fitting, coords.txt are derived from experimental data! This method can be obtained fitting a straight line of slope and in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:杨慧
  1. lzxjd

    0下载:
  2. 用VB 编的计算两条直线交点坐标的程序,只要输入两直线的斜率(k)和截距(b),就能打印出两条直线,并计算出交点的坐标。-VB calculations made by the two straight-line intersection coordinates procedures, as long as the two enter the slope of a straight line (k) and intercept (b), will be able to print out two
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:35642
    • 提供者:史芸初
  1. 8_73

    0下载:
  2. 输入两条直线信息(斜率和截距),用C++ 编成求出两条直线的交点-Enter two lines of information (slope and intercept), compiled with C++ calculate the intersection of two lines
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:565
    • 提供者:小样
  1. least-squares

    0下载:
  2. * FILE: least-squares.c * This program computes a linear model for a set of given data. * * PROBLEM DEscr iptION: * The method of least squares is a standard technique used to find * the equation of a straight line from a set of data.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1095
    • 提供者:xuwenhao2005
  1. ls(linear)

    0下载:
  2. VC写的最小二乘法线性拟合的代码,输入点坐标,输出斜率和截距-the least-squares linear fit code writed with VC, input coordinates, the output slope and intercept
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:212050
    • 提供者:recome
  1. Linear-Regression-1st-group

    0下载:
  2. What for Linear regression is used? We can predict one variable from another Y = a+ bX b = slope a = intercept (constant ) Correlation Coefficient (r) : A measure of association between two variables. -What for Linear regression is used
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:680306
    • 提供者:Fitrie
  1. snack

    0下载:
  2. 求直线的斜率应该看过美国截距法线渐近线 -Find the slope-intercept of the United States should have seen the normal asymptote find the slope-intercept of the United States should have seen the normal asymptote
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2580
    • 提供者:xiaofeihu
  1. beidaier

    0下载:
  2. VB赛贝曲线源代码,又名贝塞尔曲线,作者: WXJ_Lake。计算结果的斜率,截距和线性相关系数用于演示曲线,点击窗口上的两个按钮,启动曲线绘图模块,整体效果可参考-VB source code tournament shell curves, curves and Mingbeiseer author: WXJ_Lake. The results of the slope, intercept, and correlation coefficient for demonstration cur
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6358
    • 提供者:cpudn63
  1. boot

    0下载:
  2. MS-DOS program for bootstrap estimates of slope and intercept for the Reduced Major Axis method of line fitting. Includes Turbo Pascal 7.0 source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:16429
    • 提供者:maurobio
  1. Desktop

    0下载:
  2. A.2 Open Image Files This function looks for x-ray images (.tif) in directory ‘dname’ and creates a movie of I(q) versus q and saves the corresponding 3D matrix. ‘TempA’ and ‘TempB’ are the slope and y-intercept of the ramp temperature profi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:lucy
  1. MaxPointsonaLine

    0下载:
  2. Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂直于x轴的直线斜率为无穷大,截距用x截距),同时还需要保存每
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:857
    • 提供者:lb
  1. dualitytransfm

    0下载:
  2. 一个Applet展示,点到线,线到点的变换性质,此性质可以使许多复杂的几何问题变得简单。-Applet of Duality Transformation An implementation of duality transformation. In a Cartesian plane, a point can be identified by two parameters, such as xcoordinates and y-coordinates, and also a non-v
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:25475
    • 提供者:zhi zhang
  1. TrendCalculus

    0下载:
  2. Simple trend calculation I needed to have a simple linear trend calculation for X values either as double or datetime. So basically the Y value for a single item is always a double but the type of the X varies. Beyond that, I needed basic statistics
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:16384
    • 提供者:xps1530
  1. linear

    0下载:
  2. /// <summary> /// Fits a line to a collection of (x,y) points. /// </summary> /// <param name="xVals">The x-axis values.</param> /// <param name="yVals">The y-axis
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:50176
    • 提供者:d1silvia
搜珍网 www.dssz.com