代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/204040/5035314

asm kerninit.asm

;* ;* COW : Character Oriented Windows ;* ;* kerninit : kernel initialization procedure / kernel exit procedure include kernel.inc include galloc.inc ;* for hi_hexpand include indrv.inc ;
www.eeworm.com/read/204040/5035342

asm ldreloc.asm

;* ;* COW : Character Oriented Windows ;* ;* ldreloc.asm : loader relocation ;* * NOTE : non-conforming procedures (DS == psLom) ;* * NOTE : this code cloned from loader/loadrelo.asm TITLE LO
www.eeworm.com/read/204040/5035357

h kinput.h

/* COW : Character Oriented Windows kinput.h : Kernel Input module header */ #include /* mouse driver */ /***BEGIN_PUBLIC***/ extern BYTE PASCAL fMousePresent; /* valid af
www.eeworm.com/read/204040/5035386

h inkbd.h

/* CW: Character Oriented Windows inkbd.h: Installable keyboard driver CW info */ /***BEGIN_PUBLIC***/ /* Key state masks for keyboard messages (in HIWORD(lParam)) */ #define KK_EXTENDED
www.eeworm.com/read/193974/5138009

py netrc.py

"""An object-oriented interface to .netrc files.""" # Module and documentation by Eric S. Raymond, 21 Dec 1998 import os, shlex __all__ = ["netrc", "NetrcParseError"] class NetrcParseError(Except
www.eeworm.com/read/190666/5181658

java batchupdateexception.java

/* BatchUpdateException.java -- Exception for batch oriented SQL errors Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software;
www.eeworm.com/read/189320/5201349

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 sequence
www.eeworm.com/read/347918/3161811

java xor.java

/* * XOR.java * Sample class to demostrate the use of the Joone's core engine * see the Developer Guide for more details */ /* * JOONE - Java Object Oriented Neural Engine * http://joone.source
www.eeworm.com/read/339586/3298690

txt using.txt

January 26. 2004 Using reSIProcate. ReSIProcate is an object oriented SIP interface and stack implemented in C++. The reSIProcate approach emphasizes consistency, type safety, and ease of use. A c
www.eeworm.com/read/329482/3431502

java co_agent.java

package jns.agent; import jns.util.IPAddr; /** CO_Agent is JNS' minimum interface for an agent that wants to provide a connection-oriented (but not necessarily reliable) service. */ pub