代码搜索:practice
找到约 1,173 项符合「practice」的源代码
代码结果 1,173
www.eeworm.com/read/300587/13904206
c 1092.c
/*
1092 A+B for Input-Output Practice (IV)
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 5120 K
VC
*/
#include
#define MAX 1000
int main()
{
int num,ans[MAX]={0},n
www.eeworm.com/read/466324/7033895
java exercise11_1.java
// Exercise11_1.java: Practice on containers and layout
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Exercise11_1 extends JFrame {
private JButton jbt1, jbt2
www.eeworm.com/read/130824/14173291
h cgen.h
/* cgen.h
* The code generator interface to the TINY compiler
*代码生成器
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编译原理及实践
* (美) Kenneth C. Louden 著
* 冯博琴 冯岚 等译
www.eeworm.com/read/130824/14173299
c tm.c
/* File: tm.c
* The TM ( Tiny Machine ) computer
* K. C. Louden CCPP-C
*
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编译原理及实践
* (美) Kenneth C. Louden 著
* 冯博琴
www.eeworm.com/read/130824/14173324
h symtab.h
/* symtab.h
* Symbol table interface for the TINY conpiler
* (allows only one symbol table)
*执行与T I N Y应用相符的符号表的杂凑表
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编
www.eeworm.com/read/306178/3746127
c ding-force.c
// ding-force.c 小丁气功
inherit FORCE;
int valid_enable(string usage) { return usage == "force"; }
int valid_learn(object me)
// need more limit here
{
return 1;
}
int practice_skill(object me)
{
r
www.eeworm.com/read/306178/3746667
c cloudforce.c
inherit FORCE;
int valid_enable(string usage) { return usage=="force"; }
int valid_learn(object me) { return 1; }
int practice_skill(object me)
{
return
notify_fail("淡云心法只能用学的,或
www.eeworm.com/read/306178/3746891
c yunlong-xinfa.c
// yunlong-xinfa.c 云龙心法
inherit SKILL;
void create() { seteuid(getuid()); }
string type() { return "knowledge"; }
int practice_skill(object me)
{
return notify_fail("云龙心法只能靠学(learn)来提高。\n");
}
s
www.eeworm.com/read/306178/3747105
c jingxing.c
inherit FORCE;
int valid_enable(string usage) { return usage=="force"; }
int valid_learn(object me) { return 1; }
int practice_skill(object me)
{
return
notify_fail("静行心法只能用学的,或
www.eeworm.com/read/306178/3760634
h kantai2.h
//Cracked by Kafei
// /d/bwdh/kantai2.h
// 看台
// by sdong 09/25/98
#include
inherit ROOM;
#define CANGKU "/d/bwdh/cangku"
int do_practice(string arg);
int do_study(string arg);
st