原创 About swap space

Swap空間(swap space)也叫做虛擬存儲分區(virtual memory partition),主要用於存儲由主內存(main memor

原创 Extra Repositories for Ubuntu

 在安裝非Ubuntu官方包時,如mplayer等常用軟件時,通常較麻煩。下面介紹Ubuntu官方設置Extra Repositories的方法。1.

原创 Traits: a new and useful template technique

Traits: a new and useful template technique by Nathan C. Myers   Internationalizing the Standard C++ L

原创 How to Use the restrict Qualifier in C

Using the restrict qualifier appropriately in C programs may allow the compiler to produce significantly faster execut

原创 Learning WTL8.0 Part-1 Win32 vs. ATL Windows Programming

  Learning WTL8.0 Part-1  Learning WTL8.0 Part-1   Win32 vs. ATL Windows Programming 目錄 目錄.. 2 概要.. 3 1. “Hello W

原创 程序員版《東邪西毒》

1. 每個programer都會經過這個階段,見到一個program,就想知道program後面是什麼。我很想告訴他,可能debug到program後面,你會發現沒什麼特別。回望之下,可能會覺得這一邊更好。但我知道他不會聽,以他的性格,自

原创 BIOS Functions Instruction -- Part-1

BIOS has 4 main functions:1. POST - Test computer hardware insuring hardware is properly functioning before starting pr

原创 Introduction to Programming in C/C++ with Vim

Help File Library: Introduction to Programming in C/C++ with Vim Written By: Kmj Vi has been one of the most, if no

原创 Portable-Apps (便攜式軟件)

  如果你在使用他人的M$ Windows時碰到過以下情況,那麼這篇文章一定適合你:Case-1. 手頭沒有你慣用的軟件,譬如:你習慣用Firefox

原创 Sort Algorithm Part-2 Insertion Sort

Sort Algorithm Part -2 Insertion Sort   Table of Contents Table of Contents. 2 1. Definition. 3 2. Implements in AN

原创 Mix ANSI C & Asm Part-2 Using MS C/C++ & MASM

Mix ANSI C & Asm Part-2 Using MS C/C++ & MASM   Table of Contents Table of Contents. 2 1. Setup C & MASM compiler 3

原创 Using Eclipse for C/C++ Development

JoeM的工作環境:1. WindowsXp/Pentium4 2.6GHz Hyper Thread/256M2. Eclipse SDK 3.1/MinGW5.0A. 必須的安裝包 1. 因Eclipse最早是爲Java開發而設計的,

原创 How to create function polymorphism in C

It is possible to create C programs that simulate object-oriented methods. In this page, I will explain why it is som

原创 Mix ANSI C & Asm Part-1 Transform between MASM & AS

Mix ANSI C & Asm Part-1 Transform between MASM & AS   Table of Contents Table of Contents. 2 Schema. 3 1. AT&T synt

原创 Sort Algorithm Part-1 Selection Sort

Sort Algorithm Part -1 Selection Sort     Table of Contents Table of Contents. 2 1. Definition. 3 2. Implements in