原创 AcceptEx function

http://msdn.microsoft.com/zh-cn/library/ms737524.aspx

原创 反碼、補碼、原碼,取模,取餘

http://blog.csdn.net/Hunnad/article/details/2953994

原创 oracle創建多個數據庫實例及其管理

http://blog.163.com/tech_web/blog/static/182693002201151011058117/

原创 有關signal的函數(像SIG_IGN等等)

http://www.cplusplus.com/reference/csignal/signal/ funcA pointer to a function. This may either be a function defined

原创 計算機存儲體系

http://blog.csdn.net/iwainfo/article/details/216228

原创 Bitmap

http://luozhong915127.iteye.com/blog/1460411

原创 單鏈表翻轉

http://blog.csdn.net/zyc_sinacom/article/details/6286722 遞歸算法: /遞歸方式  ListNode * ReverseList2(ListNode * head)  {    

原创 auto_ptr VS unique_ptr

1. unique_ptr is not a direct replacement. The major flaw that it fixes is the implicit transfer of ownership. std::au

原创 Some topics in C++

C++中我們可以用static修飾一個類的成員函數,也可以用const修飾類的成員函數(寫在函數的最後表示不能修改成員變量,不是指寫在前面表示返回值爲常量)。請問:能不能同時用static和const修飾類的成員函數?    分析:答案是

原创 cache組相連,頁着色

http://blog.csdn.net/yarsen/article/details/8223188 點贊 收藏 分享

原创 STL中的associative container hash map 紅黑樹 hash table

hash_map was a common extension provided by many library implementations. That is exactly why it was renamed to unorder

原创 高速緩衝存儲器

http://blog.csdn.net/iwainfo/article/details/216232

原创 八皇后問題與回溯算法

http://zephiruswt.blog.51cto.com/5193151/895797

原创 An introduction to C++ Traits

http://accu.org/index.php/journals/442 http://blog.csdn.net/chaoojie/article/details/7783727 點贊 收藏 分享

原创 在數組裏查找這樣的數,它大於等於左側所有數,小於等於右側所有數

http://blog.csdn.net/beiyeqingteng/article/details/7167823