代码搜索:Pretty
找到约 1,942 项符合「Pretty」的源代码
代码结果 1,942
www.eeworm.com/read/131315/5944052
out pretty.out
program bench3 ( input , output ) ;
const max = 100 ;
var i , len : integer ;
inline : packed array [ 1 .. max ] of char ;
palind : Boolean ;
begin
while not eof do begin
len := 0 ;
www.eeworm.com/read/131315/5944125
p pretty.p
program pretty(input,output);
const SYMLENGTH = 15;
type
kinds = (ident, number, op, endfile);
symb = array[1..SYMLENGTH] of char;
scanres = record
symbol:symb;
kind:kinds;
end;
var
i,j,
www.eeworm.com/read/108242/6183622
c pretty.c
/* pretty - MINIX prettyprinter Author: Andy Tanenbaum */
/* This program is just a post processor for indent. Unfortunately,
* indent can't quite produce MINIX format output. This program takes
www.eeworm.com/read/101135/6238240
1 pretty.1
.TH PRETTY 1
.SH NAME
pretty \- MINIX pretty printer
.SH SYNOPSIS
\fBpretty \fIfile ...\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "pretty file1 file2
www.eeworm.com/read/101135/6238493
1 pretty.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:04:15 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101135/6238677
1 pretty.1
PRETTY(1) Minix Programmer's Manual PRETTY(1)
NAME
pretty - MINIX pretty printer
SYNOPSIS
pretty file ...
EXAMPLES
pretty file1 file
www.eeworm.com/read/480287/6669093
m pretty.m
www.eeworm.com/read/347945/11623613
m pretty.m
function sys = pretty(F)
% PRETTY Pretty print an SET object
% PRETTY(F) tries to print the SET F in a format that
% resembles type-set mathematics.
%
% Requires the Symbolic Math Toolbox
www.eeworm.com/read/231996/14212075
css pretty.css
body {
font-size: 90%;
font-family: verdana, arial, sans-serif;
}
tt, code, pre, .type {
font-family: andale mono, courier new, courier, monospace;
font-size: 90%;
}
/* Based on http
www.eeworm.com/read/116214/14982612
atg pretty.atg
/**********************************************************
** PRETTY.ATG
** Coco/R C Taste Pretty Printer Example.
** Adapted to C++ by Frankie Arzu
** from Moessenb