代码搜索:specifying

找到约 740 项符合「specifying」的源代码

代码结果 740
www.eeworm.com/read/136697/13365346

m truck_d.m

echo on % Working... echo off % truck_d.m % % This script runs in conjunction with the fuzdemo4 and the model file % tr_dem_s. % This script prepares fuzzy-sets, parameters of the fuzzy-controller and
www.eeworm.com/read/136697/13365378

m tr_dat.m

echo on % Working... echo off % tr_dat.m % % This script runs in conjunction with the fuzdemo4 and the model file % tr_dem_s. % This script prepares fuzzy-sets, parameters of the fuzzy-controller and
www.eeworm.com/read/309649/13667506

c do.c

/* +++Date last modified: 05-Jul-1997 */ /* ** DO.C - a simple facility for specifying multiple commands */ #include #include main(int argc, char *argv[]) { i
www.eeworm.com/read/301746/13849284

transcript

# Reading C:/Program Files/Modeltech_6.1d/tcl/vsim/pref.tcl # Licensing checkout error with feature vsim-viewer. (Error code -2.) # The license file is corrupt. Please verify that # the file you
www.eeworm.com/read/140582/5787690

txt description.txt

This simple test verifies that using AH+ESP (ie, by specifying auth=ah in a conn) doesn't impede secure packet flow.
www.eeworm.com/read/111370/6156809

java applicationfieldtag.java

package org.jahia.taglibs.field; import org.jahia.data.fields.*; /** * Class ApplicationFieldTag : displays a Web Application * Extends the AbstractFieldTag class by specifying the good
www.eeworm.com/read/109011/6178964

jsf ifdef.jsf

The ifdef tag allows for optional processing to occur if a tag is defined. If the tag is undefined, the body of the tag is not processed. <i18n:ifdef key="USONLY">
www.eeworm.com/read/428307/6507636

java callbackinterface.java

import java.rmi.*; //an interface specifying a callback method public interface Callbackinterface extends java.rmi.Remote{ // method to be called by the server on callback public void callMe
www.eeworm.com/read/258434/11864776

c do.c

/* ** DO.C - a simple facility for specifying multiple commands */ #include #include void main(int argc, char *argv[]) { if (2 > argc) { puts
www.eeworm.com/read/343227/11962853

m randindx.m

function I = randindx(p, T, NO_CHK) %randindx Generates random indexes with a specified probability distribution. % I=randindx(p,T) returns and array of T indexes distributed as specified % by p (wh