自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (5)
  • 收藏
  • 关注

空空如也

FindPath 寻路算法 A*算法 A星算法

一个寻路算法的实现类源代码,采用A*算法实现,有一个类库和一个小的例子组成

2012-08-11

内存写监控类 memory Exception

一个自己实现的监控内存读写的类,很小,有源代码。windows的virtualprotect函数监控的是一页内存,不太适合程序员在找BUG时的使用。我的这种方法也是利用这个函数,不过采用了一种机制,使触发的页读写异常得到继续执行。经过我的实际工作的使用,觉的应该拿出来让大家分享。另外这种技术被深圳一家公司注册为专利。网上绝无源代码。此方法完全是自己实现。

2010-07-22

XML操作类简单易用完全源代码Markup

一个简单易用的XML操作类库,经过我的实际应用验证,其性能还不错,最重要的是使用方面简单,不像MSXML的操作类库那么庞大。而且这个类是开源的。

2009-09-21

设计模式迷你手册 非常小巧的设计模式书

很迷你的设计模式的书,短小精悍!GOF的23种设计模式,轻松理解

2009-03-10

c++模板元编程 C++的高级特性

A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work.

2008-11-05

空空如也

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

TA关注的人

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