代码搜索:IC手册
找到约 10,000 项符合「IC手册」的源代码
代码结果 10,000
www.eeworm.com/read/205166/15325197
ic2
www.eeworm.com/read/113897/15444622
ic cmucamlib.ic
#use "CMUCAM3.ic"
#define cmu_WAIT 40L
// Adapted from code by Paul Rybski
// Simplified API for Botball by Randy Sargent 7/30/2002
// Reorganized data output and raw data commands by Jim Peters
www.eeworm.com/read/102720/15761259
1 ic.1
.TH IC 1
.SH NAME
ic \- integer calculator
.SH SYNOPSIS
\fBic\fR [\fIexpression\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "ic " "Start the cal
www.eeworm.com/read/102720/15761514
1 ic.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:03:52 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15761698
1 ic.1
IC(1) Minix Programmer's Manual IC(1)
NAME
ic - integer calculator
SYNOPSIS
ic [expression]
EXAMPLES
ic # S
www.eeworm.com/read/102417/15781541
ic test.ic
START
L1: A= A1 + A2
L2: IF 2 > 1 GOTO L2
L5: IF A2 > B1 GOTO L5
L3: JMP L2
END
www.eeworm.com/read/102417/15781549
y ic.y
%{
#include
#include
#include
%}
%token DECIMAL
%token HEX
%token LABEL
%token VAR
%token START
%token END
%token JMP
%token IF
%token GOTO
%left '+''-'
%
www.eeworm.com/read/102417/15781598
l ic.l
%{
%}
%%
"START" {return (START);}
"END" {return (END);}
"JMP" {return (JMP);}
"IF" {return (IF);}
"GOTO" {return (GOTO);}
[0-9]* {return (DECIMAL);}
[A-Z][A-Z|0-9]* {return (VAR);}
[
www.eeworm.com/read/135160/13954542
txt 说明.txt
该书很长,分了两部分:
第一部分在“类库参考手册一”
后一部分在“类库参考手册”。其内容如下:
本书的索引目录不全,要尝试打开个各文件来查找所需内容。
www.eeworm.com/read/103196/15741437
txt readme.txt
Delphi 4.0 参考手册(中文)
中文翻译很不完整,将就了吧!
如果你有兴趣,不妨就把他翻译完。
到时候别忘记给我送一份哦!