代码搜索:oriented

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

代码结果 6,870
www.eeworm.com/read/101015/6262089

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/101015/6262097

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/101015/6262098

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/478645/6712106

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/261494/11641960

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/251092/12364957

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/123850/14609276

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/216488/15005704

m vsblockc.m

function W=VSblockC(X,F,S,VSalg,B,el,Bf) % VSblockC Vector Selection for block-oriented frame, (special version) % which use a compiled C++ program to do the actual work. % The interface o
www.eeworm.com/read/216488/15005722

m vsblock.m

function W=VSblock(X,Fin,S,VSalg,B,el,Bf) % VSblock Vector Selection for block-oriented frame, % several (=B) blocks may be done at each step (each call to VSalg) % At each step we sele
www.eeworm.com/read/11175/207410

c static.c

/* COW : Character Oriented Windows static.c : WndProc for static text items */ #define COW #include #include #include #include #include "dia