代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/375736/2720617

asm gcompact.asm

;* ;* COW : Character Oriented Windows ;* ;* gcompact.asm : global compaction ;* * NOTE :assumes stack never moves ! TITLE GCOMPACT - Global memory compactor .xlist include kernel.inc
www.eeworm.com/read/375736/2720648

asm ldstack.asm

;* ;* COW : Character Oriented Windows ;* ;* ldstack.asm : stack walking TITLE LDSTACK - stack walking procedures .xlist include kernel.inc include galloc.inc .list ;**************
www.eeworm.com/read/375736/2720659

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/375736/2720663

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/375736/2720704

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/375736/2720713

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/375736/2720716

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/375736/2720737

asm setmode.asm

; TITLE SETMODE - Mode oriented routines for MSHERC. ;*** ;SETMODE ; ; Copyright 1987, 1988, Microsoft Corporation ; ;Purpose: ; Set graphics mode, get video state and check hardware card
www.eeworm.com/read/375736/2721041

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/375736/2721056

h itl.h

/* COW : Character Oriented Windows itl.h : Internationalization header This contains strings for use in QBASIC dialog boxes. You have a string in quotes, followed by its length + th