代码搜索:Customized

找到约 858 项符合「Customized」的源代码

代码结果 858
www.eeworm.com/read/359005/10172183

m custagg.m

function y=custagg(x) %CUSTAGG Customized aggregation function for CUSTTIP % % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $ y=(sum(x)/2).^0.5;
www.eeworm.com/read/359005/10172261

m custor.m

function y=custor(x) %CUSTOR Customized OR functions for CUSTTIP.FIS. % This function is really just PROBOR in disguise. % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $
www.eeworm.com/read/238593/13872785

c uinitmcu.c

//------------------------------------------------------------------------------ // Module Name: SiIInitMCU // // Module Description: Initialization of Microcontroller, this file must be customized
www.eeworm.com/read/148943/5707786

php customfaq.lang.php

www.eeworm.com/read/147913/5718853

java classesinfo.java

package limq.hibernate.vo; import java.io.Serializable; /** * A class that represents a row in the 'classes_info' table. * This class may be customized as it is never re-generated * after bein
www.eeworm.com/read/147913/5718866

java contact.java

package limq.hibernate.vo; import java.io.Serializable; /** * A class that represents a row in the 'contact' table. * This class may be customized as it is never re-generated * after being cre
www.eeworm.com/read/158370/11623117

cpp 11ii.cpp

// FormLetter.cpp A program to generate customized form letters. // ASSUMPTION: file 襩etter.txt
www.eeworm.com/read/148707/12437052

cpp 11ii.cpp

// FormLetter.cpp A program to generate customized form letters. // ASSUMPTION: file 襩etter.txt
www.eeworm.com/read/123143/14645713

m custmf.m

function y = custmf(x,params) %CUSTMF Customized membership function for CUSTTIP.FIS. % This function is really just TRAPMF in disguise. % Copyright (c) 1994-98 by The MathWorks, Inc. %
www.eeworm.com/read/123143/14645720

m custdfuz.m

function y=custdfuz(x,mf) %CUSTDFUZ Customized defuzzification function for CUSTTIP.FIS % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1.3 $ y=defuzz(x,mf,'centroid')/2;