代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/326313/13148627
m subsref.m
function Pi = subsref(P,S)
% SUBSREF -- subscripting of matrix polynomial objects
%
% This function is not meant to be called by the user, except from
% subroutines residing in the @mpoly direc
www.eeworm.com/read/326313/13148634
m subsasgn.m
function Pi = subsasgn(P,S,B)
% SUBSASGN -- assignment to subscripted matrix polynomial
%
% This function is not meant to be called by the user. It is called by
% Matlab when a subscripted matr
www.eeworm.com/read/139562/13148966
m chap9_2f.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/241323/13156354
m barrier.m
%> The file calculates the energy dependent transmission
%> coefficient for a 'square' barrier (of either sign!) in 1D.
%> The coefficient is first calculated using the Numerov algorith
www.eeworm.com/read/326135/13163417
m wavework.m
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
% [VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
% coefficients
www.eeworm.com/read/324304/13273562
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr
www.eeworm.com/read/137229/13338904
m coef2b.m
function [b]=coef2b(coefs,thsize);
%
% [b]=coef2b(coefs,thsize);
%
% Converts a coefficient string into a bias
% vector
%
% b = returned bias vector
% coefs = coefficient string
% thsize = nu
www.eeworm.com/read/322194/13385879
h ms_reg.h
//
// MST7XXX registers define
// 2005/1/6
//
#define BK0_00_REGBK 0x00 // Register Bank Select
#define AINC_B _BIT3 // Serial bus address auto increase (Enable|Disable)
#define RE
www.eeworm.com/read/320130/13432547
m chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/319942/13439042
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr