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

搜索资源列表

  1. 算法与数据结构_俄罗斯方块程序的另类算法-C语言

    0下载:
  2. 算法与数据结构_俄罗斯方块程序的另类算法-C语言-algorithm and data structure _ Russia squares algorithm for the alternative procedure-C Language
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:29161
    • 提供者:张亮
  1. mintwo-C

    0下载:
  2. * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * a--无用 * 输出: 函数返回值为曲线拟和的均方误差 * a为用基函数进行曲线拟和的系数, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M]. -* The alg
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3066
    • 提供者:xuyan
  1. Squares

    0下载:
  2. 用Visual c++写的九宫格程序,适合初学者-Squares by Visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:507166
    • 提供者:wenzi
  1. IconMenu.rar

    0下载:
  2. windows mobile 用的九宫格 Icon 界面,用WTL开发,主要用 CListViewCtrl 类。可以设置背景、间隔、文字颜色、文字背景等属性。mobile 上的 WTL 相关的例子很少。,windows mobile using squares Icon interface, using WTL development, the main category CListViewCtrl. Can set the background, spacing, text color, te
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-26
    • 文件大小:43177
    • 提供者:corsica
  1. Leastsquaremethod

    0下载:
  2. 基于非等距节点的正交多项式的最小二乘法拟合算法之程序实现-Nodes based on non-isometric orthogonal polynomial least squares fitting algorithm of the program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1894
    • 提供者:侯汶杉
  1. myfit

    0下载:
  2. 用matlab编的最小二乘法拟合的GUI程序,可以实现最小二乘法的计算-Matlab made by the least squares fitting procedure of the GUI, you can achieve the least square method of calculation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:7554
    • 提供者:ldd
  1. MedianFilter

    0下载:
  2. 图像处理中比较常见的中值滤波的源程序,先加入噪声,再滤去,效果明显。-Image processing of the more common source filter before adding noise, and then least squares, the effect clearly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1796823
    • 提供者:xiao
  1. Least_squares_method

    0下载:
  2. 最小二乘法在GPS领域中的应用相信大家都很清楚,这里向大家献上最小二乘法的C代码,希望对大家有用-Least-squares method in the application of GPS in the field we all know very well, here we present the least square method to the C code, in the hope that useful
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:48045
    • 提供者:郭新刚
  1. squares.c

    0下载:
  2. read a camera image with opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2725
    • 提供者:stuffer
  1. Contour

    0下载:
  2. 等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
  3. 所属分类:Algorithm

    • 发布日期:2017-02-19
    • 文件大小:3526
    • 提供者:包辉
  1. zuixiaoerchengfa

    0下载:
  2. 此程序时数值分析中的最小二乘法实验,步骤详细。-Numerical analysis of this program in the least-squares method experiment, the steps in detail.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:60512
    • 提供者:王瑞卿
  1. GOODMovingLeastsquaresmethod

    1下载:
  2. 一个优秀的移动最小二乘法算法,使用c++实现。是我多年工作留下来的,什么也不说上传给大家使用-A good moving least squares algorithm, using c++ implementation. I have years of work left behind, not saying anything uploaded for everyone to use the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4708
    • 提供者:wen33
  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:周敏从
  1. C

    0下载:
  2. c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:41243
    • 提供者:小马
  1. LSM22

    0下载:
  2. nonlinear least squares algorithms in C/C-nonlinear least squares algorithms in C/C++
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:549624
    • 提供者:chxspace
  1. svd.c

    0下载:
  2. SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5530
    • 提供者:vivi
  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. least-square-method-using-c-language

    0下载:
  2. 该程序通过依次输入已知点个数n,输入已知点的X坐标,输入已知点的Y坐标直接得到经最小二乘法拟合得到的一元线性方程。-The procedure followed by the number of known points in the input n, enter the coordinates of a known point X, Y coordinates of a known point input directly from the least squares fitted by a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:5102
    • 提供者:王帅
  1. 数据拟合c++

    0下载:
  2. 有关数据拟合的c++程序,采用了最小二乘的原理,与excel数据趋势生成的结果很相似(Data fitting c++ procedures, using the principle of least squares, and Excel data trends generated results are very similar)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:8682496
    • 提供者:sunjian624
  1. russian squares

    0下载:
  2. c++ 俄罗斯方块游戏的视线 仅一个cpp文件(Russiansquare game in c++)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:34816
    • 提供者:aliceli
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com