原创 高效計算Fibonacci數

From: http://blog.csdn.net/jcwkyl/article/details/3677747 以前只知道使用遞歸或遞推的方法,最近在CSDN論壇上學到一種新的解法,在自己所知的幾個算法裏,它具有最好的運行效率。這

原创 Implementing a Thread-Safe Queue using Condition Variables

From: http://www.justsoftwaresolutions.co.uk/threading/implementing-a-thread-safe-queue-using-condition-variables.html

原创 JavaTM Secure Socket Extension (JSSE) Reference Guide

From: http://docs.oracle.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html Oracle Techno

原创 MFC和使用Std的dll之間的內存泄露誤報情況

From: http://blog.sina.com.cn/s/blog_4087d260010090sf.html 最近搞一個Delta3D的工程,因爲牽扯到要放在MFC中,所以費了牛勁才找到放到MFC中的方法,結果還未等高興,就

原创 任意給一個數,試證明這個數的某個倍數的十進制表示是01串

From: http://topic.csdn.net/u/20120510/12/10a50d29-be19-493e-87c7-990cae86a9ee.html?82352 From:http://blog.csdn.net/hac

原创 Strategies for Implementing POSIX Condition Variables on Win32

From:http://www.cs.wustl.edu/~schmidt/win32-cv-1.html Strategies for Implementing POSIX Condition Variables on Win32 D

原创 Gaplessly playing large audio file with MS wave I/O functions

From: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4422&lngWId=3 Windows waveOut Tutorial

原创 Generating an SSL certificate on Windows without IIS

From: http://luke.breuer.com/time/item/Generating_an_SSL_certificate_on_Windows_without_IIS/634.aspx Generating an S

原创 MPEG Audio Frame Header

From: http://mpgedit.org/mpgedit/mpeg_format/mpeghdr.htm This is a brief and informal document targeted to those who w

原创 Video compression picture types

From: http://en.wikipedia.org/wiki/Video_compression_picture_types In the field of video compression a video frame 

原创 Why does my OSG MFC based application show memory leaks

From: http://www.vis-sim.com/3dsceneBB/viewtopic.php?t=1027 There is a known issue/BUG with MFC, were MFC makes a call

原创 linux exec用法總結

From: http://hi.baidu.com/yzzcheng/item/1dd92815cfe50e5bf1090ef5 先總結一個表: exec命令 作用 exec ls 在shell中執行ls,ls結束後不返回原來

原创 Exporting classes containing std:: objects (vector, map, etc) from a dll

From: http://www.abstraction.net/ViewArticle.aspx?articleID=83 Related readings: http://stackoverflow.com/questions/76

原创 MPEG-4 B-frames in AVI/VFW hackery description

From: http://forum.doom9.org/showthread.php?p=529561 MPEG-4 B-frames in AVI/VFW hackery description As i had to des

原创 C/C++運算符優先級表 - C Operator Precedence Table

From: http://www.difranco.net/compsci/C_Operator_Precedence_Table.htm  difranco.net C Operator Precedence Table This p