码迷,mamicode.com
首页 >  
搜索关键字:skill    ( 265个结果
C#文件读写参考
string s = ""; string[] files = Directory.GetFiles(@"E:\u3d_warcraft\logic\logic\Battle\Skill"); foreach (string file in files) ...
分类:其他好文   时间:2014-09-01 17:30:03    阅读次数:177
CD冷却效果实现
在NGUI中实现CD转圈的特效,可以用图片控件中UISprite组件的Fill Amount属性去控制。在上图中skill表示需要冷却技能的图片;其子控件Label表示右下角的快捷键“Y”;子控件Sprite表示覆盖在其上的一张图片(本例是一张空的半透明的图片);using UnityEngine;...
分类:其他好文   时间:2014-08-31 17:11:51    阅读次数:255
攻击伤害封装
/// /// 单位伤害 /// /// 被攻击者 /// 使用技能 public static int unitDamage(Unit unit,Skill skill,int damage=-1,Deleg deleg=null) { Un...
分类:其他好文   时间:2014-08-28 12:58:29    阅读次数:200
ZOJ 3671 Japanese Mahjong III
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3671 Japanese Mahjong III Time Limit: 2 Seconds      Memory Limit: 65536 KB Mahjong is a game of skill, strategy and ca...
分类:其他好文   时间:2014-08-26 21:31:16    阅读次数:346
HDU 2492 pingpang
Problem Description N(3 Each player has a unique skill rank. To improve their skill rank, they often compete with each other. If two players want to compete, they must choose a referee among oth...
分类:其他好文   时间:2014-08-23 15:27:21    阅读次数:253
服务器端搭建好了数据库,还出了详细的数据库字典
原地址:http://bbs.gameres.com/forum.php?mod=viewthread&tid=227372数据库字典如下:表: tb_skill_infoColumns (27)计算适合的数据类通过读取现有数据查找该表的最佳数据类型。 详细了解 Field Type Comm...
分类:数据库   时间:2014-08-10 12:56:30    阅读次数:314
bootstrap 2 基本css之栅格系统
一:12格结构 二: Hello, world! 区域一 Bootstrap has a few easy ways to quickly get started, each one appealing to a different skill level and use case....
分类:Web程序   时间:2014-08-10 12:53:10    阅读次数:246
[ACM] hdu 3923 Invoker (Poyla计数,快速幂运算,扩展欧几里得或费马小定理)
Invoker Problem Description On of Vance's favourite hero is Invoker, Kael. As many people knows Kael can control the elements and combine them to invoke a powerful skill. Vance like Kael v...
分类:其他好文   时间:2014-07-26 02:16:36    阅读次数:312
Linux下的各种小技巧
启动xwindow界面#startx启动第二个xwindow界面#startx--:1#启动第三个界面使用:2依此类推!查看并断开某个终端#w#skill-9pts/2(这是终端名)tips修改Linux下ls命令显示的文件夹名以及文件名的默认颜色:#修改/etc/DIR_COLORS文件
分类:系统相关   时间:2014-07-21 12:35:35    阅读次数:296
PHP Skill-sets (overall)
http://www.flowsa.com/blog/entry/vacancy-senior-php-developer/Flow Communications is looking for a senior PHP developer to join our Johannesburg team....
分类:Web程序   时间:2014-06-27 18:51:49    阅读次数:255
265条   上一页 1 ... 24 25 26 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!