代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/292622/8345125
bak p1311.bak
program dcjl;
const
MAXN=50;
var
map:array[1..MAXN,1..MAXN] of integer;
used:array[1..MAXN] of 0..2;
word:array[1..MAXN] of string;
n,i,max:integer;
ch:char;
fun
www.eeworm.com/read/292622/8345148
bak p1340(ac).bak
const
MAXN=25;
MAXM=25;
dx:array[1..4] of integer=(-1,1,0,0);
dy:array[1..4] of integer=(0,0,-1,1);
var
map:array[0..MAXN+1,0..MAXM+1] of char;
d:array[1..MAXN,1..MAXM]
www.eeworm.com/read/292622/8345153
pas p1059.pas
program p1059;
var
cas:array[1..100,1..100] of integer;
n,i,k:integer;
len:array[1..100] of integer;
high:array[1..100] of longint;
min,max,v:longint;
ok:boolean;
www.eeworm.com/read/292622/8345157
pas p1121m.pas
program p1121m;
const
MAXN=15;
MAXM=15;
ma:array[1..8,1..2] of integer=((-2,1),(-1,2),(1,2),(2,1),(-2,-1),(-1,-2),(1,-2),(2,-1));
var
can:array[0..MAXN,0..MAXM] of boolean;
www.eeworm.com/read/292622/8345190
bak p1121m.bak
program p1121m;
const
MAXN=15;
MAXM=15;
ma:array[1..8,1..2] of integer=((-2,1),(-1,2),(1,2),(2,1),(-2,-1),(-1,-2),(1,-2),(2,-1));
var
can:array[0..MAXN,0..MAXM] of boolean;
www.eeworm.com/read/292622/8345213
pas p1118(2).pas
program p1118;
const
MAXS=6;
MAXK=40;
var
str,line:string;
word:array[1..MAXS] of string;
i,j,m,p,k,s:integer;
f:array[0..200,0..MAXK] of integer;
b:array[1..200,1..200] of integer;
www.eeworm.com/read/292622/8345225
bak p1179b.pas.bak
program p1179b;
var
now:array[1..20] of integer;
t,can:array[0..10000] of boolean;
ans:array[1..20] of integer;
best:integer;
n,k,i,h,ma:integer;
procedure get(p:integer; var maxn:integ
www.eeworm.com/read/174505/9585197
pas pathfunc.pas
unit PathFunc;
{
Inno Setup
Copyright (C) 1997-2004 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
This unit provides some path-re
www.eeworm.com/read/174505/9585243
pas wizard.pas
unit Wizard;
{
Inno Setup
Copyright (C) 1997-2004 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Wizard form
$jrsoftware: iss
www.eeworm.com/read/174505/9585311
pas compile.pas
unit Compile;
{
Inno Setup
Copyright (C) 1997-2004 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Compiler
$jrsoftware: issrc