自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

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

原创 类成员原来也可以用已经初始化过的成员来初始化

class CBased{};class CDerive : protected CBased{public:    CDerive();    virtual ~CDerive();public:     int m_size;    int  m_len;};#include "Derive.h"/////////////////////////////////////////////////

2007-07-26 10:48:00 599

转载 QoS -- 802.11

标准的发展趋势符合802.11b标准的无线局域网为市场上无线网络的发展搭建了稳定的平台。Wi-Fi标准可保证不同厂商产品的互操作 性,从而确保最终消费者投资的安全。随着与802.11b同在2.4 GHz带宽上运行的更新802.11g网络的推出,无线网络得到进一步发展。它既能支持更高速率(最大54 Mb/s),又具有向下兼容的特性。此外,消费者也可以选择在5 GHz频段上以相同的速率运行802.11

2007-07-06 10:14:00 1850

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关注的人

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