代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/223063/14662821
cpp pgm09_08.cpp
//
// This file contains the C++ code from Program 9.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/223063/14662824
cpp pgm10_08.cpp
//
// This file contains the C++ code from Program 10.8 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/120959/14781207
java connectiontoclient.java
// This file contains material supporting section 3.8 of the textbook:
// "Object Oriented Software Engineering" and is issued under the open-source
// license found at www.lloseng.com
package ocsf.s
www.eeworm.com/read/11175/207426
h _sedit.h
/*
COW : Character Oriented Windows
_sedit.h : single line edit specific stuff
*/
/* * Range for valid wParam for WM_CHAR (9 bits) */
/* NOTE : be careful if you change these */
#define wE
www.eeworm.com/read/11175/207448
inc edityp.inc
;*
;* COW : Character Oriented Windows
;*
;* edityp.inc : Multi-line edit manager main structures
;* * REVIEW : these should be cleaned up.
;* * REVIEW : this should be generated from "umedit.h"
www.eeworm.com/read/11175/207460
h _menu.h
/*
COW : Character Oriented Windows
_menu.h : menu private info
*/
/* Menu Bar */
#define ayMenu ((AY) 0) /* menu at top of screen */
#define axMenuMin ((AX) 0) /* start at left of screen
www.eeworm.com/read/11175/207491
c cowseg.c
/*
COW : Character Oriented Windows
cowseg.c : segment order fix utility
NOTE : This is my (SAR) copy of the DOSSEG tool.
It only allows addition of the Force segment comment to MASM .OBJ
www.eeworm.com/read/11175/207517
asm glock.asm
;*
;* COW : Character Oriented Windows
;*
;* glock.asm : Global memory allocator - Locking procedures
.xlist
include kernel.inc
include galloc.inc
.list
sBegin KERNEL
assumes CS
www.eeworm.com/read/11175/207523
asm handle.asm
;*
;* COW : Character Oriented Windows
;*
;* handle.asm : handle table control
TITLE HANDLE - Handle Table Manager
include kernel.inc
include galloc.inc
; This code assumes the followi
www.eeworm.com/read/11175/207529
asm debug5.asm
;*
;* COW : Character Oriented Windows
;*
;* debug5.asm : debug support for OS/2
include kernel.inc
IFDEF DEBUG ;* entire file!!
externFP
sBegin KERNEL
assumes C