代码搜索:attack
找到约 4,769 项符合「attack」的源代码
代码结果 4,769
www.eeworm.com/read/358050/10197043
h swordsman.h
#include "player.h"
class Swordsman:public Player//剑士类,继承人物类
{
public:
Swordsman(int i,char *cptr);//构造函数
void isLevelUp();
bool attack(Player &p);
bool specialatt(Player &p);
void AI(Pla
www.eeworm.com/read/418779/10927773
rules bad-traffic.rules
# Autogenerated skeleton rules file. Do NOT edit by hand
alert udp any 53 any any (msg:"BAD-TRAFFIC dns cache poisoning attempt"; sid:13667; gid:3; rev:3; classtype:misc-attack; reference:cve,2008
www.eeworm.com/read/224875/4801845
c ping_of_death.c
/*
* $Id: ping_of_death.c,v 1.1.1.1 2003/06/26 21:55:11 route Exp $
*
* libnet 1.1
* ICMP ping of death attack
*
* Copyright (c) 1998 - 2003 Mike D. Schiffman
* All ri
www.eeworm.com/read/306178/3746076
c qixinggongyue.c
// qixinggongyue.c 天罡剑法---七星拱月
#include
#include
inherit F_SSERVER;
int perform(object me,object target)
{
int damage,attack,dodge;
string msg;
object ob;
www.eeworm.com/read/306178/3747423
c lian.c
#include
#include
#define LIAN "「" HIG "峰连碧罗" NOR "」"
inherit F_SSERVER;
int perform(object me, object target)
{
string msg;
int ap, dp;
int attack_time,
www.eeworm.com/read/306178/3752204
h sjsz_room.h
//Cracked by Kafei
// Modified by Apache for Group BWDH
// sdong, 8/8/1999
#define BOARD "/clone/board/bwboard"
int do_attack(string arg);
int do_stop(string arg);
int do_bwscore(string arg);
void nud
www.eeworm.com/read/365061/2899530
java defense.java
package org.su.demo.Creature.Attack;
import org.su.demo.Creature.demage.DemagePacket;
import org.su.demo.util.designmode.Obervice;
/*
* 实现观察者接口
* 被攻击方
*/
public class Defense implements
www.eeworm.com/read/448648/7528186
changelog
2003-10-21 Kunihiro Ishiguro
* vty.c: Change buffer handling to prevent DoS attack. Reported
by Jay Fenlason CAN-2003-0795.
2003-08-20 Yasuhiro