代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/339051/12265956
htm show_js.htm
try {setidval('hits','201');}catch(e){}
try {setidval('commentnumber','0');}catch(e){}
try {setidval('pre_and_next','上一篇:基于FF总线实现水箱系统动态矩阵控制下一篇:
www.eeworm.com/read/339051/12266009
htm show_js.htm
try {setidval('hits','200');}catch(e){}
try {setidval('commentnumber','0');}catch(e){}
try {setidval('pre_and_next','上一篇:基于FF总线实现水箱系统动态矩阵控制下一篇:
www.eeworm.com/read/336315/12451275
txt afa.txt
自适应滤波算法MATLAB程序如下:
Lms.m % 最小均方算法
x=zeros(2000,1);
x1=zeros(2000,1);
w=zeros(2001,2); %生成三个0矩阵来存储
x(1,1)=1;
www.eeworm.com/read/249890/12463616
h eigenvaluevector.h
// EigenvalueVector.h 计算特征值特征向量头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.8.10
#ifndef _EIGENVALUEVECTOR_H //避免多次编译
#define _EIGENVALUEVECTOR_H
#include "Matrix.h" //矩阵类及相关函数等
www.eeworm.com/read/132270/14102562
r018m
Build Log
--------------------Configuration: R018M 矩阵加减乘 - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\F
www.eeworm.com/read/230010/14309208
cpp rowstandard.cpp
#include
/*使得矩阵每一行都为单位方差*/
void rowstandard (float *ans, int n, int p)
{
double tmp[2];
double tmp1;
int i, j;
for (i = 0; i < n; i++) {
tmp[0] = 0;
tmp[1] = 0;
for
www.eeworm.com/read/124642/14555574
c gc_842_2.c
#include
#include
typedef struct ele { /*十字链表结点类型*/
int row,col;
double val;
struct ele *right,*down;
}eleNode;
/*函数,建立一个元素全为零的稀疏矩阵的十字链表*/
eleNo
www.eeworm.com/read/223339/14644637
cpp algo0702.cpp
Status CreateUDN(MGraph &G) {// 算法 7.2
// 采用数组(邻接矩阵)表示法,构造无向网G。
int i,j,k,w;
VertexType v1,v2;
printf("G.vexnum :" ); scanf("%d",&G.vexnum);
printf("G.arcnum :"); scanf("%d",&G.a
www.eeworm.com/read/220892/14785103
java testmatrix.java
public class TestMatrix{
public static void main(String[] args){
Matrix mt1 = new Matrix(3,4); //创建第一个矩阵
for(int i = 0;i < mt1.height(); i++){
for(int j = 0;j < mt1.width();j ++){
www.eeworm.com/read/219502/14878281
cpp algo0702.cpp
Status CreateUDN(MGraph &G) {// 算法 7.2
// 采用数组(邻接矩阵)表示法,构造无向网G。
int i,j,k,w;
VertexType v1,v2;
printf("G.vexnum :" ); scanf("%d",&G.vexnum);
printf("G.arcnum :"); scanf("%d",&G.a