代码搜索:containing

找到约 10,000 项符合「containing」的源代码

代码结果 10,000
www.eeworm.com/read/152112/12139046

m tpcoeff.m

function [A,B]=tpcoeff(X,Y,M) %Input - X is a vector of equally spaced abscisssas in [-pi, pi] % - Y is a vector of ordinates % - M is the degree of the trigomometric polynomial %O
www.eeworm.com/read/151556/12201347

m nelder.m

function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show) %Input - F is the object function input as a string 'F' % - V is a 3xn matrix containing starting simplex % - min1 & max1
www.eeworm.com/read/252063/12304896

c sqr.c

/* Copyright (c) Colorado School of Mines, 2003.*/ /* All rights reserved. */ /*********************** self documentation **********************/ /******************************
www.eeworm.com/read/129337/14251073

readme

Chapter 1 - Getting Started. hello.c - First of many "Hello World" programs in this book. fred.c and bill.c - Source code files containing static library functions. lib.h - L
www.eeworm.com/read/228773/14364140

readme

Chapter 1 - Getting Started. hello.c - First of many "Hello World" programs in this book. fred.c and bill.c - Source code files containing static library functions. lib.h - L
www.eeworm.com/read/228582/14378519

txt readme.txt

SETUP --------------- BCB Version 3.0 Installion - Install New Package "Serial", or install component separately as part of a package of your choosing. The ComThread and TAdvancedCom Components
www.eeworm.com/read/225852/14513438

m dd1m.m

function [xhat_data,Smat]=dd1m(kalmfilex,kalmfiley,xbar,P0,q,r,... u,y,timeidx,optpar) % DD1M % This function implements the DD1-filter; a state estimator for nonlinear % sys
www.eeworm.com/read/225852/14513454

m dd1.m

function [xhat_data,Smat]=dd1(kalmfilex,kalmfiley,xbar,P0,q,r,u,y,timeidx,optpar) % DD1 % This function implements the DD1-filter; a state estimator for nonlinear % systems that is based on fi
www.eeworm.com/read/124842/14534372

m filold.m

function [out]=fil(in,f); % % Filters the data using a first order filter % % [out]=fil(in,f); % % f is a vector containing the filter constants % global stop; [D L]=size(in); out=in; for i
www.eeworm.com/read/223356/14643749

txt readme.txt

README.TXT The sources for the examples and a working file system filter driver are compressed and contained in the file examples.zip. Unzipping the file produces three folders: 1. filesys, co