代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/212387/15156628
java ball.java
//
// general purpose reusable bounding ball abstraction
//
// From Chapter 5 of
// Understanging Object-Oriented Programming with Java
// Written by Tim Budd
// Published by Addison-Wesley Longman
//
www.eeworm.com/read/212387/15156643
java ball.java
//
// general purpose reusable bounding ball abstraction
//
// From Chapter 5 of
// Understanging Object-Oriented Programming with Java
// Written by Tim Budd
// Published by Addison-Wesley Longman
//
www.eeworm.com/read/212387/15156656
java ball.java
//
// general purpose reusable bounding ball abstraction
//
// From Chapter 5 of
// Understanging Object-Oriented Programming with Java
// Written by Tim Budd
// Published by Addison-Wesley Longman
//
www.eeworm.com/read/212387/15156664
java multiballworld.java
//
// Multiple Ball version of the Ball World Game
// Described in Chapter 5 of
// Understanding Object-Oriented Programming with Java
// by Timothy A Budd
// Published by Addison-Wesley
//
// see ftp
www.eeworm.com/read/209338/15223174
m straightline.m
% Question No:1
% A binary image contains straight lines oriented horizontally, vertically,
% at 45 degree and at -45 degree. Detect these straight lines in that image.
function straightline(x)
www.eeworm.com/read/9539/169707
c avrxfifo.c
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/11175/207411
h window.h
/*
COW : Character Oriented Windows
window.h : Window cow private interface
*/
extern PWND PASCAL pwndRoot;
VOID FARPRIVATE ValidateWindow(PWND);
VOID FARPRIVATE UpdateCursor(void);
www.eeworm.com/read/11175/207419
h shadow.h
/*
COW : Character Oriented Windows
shadow.h : shadow specifics
*/
#define diShadowInit (dmAttrOnly | isaShadow)
#ifdef WINDOW_OVERLAP
#define daxShadowInit 2
#define dayShadowInit 1
www.eeworm.com/read/11175/207440
h general.h
/*
COW : Character Oriented Windows
general.h : general render cow private interface
*/
DWORD FARPUBLIC GeneralWndProc(PWND, WORD, WORD, DWORD);
/* Function at end of WND structure !! */
www.eeworm.com/read/11175/207443
h scroll.h
/*
COW : Character Oriented Windows
scroll.h : scroll bar cow private interface
*/
#define cwExtraScroll 5 /* size of rgwExtra for scroll windows */
/* scroll bar definitions */
#def