代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/324367/13268302

txt pgm0a_07.txt

// // 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) 2001--2
www.eeworm.com/read/324367/13268398

txt pgm0a_04.txt

// // This file contains the C# code from Program A.4 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C#" // by Bruno R. Preiss. // // Copyright (c) 2001--2
www.eeworm.com/read/324367/13268571

txt pgm0a_05.txt

// // This file contains the C# code from Program A.5 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C#" // by Bruno R. Preiss. // // Copyright (c) 2001--2
www.eeworm.com/read/322019/13391015

h enum.h

#ifndef OOENUM_H #define OOENUM_H #include "myexport.h" #include #include #include typedef QMap NameMap; //start /** @short An object-oriented enu
www.eeworm.com/read/319487/13450507

readme

C++ and Object-Oriented Numeric Computing for Scientists and Engineers Daoqi Yang, Springer, New York, 2001. ISBN:0-387-98990-0 The code that I have used in each chapter are in the subdirectorie
www.eeworm.com/read/152843/5666045

kconfig

config BT_RFCOMM tristate "RFCOMM protocol support" depends on BT && BT_L2CAP help RFCOMM provides connection oriented stream transport. RFCOMM support is required for Dialup Networking, OBE
www.eeworm.com/read/135941/5876988

kconfig

config BT_RFCOMM tristate "RFCOMM protocol support" depends on BT && BT_L2CAP help RFCOMM provides connection oriented stream transport. RFCOMM support is required for Dialup Networking, OBE
www.eeworm.com/read/121089/6069532

asm kanji.asm

;* ;* CW : Character Oriented Windows ;* ;* kanji.asm : Kanji (DBCS) support routines .xlist include user.inc IFDEF KANJI ;* entire file include kanji.inc .list sBegin USER_CORE
www.eeworm.com/read/121089/6069537

inc util.inc

; ; COW : Character Oriented Windows ; ; util.inc : utilities, cow private interface ; ; ;* * Find First/Next info (must jive with dirlist.h) FDE STRUC dtaFde DB 21 DUP (?) ;* 21 bytes f
www.eeworm.com/read/121089/6069544

c medit.c

/* COW : Character Oriented Windows (COW USER EDIT) medit.c : multiline edit manager (C portion) */ #define COW #include #ifdef EDIT_FULLMGR /* entire file */ #include