代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/321465/3536541
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/314491/3632030
asm mem.asm
page 75,132
%title "Object Oriented Memory Management System - TASM 3.0"
; Copyright (c) 1991 by Borland International
ifndef MDL
display "Error: This module requires that you provide a memo
www.eeworm.com/read/305277/3777129
scala separator.scala
package scala.swing
import javax.swing._
/**
* @see javax.swing.JSeparator
*/
class Separator(override val peer: JSeparator) extends Component(peer) with Oriented {
def this() = this(new JSepara
www.eeworm.com/read/290228/3983839
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/447433/1704211
cpp parsecmd.cpp
// simple command line parsing, code is adopted from "Journal of Object-Oriented Programming March 2001"
#pragma warning( disable : 4786 )
#include "ParseCmd.h"
using namespace std;
CCmdL
www.eeworm.com/read/445435/1721837
svn-base co_agent.java.svn-base
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
www.eeworm.com/read/445435/1721843
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
www.eeworm.com/read/433911/1881413
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/430898/1915201
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/396039/2425375
oop readme.oop
This README explains the Objected Oriented ( OO ) nature of the code,
i.e. naming convention of the subroutine names and variables.
1, Since the code is written in pure ANSI C, so encapulation canno