代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/389774/2536641
readme
Expat, Release 1.95.2
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 with the parser before star
www.eeworm.com/read/382594/2634441
readme
Introduction
------------
RMCast is a reliable source-ordered multicast protocol implementation
for message-oriented multi-sender group communication built on top of
IPv4 multicast. It uses se
www.eeworm.com/read/380709/2653858
tex otcl.tex
\chapter{OTcl Linkage}
\label{chap:otcl:intro}
\ns\ is an object oriented simulator,
written in C++, with an OTcl interpreter as a frontend.
The simulator supports a class hierarchy in C++
(also call
www.eeworm.com/read/375736/2720547
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/375736/2720567
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/375736/2720577
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/375736/2720604
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/375736/2720622
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/375736/2720628
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/375736/2720634
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