摘要:
boost目前推荐cpu_timer auto_cpu_timer#include <boost/timer/timer.hpp>View Code #include <boost/timer/timer.hpp> #include <memory> #include <vector> #include <string> #include <iostream> using namespace std; using namespace boost::timer; vector<string> createVect 阅读全文
阅读排行榜
xbmc-12.0稳定版代码初探 (2) —— XBMC_HOME
2013-01-31 14:04 by Scott Guthrie Liu, 364 阅读, 收藏,
摘要:
XBMC工程在debug时要设置XBMC_HOME的环境用于指定ffmpeg的Dll文件位置,语言等等xbmc/filesystem/SpecialProtocol.cpp 定义了一些如:CSpecialProtocol::SetXBMCPath();的函数xbmc\Application.cpp InitDirectoriesWin32(); ->CUtil::GetHomePath(xbmcPath);在Util.h看到static void GetHomePath(CStdString& strPath, const CStdString& strTarget = 阅读全文
[转]阿朱:帮助过我的那些书和人
2011-12-29 15:44 by Scott Guthrie Liu, 363 阅读, 收藏,
摘要:
他渐渐合上流露挂念的双眼时,我意识到自己是一株檞寄生,当他枯萎时,猛然发觉,我失去的,不只是他给的养分…….很多人问我,我是怎么知道这么多的,别人怎么成为我?我突然想起了痞子蔡的一篇小说:《檞寄生》。里面有上面的一段诗句。我回顾了一下我从大学到如今,哪些书影响了我,哪些人影响了我,哪些关键事件影响了我,希望能给大家以启发,大家可能在阅读的时候突然有所通灵,你可能也看过同一本书,遇见有人跟你说过同样类似的话,可能遇到过同样类似的情景,但可能就是转眼的一瞬间,一瞬间……虽然已逾十年,但大学期间最影响我的是以下这五本书:1.严援朝的《CCDOS源代码剖析》严援朝前辈的这本书,让我完整、系统地理解了一 阅读全文
emulator for the MIX computer (TAOCP)
2012-10-17 19:08 by Scott Guthrie Liu, 360 阅读, 收藏,
摘要:
http://www-cs-faculty.stanford.edu/~uno/taocp.htmlMIXwareThe MIX computer will soon be replaced by a RISC machine calledMMIX. Meanwhile if you want to try out the existing programs for the original 60s-era machine, you might be able to find suitable software at the following sites:GNU's MIX Deve 阅读全文
怎么知道windows dll是32位还是64位?
2013-02-19 15:27 by Scott Guthrie Liu, 357 阅读, 收藏,
摘要:
使用Visual Studio 2008 Command Prompt你可以用VS调用dumpbin并使用headers选项,例如:dumpbin /headers my32bit.dll输出:PE signature foundFile Type: DLLFILE HEADER VALUES 14C machine (x86) 8 number of sections 4800C572 time date stamp Sat Apr 12 22:21:38 2008 0 file pointer t... 阅读全文
浙公网安备 33010602011771号