這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
linux:linux_programming [2007/09/18 20:12] wenpei |
linux:linux_programming [2010/03/07 16:58] (目前版本) wenpei |
||
---|---|---|---|
行 13: | 行 13: | ||
Makefile、Version Control | Makefile、Version Control | ||
+ | |||
+ | ====== POSIX Threads Programming ====== | ||
+ | http://www.llnl.gov/computing/tutorials/pthreads/ | ||
====== Valgrind ====== | ====== Valgrind ====== | ||
行 18: | 行 21: | ||
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. | Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. | ||
+ | |||
+ | ====== ibus-faft ====== | ||
+ | http://cityofwing.blogspot.com/2010/02/ibus-faft.html | ||
+ | |||
+ |