代码搜索:DBASE
找到约 1,041 项符合「DBASE」的源代码
代码结果 1,041
www.eeworm.com/read/306178/3750449
c human.c
// human.c
// From ES2
// Modified by Xiang@XKX
// A normal human is at least 40 kg weight
#define BASE_WEIGHT 40000
inherit F_DBASE;
inherit F_SKILL;
mapping *combat_action = ({
([ "a
www.eeworm.com/read/306178/3750525
c combatd.c
// combatd.c
// modify by zzz year 2000
#pragma optimize
#include
#include
#include
#include
inherit F_DBASE;
mapping *combat_action = ({
([ "ac
www.eeworm.com/read/306178/3750559
c dagger.c
// dagger.c
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
varargs void init_dagger(int damage, int flag)
{
if( clonep(this_object()) ) return;
set("weapon_
www.eeworm.com/read/306178/3750562
c hammer.c
// hammer.c
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
varargs void init_hammer(int damage, int flag)
{
if( clonep(this_object()) ) return;
set("weapon_
www.eeworm.com/read/306178/3752154
c bow.c
//Cracked by Kafei
// bow.c for sjsz
// kane, 13/8/98
// sdong, modified it for sjsz
#include
#include
#ifdef AS_FEATURE
#include
#else
inherit EQUIP;
#endif
private i
www.eeworm.com/read/174454/9586733
cpp animaldlg.cpp
// AnimalDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Animal.h"
#include "AnimalDlg.h"
#include "Rule.h"
#include "Dbase.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH
www.eeworm.com/read/11356/228334
s pc100vec.s
; PC-100 (8530 card) interrupt hooks
include asmglobal.h
extrn Stktop,Spsave,Sssave,pcint:proc,doret:proc,eoi:proc
.CODE
dbase dw @Data ; save loc for ds (must be in code segment)
; pc0v