代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/101015/6262121

h umenu.h

/* COW: Character Oriented Windos umenu.h : Definitions for User Menu */ /***BEGIN_PUBLIC***/ #ifndef NOMENUS /* hack for nameless unions in CC */ #ifdef CC #define CC_USZ u #d
www.eeworm.com/read/101015/6262153

inc newexe.inc

; SCCSWHAT( "@(#)newexe.inc 1.1 87/12/19 16:42:42 " ) ;* ;* COW : Character Oriented Windows ;* ;* newexe.inc : Munged version of NEWEXE ;* * things that are not used for COW have been removed
www.eeworm.com/read/479680/6684838

txt kernel.inc.txt

;* ;* COW : Character Oriented Windows ;* ;* kernel.inc : kernel include file .xlist include cow.inc include lom.inc .list ;* * must import from version file (for swapped versi
www.eeworm.com/read/256510/11992556

cpp pgm0a_08.cpp

// // This file contains the C++ code from Program A.8 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/256510/11993008

cpp pgm0a_10.cpp

// // This file contains the C++ code from Program A.10 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/256510/11993159

cpp pgm0a_07.cpp

// // This file contains the C++ code from Program A.7 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/256510/11993205

cpp pgm0a_09.cpp

// // This file contains the C++ code from Program A.9 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/153768/12008210

el cweb.el

;; This file contains extensions to GNU-Emacs, to wit: ; (1) some WEB-oriented functions that are also of general use ; (2) changes to the GNU-distributed TeX mode ; (3) definitions of simple WEB and
www.eeworm.com/read/150749/12267251

m demomodel.m

% Copyright (c) 2002, KULeuven-ESAT-SCD, License & help @ http://www.esat.kuleuven.ac.be/sista/lssvmlab clc; disp(' This demo explains the use of the advanced object oriented interface'); disp(' '
www.eeworm.com/read/150749/12267258

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %