自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 cocos2d-x精灵加亮及变灰效果

//根据现有CCSprite,变亮和变灰 static CCSprite* graylightWithCCSprite(CCSprite* oldSprite,bool isLight) { //CCSprite转成CCimage  CCPoint p = oldSprite->getAnchorPoint(); oldSprite->setAnchorPoint(ccp(0

2013-04-27 17:22:37 4437 2

原创 cocos2d-x实现飞字效果

cocos2d-x实现飞字效果 实现了三种飘字效果,可以在暴击时加一些特效和中文字“暴击” // // LQFlyNumber.h // #ifndef __LQFlyNumber_H__ #define __LQFlyNumber_H__ #include "cocos2d.h" using namespace cocos2d; //定义飘字类型 typedef enum{

2013-04-27 18:03:07 1117 2

原创 Cocos2d-x 带冷却效果的菜单按钮CCMenuItem

带冷却效果的菜单按钮CCMenuItem // // LQCoolingSprite.h // // 带冷却效果的按钮 // #ifndef __LQCoolingSprite_H__ #define __LQCoolingSprite_H__ #include "cocos2d.h" using namespace cocos2d; /** cdTime:冷却时间

2013-04-27 17:56:51 1216

TexturePacker-2.4.3带license本资源

TexturePacker-2.4.3带license本资源

2012-11-09

Netron Diagram 2009,流程图工具源码

最新版本的NetronLight,比V2.5的版本改进不少,值得学习和扩展

2009-09-02

Netron Light v2.5 pre-release

netronlight .net开源流程图类库,类似visio,这个较轻量级版本多出不少东西。支持Group,支持Undo。但有些东西实现的较为啰嗦。不过不失为一个学习和再开发的项目。 Netron Light v2.5 pre-release The final release will be v3.0 around the summer 2006. You can however rely on the current interfaces and base classes, the core is stable. Many things are still missing in this pre-release but I have also stripped many features and things like documentation, unit tests, code comments, ASP.Net features and so on. While all the code is yours you'll have to register (it'll be around $50,-) for the documentation and all the fancy stuff. I hope to complete the 'ultimate guide to diagramming in C#' by the summer which will be accessible to registered users. Support is still kinda of a problem since I have little time. I hope the Netron forum will continue to deliver support and inspire (thanks to all who keep an eye on the forum). I have considered sort of billable consultancy and delivering custom versions of the diagram control(s) but I fear I don't have enough time and quiting my job to work full-time on Netron is an unreachable dream. Thanks to all of you who have donated to Netron and support this project by Email, chat or via the forum. I hope this pre-release will make you happy in the same way I enjoyed creating it. I beleive it contains a lot of stuff to explore and it's a little pearl of design. Thanks for downloading this, Francois [Francois.Vanderseypen@netronproject.com]

2008-12-03

C# lexer 语法解析器

These tools comprise a lexer generator and a LALR(1) parser generator, written entirely in C# and generating C#.

2008-09-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除