代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/101015/6262084
asm ldseg.asm
;*
;* COW : Character Oriented Windows
;*
;* ldseg.asm : segment loader
.xlist
include kernel.inc
include galloc.inc
include rlb.inc ;* relocation info
.list
IFDEF DEBPUB
PUBLI
www.eeworm.com/read/101015/6262103
asm galloc.asm
;*
;* COW : Character Oriented Windows
;*
;* galloc.asm : global memory allocation
TITLE GALLOC - Global memory allocator
.xlist
include kernel.inc
include galloc.inc
include pbi.inc
www.eeworm.com/read/101015/6262115
h kmem.h
/*
COW : Character Oriented Windows
kmem.h : Kernel Memory module header + misc Kernel stuff
*/
/***BEGIN_PUBLIC***/
extern BYTE PASCAL fShellPresent; /* DOS 3 : SHELL.EXE hook */
HAN
www.eeworm.com/read/101015/6262123
h uutil.h
/*
COW : Character Oriented Windows
uutil.h : Definitions for User Windows
Cmerge definitions from util.asm + sdmasm.asm
*/
#include /* installable driver */
/***BEGIN_PUB
www.eeworm.com/read/116213/6348359
readme
SUMMARY T-gen Version 2.2.1.
T-gen is a general-purpose object-oriented tool for the
automatic generation of string-to-object translators.
It is written in Smalltalk and lives in the Smalltalk
www.eeworm.com/read/406138/11449003
java calculator.java
/**线性计算器
Simple line-oriented calculator program. The class
can also be used to create other calculator programs.
*/
public class Calculator
{
private double result;
private double
www.eeworm.com/read/403957/11494308
htm related.htm
ALSO AVAILABLE IN PAPERBACK
Design Patterns: Elements of Reusable Object-Oriented
Software
Erich Gamma, Richard Helm,
www.eeworm.com/read/403957/11494970
htm related.htm
ALSO AVAILABLE IN PAPERBACK
Design Patterns: Elements of Reusable Object-Oriented
Software
Erich Gamma, Richard Helm,
www.eeworm.com/read/225725/14521680
htm ei35.htm
Effective C++, 2E | Item 35: Make sure public inheritance models "isa" Back to Inheritance and Object-Oriented Design
Continue to Item 36: Differentiate between inheritance of interface and inheritan
www.eeworm.com/read/11175/207395
c rect.c
/*
COW : Character Oriented Windows
rect.c : Rectangle support
*/
#define COW
#include
#define WINDOW
#include
#include
PUBLIC BOOL FARPUBLIC