代码搜索:oriented

找到约 6,870 项符合「oriented」的源代码

代码结果 6,870
www.eeworm.com/read/254811/4380233

asm util.asm

;* ;* COW : Character Oriented Windows ;* ;* util.asm : user utilities (DOS 3 & 5) title util - low level utilities for COW USER .xlist include user.inc .list include insyd.inc sBe
www.eeworm.com/read/254811/4380235

c dlgutil.c

/* COW : Character Oriented Windows dlgutil.c : dialog utility routines */ #define COW #include #define DIALOG #include #include #include
www.eeworm.com/read/254811/4380250

asm ktimer.asm

;* ;* COW : Character Oriented Windows ;* ;* ktimer.asm : kernel timer routine (for LRU sweep only at present). include kernel.inc ctickLruMax EQU 6 ;* 6/18 = 1/3 s (approx.) IFDEF DE
www.eeworm.com/read/254811/4380287

c gacheck.c

/* COW : Character Oriented Windows gacheck.c : global heap check procedure (DEBUG ONLY) */ #define COW #include #include #include #ifdef DEBUG /* entire
www.eeworm.com/read/172172/9722123

m initlssvm.m

function model = initlssvm(X,Y,type, gam, sig2, kernel_type, preprocess, implementation,cgashow) % Initiate the object oriented structure representing the LS-SVM model % % model = initlssvm(X,Y, typ
www.eeworm.com/read/367440/9748496

m initlssvm.m

function model = initlssvm(X,Y,type, gam, sig2, kernel_type, preprocess, implementation,cgashow) % Initiate the object oriented structure representing the LS-SVM model % % model = initlssvm(X,Y, typ
www.eeworm.com/read/412762/11186068

java calculator.java

package object.oriented.work; import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; public class Calculator extends JFrame implements ActionListener {/
www.eeworm.com/read/235248/14080233

h import1.h

// import1.h // testing value-oriented imports #ifdef __UNDERC__ #lib import1.dll #define EXPORT #else #define EXPORT __declspec(dllexport) #endif class EXPORT FatString { private: st
www.eeworm.com/read/201218/15413225

m initlssvm.m

function model = initlssvm(X,Y,type, gam, sig2, kernel_type, preprocess, implementation,cgashow) % Initiate the object oriented structure representing the LS-SVM model % % model = initlssvm(X,Y, typ
www.eeworm.com/read/108874/15572946

htm ei34.htm

Effective C++, 2E | Item 34: Minimize compilation dependencies between files Back to Item 33: Use inlining judiciously. Continue to Inheritance and Object-Oriented Design Item 34: Minimize compilatio