代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/242732/4541727

h base.h

#if !defined(__INCLUDE_WIN_BASE_H) #define __INCLUDE_WIN_BASE_H #include /* w32 base server */ #define WIN_SRV_BASE 1 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_
www.eeworm.com/read/235810/4645994

cs testzero.cs

using System; namespace Example_2 { /// /// 该程序演示委托和事件的用法。 /// class EventTest { // 定义返回类型为 void 的委托 public delegate void NotifyZero(); // 定义一个与委托 Notify
www.eeworm.com/read/216802/4884125

h base.h

#if !defined(__INCLUDE_WIN_BASE_H) #define __INCLUDE_WIN_BASE_H #include /* w32 base server */ #define WIN_SRV_BASE 1 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_
www.eeworm.com/read/205824/5019469

h base.h

#if !defined(__INCLUDE_WIN_BASE_H) #define __INCLUDE_WIN_BASE_H #include /* w32 base server */ #define WIN_SRV_BASE 1 typedef VOID (CALLBACK * BASE_PROCESS_CREATE_NOTIFY_
www.eeworm.com/read/320121/3550392

php notification.php

www.eeworm.com/read/306178/3746055

java shenlong-xinfa.java

// shenlong-xinfa.c 神龙心法 inherit SKILL; void create() { seteuid(getuid()); } string type() { return "knowledge"; } int practice_skill(object me) { return notify_fail("神龙心法只能靠学(learn)来提高。\n");
www.eeworm.com/read/306178/3746248

c jingheal.c

// jingheal.c #include int exert(object me, object target) { if( !target ) return notify_fail("你要用真气为谁疗伤?\n"); if( me->is_fighting() || target->is_fighting()) return noti
www.eeworm.com/read/306178/3746352

c xianjing.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/3746497

c shenzu.c

//神足 exert shenzu #include void remove_effect(object me); int exert(object me) { if( (int)me->query_skill("shayi-xinfa", 1) < 180 ) return notify_fail("你的杀
www.eeworm.com/read/306178/3746544

c persuading.c

// persuading.c inherit SKILL; string type() { return "knowledge"; } void skill_improved(object me) {} int valid_learn(object me) { return notify_fail("渡世济人要在实践中提高。\n"); }