原创 OpenGl 筆記--轉載

http://blog.chinaunix.net/uid-20622737-id-3256220.html  OpenGl 筆記--轉載 2012-06-27 17:07:43 分類: C/C++ OpenGL

原创 OpenGL幀緩衝區 轉載

http://www.cnblogs.com/yxnchinahlj/archive/2010/11/19/1881781.html 在OpenGL窗口中, 左下角的像素爲(0, 0). 一般而言, 像素(x, y)佔據的矩形區域左

原创 ubuntu linux下如何使用終端命令行上網? 轉載

http://doc.chinaunix.net/linux/201002/377687.shtml ubuntu linux下如何使用終端命令行上網? 發佈者:chinaitlab  日期: 2010-02-01 00:00:

原创 Swift:高級架構、流水線深度、內存延遲 轉載

http://hi.baidu.com/nqkafzesyqgsuzr/item/6fdbbc04f37c88e4ff240dd7 【Swift:高級架構、流水線深度、內存延遲】 根據之前的發現,以及其它一些資料,Sw

原创 elf.h

// http://en.wikipedia.org/wiki/Executable_and_Linkable_Format // http://www.ouah.org/RevEng/x430.htm // Format of an

原创 多重揹包問題的單調隊列優化 轉載

http://www.cppblog.com/MatoNo1/archive/2011/07/05/150231.html 多重揹包問題的單調隊列優化 Posted on 2011-07-05 18:00 Mato_No1 閱讀(

原创 Linux下使用clock_gettime給程序計時 轉載

http://www.cnblogs.com/daqiwancheng/archive/2010/07/01/1769522.html Linux下使用clock_gettime給程序計時    哦,clock_getti

原创 下載Linux鏡像的好地方

http://mirror.switch.ch/ftp/

原创 asm.h

// 用來定義段描述符的宏 // // assembler macros to create x86 segments // // 定義了一個空段描述符 #define SEG_NULLASM

原创 bootmain.c

//  從硬盤中加載內核到內存中,然後再執行內核代碼  // Boot loader. //  // Part of the boot sector, along with bootasm.S, which calls bootmai

原创 kalloc.c

// Physical memory allocator, intended to allocate // memory for user processes, kernel stacks, page table pages, // an