代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/375736/2720575
c dirlist3.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
dirlist3.c : DOS3 version of FBuildDirectoryList
*/
#define COW
#include
#ifdef LISTBOX_DIR /* entire file */
#defi
www.eeworm.com/read/375736/2720597
c menucore.c
/*
COW : Character Oriented Windows
menucore.c : menu handler
Contains functions that must be in core segment.
*/
#define COW
#include
#include
#include
www.eeworm.com/read/375736/2720646
c assertns.c
/*
COW : Character Oriented Windows
assertns.c : AssertFailed() procedures for DOS 3/5 non-swapped
*/
#define COW
#include
#include /* for EndCow() */
#define LINT_
www.eeworm.com/read/375736/2720706
h sdmver.h
/*
COW : Character Oriented Windows
sdmver.h : sdm version control
*/
/***BEGIN_PUBLIC***/
#define SDM_COW 1
/* #define SDM_ST */
/* #define SDM_LOCK */
/***END_PUBLIC***/
www.eeworm.com/read/375022/2742911
js mootree.js
/*
Script: mootree.js
My Object Oriented Tree
- Developed by Rasmus Schultz,
- Tested with MooTools release 1.11, under Firefox 2 and Internet Explorer 6 and 7.
License:
www.eeworm.com/read/363919/2909616
js mootree.js
/*
Script: mootree.js
My Object Oriented Tree
- Developed by Rasmus Schultz,
- Tested with MooTools release 1.11, under Firefox 2 and Internet Explorer 6 and 7.
License:
www.eeworm.com/read/260597/4330522
asm kanji.asm
;*
;* CW : Character Oriented Windows
;*
;* kanji.asm : Kanji (DBCS) support routines
.xlist
include user.inc
IFDEF KANJI ;* entire file
include kanji.inc
.list
sBegin USER_CORE
www.eeworm.com/read/260597/4330527
inc util.inc
;
; COW : Character Oriented Windows
;
; util.inc : utilities, cow private interface
;
;
;* * Find First/Next info (must jive with dirlist.h)
FDE STRUC
dtaFde DB 21 DUP (?) ;* 21 bytes f
www.eeworm.com/read/260597/4330534
c medit.c
/*
COW : Character Oriented Windows
(COW USER EDIT)
medit.c : multiline edit manager (C portion)
*/
#define COW
#include
#ifdef EDIT_FULLMGR /* entire file */
#include
www.eeworm.com/read/260597/4330543
asm overlutl.asm
;*
;* COW : Character Oriented Windows
;*
;* util.asm : user utilities (DOS 3 & 5)
title util - low level utilities for COW USER
.xlist
include user.inc
.list
sBegin USER_CORE
a