登录
首页 » 算法 » 使用直观的、线性回归算法实现的程序!

使用直观的、线性回归算法实现的程序!

于 2022-04-25 发布 文件大小:28.13 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

利用visual c++,实现线性回归算法的程序!-use visual c, linear regression algorithm to achieve the procedure!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Kalman filtering, introduced the word document, there are five important kalman...
    介绍kalman filtering 的word文档,里面有关于kalman filtering五个重要公式的详细推导过程,对于初学者理解kalman filtering相当有用-Kalman filtering, introduced the word document, there are five important kalman filtering on a detailed formula derivation process, kalman filtering for beginners to understand very useful
    2022-01-25 22:09:52下载
    积分:1
  • 两个城市之间的最短路径
    此程序读取一个文件从一个国家的城市之间的距离的名字"图",然后从输入获取的两个城市的名称。然后它计算两个城市的最短的路径。输出是路线和最短路径。 "图"文件的结构就像: 源城市目的地城市的距离。 NONAME00.cpp 创建文件"graph.dat"。
    2022-03-16 13:02:53下载
    积分:1
  • //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计最小二乘拟合...
    //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值,与*y相对应,个数为m(过程变量) // int m------结点个数(已知条件) //注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)... -//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
    2023-05-06 14:40:03下载
    积分:1
  • 旋转式倒立的摆的 LQR 方
    旋转式倒立的摆系统是高度非线性模型、 多变量和绝对不稳定的动态系统。本文提出了混合控制方法为摇摆起来和稳定的 LQR 控制方法. 灵活性基于启发式算法的选择的混合控制方法摇起控制器和能源摆起 在控制器不同位置的钟摆。鲁棒性的 LQR 稳定控制方法进行了测试 通过将附加一个螺丝驱动程序顶端的钟摆。Selferecting 的拟议的控制器旋转式倒立 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-02-26 08:20:04下载
    积分:1
  • 图书管理系统
    简单的图书管理系统:有界面,能录入图书信息,添加,删除,修改。并且根据不同的关键字进行查询。基于C++编写的MFC程序。
    2022-06-02 11:00:38下载
    积分:1
  • TSA趋势检验
    通过程序,可以对时间序列数据进行趋势检验分析,TSA突变趋势分析程序可以广泛应用于动力学和水文时间序列数据的检验之中。
    2022-07-02 15:37:11下载
    积分:1
  • RFID indoor location identification for construction projects
    资源描述This paper presents a lowcost indoor location identification and material tracking methodology for construction projects using Ultra High Frequency (UHF) passive Radio Frequency Identification (RFID) technology. Onsite location aware information is an emerging area that focuses on automating delivery of spatial information pertinent to location of materials, workforce, and equipment. This spatial information can be used to derive knowledge about construction project status. A two-step algorithm is presented to automate the process of location estimation and material tracking in near-real-time. In this methodology, a number of passive RFID tags are distributed onsite where work is progressing, and a mobile RFID reader is carried by a worker onsite. Each passive RFID tag is deployed as a reference point with a known location (landmark) within a predefined zone. Reference tags of known locations are used to d
    2022-03-02 08:24:10下载
    积分:1
  • 图论库,包括以下: 单源最短路径 Dijkstra 单源最短路径 Bellman...
    图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是为参加ACM/ICPC竞赛而准备的资料,由于竞赛的对编程速度要求较高,所以为了将代码写的短一点,为了便于调试,代码的写的并不是最优的。 该代码在VisualAge C++ 4.0下写成,但是很容易将其移植到MS Visual C++上。 -err
    2023-01-27 10:10:05下载
    积分:1
  • 一个用Java applet实现的B
    一个用Java applet实现的B-Tree算法- The B-Tree algorithm which realizes with Java applet
    2022-01-26 06:30:04下载
    积分:1
  • 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。...
    用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
    2022-02-11 11:45:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载