• 大小: 44.87MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2024-02-04
  • 语言: 其他
  • 标签: 魔兽世界  服务端  

资源简介

魔兽模拟器源码SunwellCore,添加很多自定义功能 xy_item_teleport:功能宝石 xy_npc_trainer:综合训练师 xy_npc_teleport:传送大师 xy_doc:物品信息发布 xy_jcsr:集成商人 xy_itemup:物品强化宝石 xy_Vip_system:会员开通NPC xy_pay_reward:充值返利领取NPC xy_online_reward:每日在线奖励领取NPC item_repution_up:声望提示物品 npc_guildBattle:公会战管理员 npc_guildBattle_tele:公会战比赛场地传送员 等等...

资源截图

代码片段和文件信息

/* Copyright (C) 2009 Sun Microsystems Inc
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.

 This program is distributed in the hope that it will be useful
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not write to the Free Software
 Foundation Inc. 51 Franklin St Fifth Floor Boston MA  02110-1301  USA */

/* Check stack direction (0-down 1-up) */
int f(int *a) 
{
  int b;
  return(&b > a)?1:0; 
}
/*
 Prevent compiler optimizations by calling function 
 through pointer.
*/
volatile int (*ptr_f)(int *) = f;
int main() 
{
  int a;
  return ptr_f(&a);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        138  2018-09-09 20:35  SunwellCore\.editorconfig

     文件        189  2018-09-09 20:40  SunwellCore\.git\config

     文件         73  2018-09-09 20:38  SunwellCore\.git\description

     文件         77  2018-09-09 20:41  SunwellCore\.git\FETCH_HEAD

     文件        216  2018-09-14 23:08  SunwellCore\.git\gitk.cache

     文件         23  2018-09-09 20:38  SunwellCore\.git\HEAD

     文件        478  2018-09-09 20:38  SunwellCore\.git\hooks\applypatch-msg.sample

     文件        896  2018-09-09 20:38  SunwellCore\.git\hooks\commit-msg.sample

     文件       3505  2018-09-09 20:38  SunwellCore\.git\hooks\fsmonitor-watchman.sample

     文件        189  2018-09-09 20:38  SunwellCore\.git\hooks\post-update.sample

     文件        424  2018-09-09 20:38  SunwellCore\.git\hooks\pre-applypatch.sample

     文件       1642  2018-09-09 20:38  SunwellCore\.git\hooks\pre-commit.sample

     文件       1348  2018-09-09 20:38  SunwellCore\.git\hooks\pre-push.sample

     文件       4898  2018-09-09 20:38  SunwellCore\.git\hooks\pre-rebase.sample

     文件        544  2018-09-09 20:38  SunwellCore\.git\hooks\pre-receive.sample

     文件       1492  2018-09-09 20:38  SunwellCore\.git\hooks\prepare-commit-msg.sample

     文件       3610  2018-09-09 20:38  SunwellCore\.git\hooks\update.sample

     文件     415846  2018-09-13 23:09  SunwellCore\.git\index

     文件        240  2018-09-09 20:38  SunwellCore\.git\info\exclude

     文件         59  2018-09-11 22:31  SunwellCore\.git\info\refs

     文件        912  2018-09-13 23:09  SunwellCore\.git\logs\HEAD

     文件        727  2018-09-13 23:09  SunwellCore\.git\logs\refs\heads\master

     文件      10202  2018-09-11 23:42  SunwellCore\.git\objects\01\f0fe80eb89548c1d3a2585bcfccd80eab5f167

     文件        279  2018-09-12 00:27  SunwellCore\.git\objects\0f\4d21b3e66bcaa5b30a5db357b42d07dab2f332

     文件        125  2018-09-12 00:27  SunwellCore\.git\objects\17\972cc81e806e544b1519d114937292c57800f1

     文件        125  2018-09-11 23:44  SunwellCore\.git\objects\18\fd24471d9d8dd113070958285d3bf0816ca1e8

     文件      34926  2018-09-11 23:43  SunwellCore\.git\objects\19\a21e4cbd026fb67779f5252f61053ac71d48e0

     文件        482  2018-09-12 00:27  SunwellCore\.git\objects\1b\19729f98750473ae4a5e6b7a777661dae5ae4c

     文件       8319  2018-09-09 20:40  SunwellCore\.git\objects\22\53519d6effa0fcb04c1ac3230b326e9f3e4db1

     文件        481  2018-09-13 23:09  SunwellCore\.git\objects\24\bc6fcdc7610aca0730b22691713fd2205d49d6

............此处省略4214个文件信息

评论

共有 条评论