代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/254811/4380289
asm krun.asm
;*
;* COW : Character Oriented Windows
;*
;* krun.asm : Run/Exec
TITLE KRUN - Kernel RUN
include kernel.inc
include galloc.inc
ifdef Exec_Alternate
include krun2.asm ;* REVIEW --
www.eeworm.com/read/254811/4380297
asm ktimer5.asm
;*
;* COW : Character Oriented Windows
;*
;* ktimer5.asm : DOS 5 kernel timer (for ticks)
include kernel.inc
IFNDEF DOS5
.error -- only DOS 5
ENDIF
sBegin DATA
assumes DS,DGROUP
www.eeworm.com/read/254811/4380298
asm mouse5.asm
;*
;* COW : Character Oriented Windows
;*
;* mouse5.asm : mouse input control (DOS 5)
title mouse - Mouse control code for COW KERNEL (DOS 5)
include kernel.inc
include uevent.inc ;* MK
www.eeworm.com/read/104413/15694652
txt overloading overriding runtime type and object orientation (1).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:01:58 AM
6)Overloading overriding runtime type and object orientation
Objective 1)
State the benefits of encapsulation in object oriented design and wri
www.eeworm.com/read/285874/8806312
htm ec6.htm
Effective C++, 2E | Chapter 6: Inheritance and Object-Oriented Design Back to Item 34: Minimize compilation dependencies between files.
Continue to Item 35: Make sure public inheritance models "isa."
www.eeworm.com/read/279032/10479541
htm ec6.htm
Effective C++, 2E | Chapter 6: Inheritance and Object-Oriented Design Back to Item 34: Minimize compilation dependencies between files.
Continue to Item 35: Make sure public inheritance models "isa."
www.eeworm.com/read/271050/11010765
pkg reg_file_class.pkg
-- package containing hardware-oriented spec types
library IEEE;
library vfp;
use IEEE.std_logic_1164.all;
use vfp.integer_class.all;
package reg_file_class is
constant depth : integ
www.eeworm.com/read/239682/13261727
java sudokugui.java
// Name: Tsang Kai Ming, Patrick (25)
// Couse Code 41300/1 Group V
// Subject: ICT-1414 Object-oriented Programming
// Sudoku Assignment 2 File (Java Programming)
import java.awt.*;
import jav
www.eeworm.com/read/239682/13261732
java sudokufile.java
// Name: Tsang Kai Ming, Patrick (25)
// Couse Code 41300/1 Group V
// Subject: ICT-1414 Object-oriented Programming
// Sudoku Assignment 2 File (Java Programming)
import java.io.*;
import java
www.eeworm.com/read/239682/13261739
java grid.java
// Name: Tsang Kai Ming, Patrick (25)
// Couse Code 41300/1 Group V
// Subject: ICT-1414 Object-oriented Programming
// Sudoku Assignment 2 File (Java Programming)
import java.util.Arrays;
clas