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

搜索资源列表

  1. 最小二乘曲线拟合

    1下载:
  2. 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3603
    • 提供者:齐晶
  1. Least-squares-inverse-filtering

    2下载:
  2. 在地震数据处理中,最小平方反滤波的C语言程序-Least-squares inverse filtering
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:46040
    • 提供者:BEYOND
  1. Least-Squares

    0下载:
  2. 曲线拟合的最小二乘法的C语言的实现,可以进行曲线拟合-The least squares curve fitting of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:484769
    • 提供者:
  1. LS-for-index-function

    0下载:
  2. 对线性和非线性的最小二乘进行了介绍,同时介绍了把指数函数的最小二乘转变为线性的最小二乘方法以及实现。 写出了指数函数的最小二乘C#实现代码,并且在两个点的情况下,用普通方法和最小二乘进行了比较,结果一致。(代码可直接运行)-Linear and nonlinear least squares were introduced, also introduced the least squares exponential function into a linear least-squares m
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:128835
    • 提供者:mawei
  1. Least-Squares

    0下载:
  2. 利用C语言编程环境来编写探索最小二乘法,程序简单,明了。-The use of C language programming environment to write explore least squares method, the procedure is simple and straightforward.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3865
    • 提供者:
  1. C-language-prepared-by-least-squares

    0下载:
  2. 函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序!-C language prepared by the method of least squares curve fitting
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:5336
    • 提供者:刘长青
  1. Weighted-Linear

    0下载:
  2. 加权最小二乘,VC源代码,有详细注解,Weighted-least-squares-Weighted-least-squares C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:94646
    • 提供者:lin
  1. USACO-Magic-Squares

    0下载:
  2. 此C++程序是实现了USACO网站上的Magic Squares的问题。-This C++ program is a Magic Squares of USACO site issue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:965
    • 提供者:James
  1. C

    1下载:
  2. 上传的资料包括c语言设计的高斯消元法,RSSI方法测距跟踪处理,排序法,c实现的拟合算法,利用左边算最小二乘法系数-Upload information, including c language design Gaussian elimination, RSSI methods ranging tracking processing, sorting method, c achieve fitting algorithm, using the least squares method calc
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1880231
    • 提供者:刘欣
  1. Test

    0下载:
  2. 计算方法,最小二乘数c语言实现源码,求取线性拟合曲线,得到二次方程的a,b,c值。-Calculation methods, Least Squares c language source code, to strike a linear fitting curve, quadratic equation a, b, c values.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:769
    • 提供者:黄国胜
  1. c-tiyxu

    0下载:
  2. 新建游戏,实际上就是把有数字的八个方格打散, 这种效果的实现就是随机的两两交换,而怎么不与空的那个交换呢? 这涉及有没有解的问题 不管怎么样,九格游戏最后的结果只有两个: -The new game, is actually the eight squares with numbers, The realization of this effect is a random two two exchange, and how not to exchange
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4802883
    • 提供者:sdfsd
  1. Nonhypotenuse-Numbers.c

    0下载:
  2. A nonhypotenuse number is a positive integer whose square cannot be expressed as the sum of two nonzero integer squares. a C program to find the 20,000th nonhypotenuse number. print out the first 100 nonhypotenuse numbers for verification purpose.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1271
    • 提供者:judy
  1. c

    0下载:
  2. 最小二乘拟合直线原理C语言,直接编译打印输出- Principle of least squares fitting line C language , compiler print directly
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-16
    • 文件大小:3962794
    • 提供者:梁生
  1. Puzzle

    0下载:
  2. 将一张图片分割成九宫格或16格,去掉一小格,可随机打乱,鼠标点击图片移动,规则类似华容道。有默认两张图片,也可以加载任意图片。(Divide a picture into nine squares or 16 squares, remove a small box, randomly upset, click the picture, move, the rules are similar to Huarong road. You can also load any picture with t
  3. 所属分类:游戏

    • 发布日期:2017-12-13
    • 文件大小:4564992
    • 提供者:piccolo
  1. C++实现最小二乘法一元回归和多项式拟合

    7下载:
  2. C++实现最小二乘法一元回归和多项式拟合(C++ to achieve the least squares method, one-way regression and polynomial fitting)
  3. 所属分类:物理计算

    • 发布日期:2017-12-20
    • 文件大小:337920
    • 提供者:xiaomiarmy
  1. C#写的最小二乘法程序

    0下载:
  2. 实现了最小二乘算法的编写,初始解解算和迭代解算都能正常运行。(The preparation of least squares algorithm, the initial solution calculation and iterative solution can normal operation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:jiaohexiaoxue3
  1. Box

    0下载:
  2. 最近想写一个俄罗斯方块,正好电脑里面有个以前下的代码,于是就看了看思路,然后自己加了一些东西,要是忘了就不好了 先做7个不同类型的方块,分别为 长条形、方形、L形、反L形、Z形、反Z形、土字形。(Recently wanted to write a Tetris, just in the computer there is a previous code, so I looked at the train of thought, and then add some of their own t
  3. 所属分类:游戏

    • 发布日期:2017-12-31
    • 文件大小:137216
    • 提供者:单色
  1. multilinearreg

    0下载:
  2. 利用最小二乘法来对w和b进行估计。最小二乘法就是试图找到一条直线,使得所有样本到直线上的欧式距离之和最小。(The least squares method is used to estimate W and B. The least squares method is trying to find a straight line, so that the sum of Euclidean distance of all the samples to the line is minimum)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:小唐唐
  1. DrawImage

    0下载:
  2. 应用opencv对一些基本图像的绘制,比如圆,椭圆,正方形(Apply opencv to some basic images, such as circles, ellipses, squares)
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:一哥1211
  1. lsq2

    0下载:
  2. 矩形区域最小二乘拟合, 可供相关设计人员参考(Rectangular area least squares fit, which can be referenced by relevant designers.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:zhaobo
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com