代码搜索:Interactive
找到约 5,961 项符合「Interactive」的源代码
代码结果 5,961
www.eeworm.com/read/141937/12976715
pas colors.pas
unit Colors;
interface
// Algorithms are from Foley & Van Dam, Fundamentals of Interactive
// Computer Graphics, pp. 613-16.
// Copyright
www.eeworm.com/read/138238/13248727
m14 power.m14
ELECTRONICS WORKBENCH MODEL FILE
MODELS GENERATED BY:
(c) 1996 INTERACTIVE IMAGE TECHNOLOGIES LTD.
TORONTO, ONTARIO (416)977-5550.
P "ideal" 14 2 1e-3 5 0 0
P "10_to_1" 14
P "25_to_1" 14
www.eeworm.com/read/138238/13248917
m14 misc.m14
ELECTRONICS WORKBENCH MODEL FILE
MODELS GENERATED BY:
(c) 1996 INTERACTIVE IMAGE TECHNOLOGIES LTD.
TORONTO, ONTARIO (416)977-5550.
P "ideal" 14 5 0.001 10 1 1
P "rf" 14
P "rf2" 14
P "25_to_1" 1
www.eeworm.com/read/138238/13248961
m14 audio.m14
ELECTRONICS WORKBENCH MODEL FILE
MODELS GENERATED BY:
(c) 1996 INTERACTIVE IMAGE TECHNOLOGIES LTD.
TORONTO, ONTARIO (416)977-5550.
P "ideal" 14 2 1e-6 1e-3 0 0
P "10_to_1" 14
P "100_to_1" 14
www.eeworm.com/read/321453/13404473
unix faq
发信人: wshu (树上的老虎), 信区: Unix
标 题: UNIX FAQ 中文版(五)
发信站: BBS 水木清华站 (Mon May 19 10:14:57 1997)
本篇文章回答以下问题:
5.1) shell 要如何分类呢?
5.2) 在一个 shell script 里面要如? "include" 另一个 shell sc
www.eeworm.com/read/318168/13484574
ini uniface.ini
;PSPad user HighLighter definition file
[Settings]
Name=Uniface
HTMLGroup=0
FileType=*.exp,*.trx,*.pro
CommentString=;
BasComment=1
Preprocessors=1
IndentChar=
UnIndentChar=
TabWidth=3
Sing
www.eeworm.com/read/238536/13877462
pas colors.pas
unit Colors;
interface
// Algorithms are from Foley & Van Dam, Fundamentals of Interactive
// Computer Graphics, pp. 613-16.
// Copyright
www.eeworm.com/read/144212/5753055
tests read-nchars.tests
# interactive
# from tty
read -n 3 -p 'enter three chars: ' xyz
echo
echo $xyz
# using readline
read -p 'enter 3 chars: ' -e -n 3 abc
# readline outputs a newline for us, so we don't need the extra
www.eeworm.com/read/131315/5934398
cshrc dot.cshrc
#csh .cshrc file
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias su su -m
setenv EDITOR vi
setenv EXINIT 'set autoindent'
setenv PAGER more
set path = (~/b
www.eeworm.com/read/131315/5936450
h i386isc.h
/* Definitions for Intel 386 running Interactive Unix System V.
Specifically, this is for recent versions that support POSIX;
for version 2.0.2, use configuration option i386-sysv instead. */