自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

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

转载 c++单件实例模式的实现 及其多个单件子类

转至:http://www.cppblog.com/ElliottZC/archive/2007/07/20/28421.html 1. 意图      保证一个类仅有一个实例,并提供一个访问它的全局访问点。2. 动机      对一些类来说,只有一个实例是很重要的。虽然系统中可以有许多打印机,但却只应该有一个打印假脱机( printer spooler),只应该有一个文件

2010-01-25 10:23:00 1565 1

转载 BIN文件与NB0的区别

用PB编译的镜像文件,一般都会同时以BIN文件和NB0文件两种形式给出。  NB0文件是地址空间的一个完整的映像文件,相当于地址空间的硬拷贝。  BIN文件是一种二进制ROM映像文件格式,同NB0文件相比,它压缩了无效的数据。BIN文件中包含了文件头和许多的段,每个段都给出了在实际映像中的首地址、长度、校验码和数据。BIN文件的详细格式如下:文件头(长度:7字节,内容固定),相当于

2010-01-20 16:58:00 1384

原创 CE R3 : 关于don't know how to make atlsd.lib 错误

安装R3后,发现简单的device emuloter 的工程都编译不过去了,  提示dont know how to make atlsd.lib 错误,  后来发现在catalog view 中吧 Active Temlate Library 选择上就可以了。  还有一个疑问就是如果我不需要ATL,也需要把这个选择吗   

2010-01-14 16:03:00 1370

原创 ar6k_ndis.lib(miniport.obj) : error LNK2001: unresolved external symbol NDIS_BUS_DRIVER

AR6000 FOR CE.  用PB6 编译DEVICEEMULATOR的设备时, 发现编译debug版本时ar6k_ndis.lib(miniport.obj) : error LNK2001: unresolved external symbol NDIS_BUS_DRIVER错误,而release版本就不会出错。 在catalog view 里我也没有选择AR6

2010-01-14 14:43:00 678 1

tcc-0.9.25-win32-bin

tcc-0.9.25-win32-bin: Features SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. With libtcc, you can use TCC as a backend for dynamic code generation.

2011-08-18

内核态下监视新进程创建和结束

内核态下监视新进程创建和结束ProcMon.zip。 拦截系统API

2010-04-02

USBUSB 驱动分析

USB 驱动分析, USB 驱动分析

2008-03-26

空空如也

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

TA关注的人

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