代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/147096/12583921
m connect.m
function [aa,bb,cc,dd] = connect(a,b,c,d,q,iu,iy)
%CONNECT Given the block diagram of a system, CONNECT can be used to
% form an (A,B,C,D) state-space model of the system.
%
% [Ac,Bc,Cc,Dc] = CON
www.eeworm.com/read/334567/12585996
m mload.m
% MATLAB SIMULATION OF FS-1015 LPC-10e
% COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the LPC-10e coder. The
www.eeworm.com/read/147092/12587175
c enc.c
/* ENC.C - Encoding procedures. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for purposes of research or edu
www.eeworm.com/read/334076/12642845
m evalfis.m
function [output_stack,IRR,ORR,ARR] = evalfis(input, fis, numofpoints);
% EVALFIS Perform fuzzy inference calculations.
% Synopsis
% output= evalfis(input,fismat)
% output= evalfis(input,
www.eeworm.com/read/238447/13887112
m rbfkalman.m
function [v, w, iter] = RBFKalman(x, y, c, gamma, m, epsilon, P0, Q0, R0)
% Function [v, w, iter] = RBFKalman(x, y, c, gamma, m, epsilon, P0, Q0, R0)
% Radial basis function training using linear
www.eeworm.com/read/135535/13922455
cc s_bls2.cc
// File: s_bls2.cc -- implents class s_bls2
// Author: Suvrit Sra
// Date: 14 Nov, 2003
/*************************************************************************
THE ORIGINAL SVDPAKC COPYRIGHT
www.eeworm.com/read/134516/13985494
c 单纯形法(指导书改进1).c
#include
#include
#include
#define M 20
#define N 20
float matrix[M][N],x[M],c[N],b[N],Zm;
//单纯形表系数数组,解的数组,目标函数数组,常数项数组,目标函数值
int a[N],rg[N]; //记录基变量的数组
www.eeworm.com/read/134516/13985497
cpp 单纯形法(指导书改进).cpp
#include
#include
#include
#define M 20
#define N 20
float matrix[M][N],x[M],c[N],b[N],Zm;
//单纯形表系数数组,解的数组,目标函数数组,常数项数组,目标函数值
int a[N],rg[N]; //记录基变量的数组
www.eeworm.com/read/133946/14016941
m anal1.m
function [E,Nc,mCe,mC,T] = anal1(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Mi
www.eeworm.com/read/133946/14016967
m anal3.m
function [E,Nc,mC,T] = anal3(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Minima