代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/461562/7224764
h vfunc.h
#ifndef VFUNC_H
#define VFUNC_H
#include
#include "matrix.h"
class valgo // 矩阵算法类
{
private:
DOUBLE yfactor; // 乘因子,初始化为1
DOUBLE xfactor; // x轴放大因子,初始化为1
DOUBLE addconst;
www.eeworm.com/read/461562/7224778
cpp cmatrix.cpp
#include "stdio.h"
#include "string.h"
#include "complex.h"
#include "cmatrix.h"
#include "fstream.h"
// 缺省的构造函数,产生0行0列空复矩阵
cmatrix::cmatrix(cbuffer * b): rownum(0),colnum(0),
isneg(0),istra
www.eeworm.com/read/459956/7260363
m selection.m
function selm = selection(popu,fitness,gap,pc,pm,tsels);
% 选择操作
popun = popu.size;
selm = zeros(popun,3); % popu.size如果是3则产生的selm是 3*3 全 0 矩阵
% Fitness values and sort
% % fit = zeros(1,
www.eeworm.com/read/459158/7279605
m51 键盘扫描.m51
BL51 BANKED LINKER/LOCATER V6.00 02/29/2008 22:21:46 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 3x4矩阵键
www.eeworm.com/read/459103/7282661
m jacobi.m
function [y,n]=jacobi(A,b,x0,eps)
if nargin==3
eps=1.0e-6;
elseif nargin
www.eeworm.com/read/459103/7282673
m gauseidel.m
function [y,n]=gauseidel(A,b,x0,eps)
if nargin==3
eps=1.0e-6;
elseif nargin
www.eeworm.com/read/457711/7319109
m randintr.m
% ATLAST65中生成给定阶、给定秩的整数矩阵的子程序randintr
%
function A = randintr(m,n,k,r)
% RANDINTR(m,n,k,r) is an m by n matrix of rank r
% with integer entries in the interval [-k:k].
% If less than three argume
www.eeworm.com/read/448182/7538553
c shixun5.c
/**********************************************************************
程序名称:ShiXun5.c
程序功能:由16×2点阵字符型LCD和4×3矩阵非编码键盘组成的模拟数字密码锁
程序作者:张三
创建时间:2008-3-28
*********************************************
www.eeworm.com/read/445391/7595885
m getf.m
function Ft = getf(qnb, vn, pos, fb)
%求系统矩阵Ft
global glv
[wnie,wnen,rmh,rnh,gn] = earth(pos,vn);
sl = sin(pos(1)); cl = cos(pos(1)); tl = sl/cl; secl = 1/cl; secl2 = secl^2;;
f_RMh =
www.eeworm.com/read/437681/7743091
m gallager_gen_ldpc.m
function [H,rows,cols] = Gallager_gen_LDPC(miu,wr,wc)
% Code for generating regular parity-check matrix H by miu,wc,wr,using Gallager's approach
% 通过参数miu,wc,wr生成规则LDPC校验矩阵H,使用Gallager的办法
% Copyrig