-
多重线性回归
多元线性回归为pacient
在多重线性回归,我们使用多个解释变量 ;
这将使我们在建设中使用的详细信息的优点
模型和,因此,更准确的估计。
- 2022-02-24 15:07:14下载
- 积分:1
-
在一个面向对象的方式实现一个基本粒子群算法的C++程序…
a basic c++ program for implementing in an object oriented way a particle swarm algorithms for optimisation
- 2023-06-07 17:45:02下载
- 积分:1
-
collection procedures examples of DSP
本人收集的DSP例子程序-数字信号处理IIR程序-collection procedures examples of DSP-IIR digital signal processing procedures
- 2022-03-19 13:50:22下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
Diffie-hellman
Diffie Hellman密钥交换Diffie-Hellman密钥交换(DH)[nb的1是交换加密密钥的具体方法。它是领域ofcryptography内实现密钥交换的最早实际的例子之一。的Diffie-Hellman密钥交换方法允许双方有互相的先验知识,共同建立一个共享的密钥在不安全communicationschannel。这个密钥可以被用于使用对称密钥密码随后的通信进行加密。
- 2022-02-12 05:03:03下载
- 积分:1
-
an index based on the fire damage assessment software, no classified data, the g...
一个基于指数法的火力毁伤评估软件,没有涉密数据,代码一般-an index based on the fire damage assessment software, no classified data, the general code
- 2022-10-04 23:55:03下载
- 积分:1
-
埃尔米特插值算法 ;
数值计算算法:Hermite插值算法为了获得HERMITE内插系数 多项式关系H的第(N +1)不同的数X(0),...,X(N)的 对于函数F: 输入:号码X(0),X(1),...,X(N);值f(x(0)),F(x(1)), ...,F(X(N))和F"(x(0)),F"(x(1)),...,F"(x(N))。 输出:数字Q(0,0),Q(1,1),...,Q(2N+1,2N+1),其中 H(X)= Q(0,0)+ Q(1,1)*(X - X(0))+ Q(2,2)* (X - X(0))**2 + Q(3,3)*(X - X(0))**2 * (X - X(1))+ Q(4,4)*(X - X(0))**2 * (X - X(1))** 2+ ...+ Q(2N +1,2N+ 1)* (X - X(0))**2 *(X - X(1))** 2*
- 2022-06-21 02:49:01下载
- 积分:1
-
数十个程序,结构分析,偏重岩土方面
数十个程序,结构分析,偏重岩土方面-dozens of procedures, structural analysis, emphasizing geotechnical aspects
- 2023-08-05 02:35:03下载
- 积分:1
-
基于BP神经网络的语音识别
bp神经网络在语音识别中的应用,同时利用Matlab进行仿真得到结果。
神经网络是近年来信息科学、脑科学、神经心理学等诸多学科共同关注和研究的热点。由于其具有良好的抽象分类特性,现已应用于语音识别系统的研究和开发,并成为解决识别相关问题的有效工具。文章在讲述语音识别过程的基础上重点讨论利用BP神经网络对语音进行识别,用matlab完成对神经网络的训练和测试,并获得满意的结果。
- 2023-08-29 10:30:04下载
- 积分:1
-
四人过河求时间最短问题
四人过河求时间最短问题-four for the shortest river issues
- 2022-02-25 19:45:22下载
- 积分:1