代码搜索:monkey
找到约 1,170 项符合「monkey」的源代码
代码结果 1,170
www.eeworm.com/read/288166/8649713
h version.h
/* Monkey HTTP Daemon v0.1.1 by EdsipeR (edsiper@linux-chile.org)
* --------------------------------------------------------------
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/288166/8649717
h mimetype.h
/* Monkey HTTP Daemon v0.1.1 by EdsipeR (edsiper@linux-chile.org)
* --------------------------------------------------------------
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/288166/8649718
h method.h
/* Monkey HTTP Daemon v0.1.1 by EdsipeR (edsiper@linux-chile.org)
* --------------------------------------------------------------
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/288166/8649720
h request.h
/* Monkey HTTP Daemon v0.1.1 by EdsipeR (edsiper@linux-chile.org)
* --------------------------------------------------------------
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/320003/3550787
out littletest31.out
unit littletest31;
interface
const
soysoysoymakesyoustrong = 44;
type
tsoy = record
monkey: string[soysoysoymakesyoustrong];
greekisland: integer;
end;
implementati
www.eeworm.com/read/320003/3551240
out littletest31.out
unit LittleTest31;
interface
const
SOYSOYSOYMAKESYOUSTRONG = 44;
type
TSoy = record
Monkey: string[SOYSOYSOYMAKESYOUSTRONG];
GreekIsland: integer;
end;
implementa
www.eeworm.com/read/320003/3551091
out testemptycase.out
unit testemptycase;
interface
implementation
procedure monkey(const pi: integer);
const
krukolibidinous = 12;
begin
case pi of
1: ;
2: ;
3: ;
krukolibidinous:
www.eeworm.com/read/320003/3551426
out littletest37.out
unit LittleTest37;
{
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility }
interface
implementation
const
MONKEY = integer($80000
www.eeworm.com/read/299153/7883032
java concreteaggregate.java
package com.javapatterns.iterator.blackbox;
public class ConcreteAggregate extends Aggregate
{
private Object[] objs = {"Monk Tang",
"Monkey", "Pigsy",
"Sandy", "Horse"};
www.eeworm.com/read/299153/7883114
java concreteaggregate.java
package com.javapatterns.iterator.whitebox;
public class ConcreteAggregate extends Aggregate
{
private Object objs[]= {"Monk Tang",
"Monkey", "Pigsy",
"Sandy", "Horse"};