代码搜索:Cook
找到约 1,338 项符合「Cook」的源代码
代码结果 1,338
www.eeworm.com/read/329762/12935026
a86 cio.a86
; File : $CIO.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;----------------------------------------------
www.eeworm.com/read/240317/13224723
a86 cio.a86
; File : $CIO.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;----------------------------------------------
www.eeworm.com/read/486654/6524637
cpp 2075.cpp
/* This Code is Submitted by wywcgs for Problem 2075 on 2005-09-22 at 14:23:09 */
#include
#include
#include
int danger(int, int, int, int, int, int);
int main
www.eeworm.com/read/481966/6633936
cpp 2075.cpp
/* This Code is Submitted by wywcgs for Problem 2075 on 2005-09-22 at 14:23:09 */
#include
#include
#include
int danger(int, int, int, int, int, int);
int main
www.eeworm.com/read/105000/15680027
a86 cio.a86
; File : $CIO.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;----------------------------------------------
www.eeworm.com/read/100336/15876804
a86 cio.a86
; File : $CIO.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;----------------------------------------------
www.eeworm.com/read/145545/12715450
java quiz5_2.java
interface Calculator {
public void calculate();
}
interface Microwave {
public void cook();
}
public class Quiz5_2 implements Calculator,
Microwave {
p