代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/259154/11817790

h usb_bf535cmd.h

#ifndef _USB_BF535CMD #define _USB_BF535CMD //#define MAX_USB_EP_DATA 1023 // this is the max the BF535 can handle //#define MAX_USB_EP_DATA 960 // this is the max multiple of 64 that
www.eeworm.com/read/344512/11876211

m blkhankel.m

function H = blkhankel(w,i) % BLKHANKEL - construct a block Hankel matrix [T,nw,k] = size(w); j = T - i + 1; if j 1) % multiple time
www.eeworm.com/read/342347/12026895

cpp toj_2856.cpp

/*H. Serious Cow Tag Time Limit: 1.0 Seconds Memory Limit: 65536K Multiple test files Farmer John's N (1 ≤ N ≤ 1000) cows (conveniently numbered 1..N) are going to play a game of Serious Cow
www.eeworm.com/read/339831/12202270

h env.h

/* See COPYRIGHT for copyright information. */ #ifndef JOS_KERN_ENV_H #define JOS_KERN_ENV_H #include #ifndef JOS_MULTIENV // Change this value to 1 once you're allowing multiple enviro
www.eeworm.com/read/339831/12202325

h~ env.h~

/* See COPYRIGHT for copyright information. */ #ifndef JOS_KERN_ENV_H #define JOS_KERN_ENV_H #include #ifndef JOS_MULTIENV // Change this value to 1 once you're allowing multiple enviro
www.eeworm.com/read/225725/14521674

htm ei44.htm

Effective C++, 2E | Item 44: Say what you mean; understand what you're saying Back to Item 43: Use multiple inheritance judiciously. Continue to Miscellany Item 44: Say what you mean; understand what
www.eeworm.com/read/123143/14645418

m evalmmf.m

function out = evalmmf(x, mf_para, mf_type) %EVALMMF Multiple membership functions evaluation. % EVALMMF(X, MF_PARA, MF_TYPE) returns a matrix whose i-th row % is the membership grades of MF wi
www.eeworm.com/read/218764/14907360

h matrix_test.h

/* Avoid multiple inclusion of this header file */ #ifndef PRISM_MATRIX_TEST_H #define PRISM_MATRIX_TEST_H #if PRISM_MEM_CHK #include "tr_include.h" #endif #if PRISM_CRAY #define PRISM_STR_MACHI
www.eeworm.com/read/116603/14962988

java adventure.java

//: c08:Adventure.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Multiple interfaces. import java.util.*; interface Can
www.eeworm.com/read/210671/15193843

cpp fig09_11.cpp

// Fig. 9.11: fig09_11.cpp // Driver for multiple inheritance example #include using std::cout; using std::endl; #include "base1.h" #include "base2.h" #include "derived.h" int