- 博客(0)
- 资源 (5)
- 收藏
- 关注
内存写监控类 memory Exception
一个自己实现的监控内存读写的类,很小,有源代码。windows的virtualprotect函数监控的是一页内存,不太适合程序员在找BUG时的使用。我的这种方法也是利用这个函数,不过采用了一种机制,使触发的页读写异常得到继续执行。经过我的实际工作的使用,觉的应该拿出来让大家分享。另外这种技术被深圳一家公司注册为专利。网上绝无源代码。此方法完全是自己实现。
2010-07-22
XML操作类简单易用完全源代码Markup
一个简单易用的XML操作类库,经过我的实际应用验证,其性能还不错,最重要的是使用方面简单,不像MSXML的操作类库那么庞大。而且这个类是开源的。
2009-09-21
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关注的人