原创 volatile - Multithreaded Programmer's Best Friend

Andrei Alexandrescu<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />     The volatile keywor

原创 Excel 筆記

*Four basic rules for design a Excel table:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

原创 Memory Leak Detection in Visual Studio

1.     Overview<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Memory leak—the failure to

原创 ECMG SCS SimulCrypt protocol

First introduce some Parameter definitions:   Parameter semantics AC_delay_start: this parameter shall be used in place

原创 Insert raw data into a binary data field with ADO

With ADO it’s easy to append some common data type in to a field, such as char, int, short, string, double and so on. J

原创 DLL file mapping

        -- DLL notes 2 of <Windows via C/C++><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office"

原创 select records by Date in SQL Server

1, how to select assume the table CAS.dbo._Test have a field AuthTime with the type datetime, We may use following SQL

原创 SVN basic

SVN技術網 www.svn8.com 2009-04-27 07:40:02   來源:未知   作者:admin   文章摘要:SVN 是什麼 Svn是一個離線的代碼管理,可以多個人一起修改,然後再將修改的內容提交到Svn中。

原创 Enumerate the network adaptor in system

Just use GetAdaptersInfo() defined in iphlpapi.h, Link to Iphlpapi.lib.<?xml:namespace prefix = o ns = "urn:schemas-mic

原创 EMMG MUX TCP-based protocol

  First introduce some Parameter definitions: bandwidth: this parameter indicates the requested bit rate or the allo

原创 Why I am so busy

Well after worked overtime till late night for the whole month, I am so tired both physically and mentally. Finally all

原创 AES_ctr128

CTR is also an encryption mode, just use a counter as IV, and use IV’s cipher xor plain data by bytes.<?xml:namespace p

原创 數字電視常用表總結

1, 一些定義 ES:由編碼器輸出,可以是編碼過的視頻數據流,音頻數據流,或其他編碼數據流。ES流經過PES打包器之後,被轉換成PES包。PES包由包頭和payload組成。   PSI:MPEG-2中定義了PSI(Program Spe

原创 The best way to fix a bug

be serious, I am telling a joke:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> --“why my

原创 Thread management class

Well, multi thread is a useful mechanism in many scenarios. But the thread is not easy to control. Here I will discuss