代码搜索:oriented

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

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

asm gfixcomp.asm

;* ;* COW : Character Oriented Windows ;* ;* gfixcomp.asm : global fixed compaction ;* * NOTE : TITLE GFIXCOMP - Global Memory compacted for fixed blocks .xlist include kernel.inc include
www.eeworm.com/read/101015/6262094

asm gmemory3.asm

;* ;* COW : Character Oriented Windows ;* ;* gmemory3.asm : Global memory for DOS 3 ;* * NOTE : the old size of the block is stored in the last 2 bytes ;* * of the MSDOS arena !! TITLE GMEMO
www.eeworm.com/read/101015/6262135

h uscreen.h

/* COW: Character Oriented Windows uscreen.h: Public definitions for USER screen and box */ /***BEGIN_PUBLIC***/ #ifndef NOCOLOR #define DiMake(dm, isa) ((WORD) ((dm) | (isa))) /* -
www.eeworm.com/read/101015/6262144

inc cow.inc

;* ;* COW : Character Oriented Windows ;* ;* cow.inc : general assembly include file DEBPUB = 1 ;* always debugging publics IFDEF ?LOADER ;**** LOADER **** memS = 1 ?WIN = 0 ELSE ;***
www.eeworm.com/read/101015/6262147

h uevent.h

/* COW : Character Oriented Windows uevent.h : Definitions for User Windows */ /***BEGIN_PUBLIC***/ #ifndef NOMSG /* Message structure */ typedef struct _msg { PWND pwnd; WORD mes
www.eeworm.com/read/101015/6262175

h color.h

/* COW : Character Oriented Windows color.h : color info header file */ typedef struct _sa { union { struct { BYTE caMono; /* initial B/W COLOR */ BYTE caColor; /*
www.eeworm.com/read/100320/6270569

c bitio.c

/* * Listing 4 -- bitio.c * * This routine contains a set of bit oriented i/o routines * used for arithmetic data compression. The important fact to * know about these is that the first bit
www.eeworm.com/read/480844/6662467

txt lesson12.txt

Lesson 12: Introduction to Classes C++ is a bunch of small additions to C, and one major addition. This one addition is the object oriented approach. As its name suggests, this d
www.eeworm.com/read/229396/14340740

readme

Expat, Release 1.95.8 This is Expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register handlers w
www.eeworm.com/read/120959/14781203

java abstractclient.java

// This file contains material supporting section 3.7 of the textbook: // "Object Oriented Software Engineering" and is issued under the open-source // license found at www.lloseng.com package ocsf;