目前分類:演算法/資料結構/計算理論/系統程式 (20)
- Jun 13 Mon 2011 05:19
設計可重入和執行緒安全的程式碼(Writing Reentrant and Thread-Safe Code)
- Jan 22 Sat 2011 01:35
Search and Replace Recursively using sed and grep on Linux/Mac
- Jan 21 Fri 2011 19:07
Quick Reference Cards
Quick Reference Cards
- Jul 20 Tue 2010 04:55
Design Patterns CD
- Dec 25 Fri 2009 04:15
USB 驅動程式「libusb 函式庫」的介紹及其使用範例
★ USB 驅動程式「libusb 函式庫」的介紹及其使用範例 ★
- Jan 16 Tue 2007 19:37
Pthread優先權的設定範例(pthread priority setting)
- Oct 12 Thu 2006 19:37
Programming with POSIX® Threads
- Oct 12 Thu 2006 19:12
Multi-Threaded Programming With POSIX Threads
Multi-Threaded Programming With POSIX Threads
Table Of Contents:
- Before We Start...
- What Is a Thread? Why Use Threads?
- Creating And Destroying Threads
- Synchronizing Threads With Mutexes
- Refined Synchronization - Condition Variables
- "Private" thread data - Thread-Specific Data
- Thread Cancellation And Termination
- Using Threads For Responsive User Interface Programming
- Using 3rd-Party Libraries In A Multi-Threaded Application
- Using A Threads-Aware Debugger
Before We Start...
This tutorial is an attempt to help you become familiar with multi-threaded programming with the POSIX threads (pthreads) library, and attempts to show how its features can be used in "real-life" programs. It explains the different tools defined by the library, shows how to use them, and then gives an example of using them to solve programming problems. There is an implicit assumption that the user has some theoretical familiarity with paralell programming (or multi-processing) concepts. Users without such background might find the concepts harder to grasp. A seperate tutorial will be prepared to explain the theoreticl background and terms to those who are familiar only with normal "serial" programming.
- Jul 29 Sat 2006 04:27
論P,NP,NP-hard,NP-complete問題
論P,NP,NP-hard,NP-complete問題
- Jun 10 Sat 2006 19:56
self-reproduce
- Jul 04 Mon 2005 06:50
演算法(Algorithm)——一詞的由來
演算法(Algorithm)——一詞的由來
- Jun 26 Sun 2005 05:26
Lex 與 Yacc 介紹
Lex 與 Yacc 介紹
- May 28 Sat 2005 06:53
語法剖析自動生成器CScanGenner的設計與實現
- Apr 22 Thu 2004 22:45
學習編譯原理的相關建議
學習編譯原理的相關建議
編譯原理一般認為是較難的一門課.從網上的評論來看,有人說學了一年半軟體理論,就一門編譯看不懂;有人甚至說它是大本軟體課程裡最難的一門;有人抱怨國內的編譯教材沒有一本容易懂的。
- Apr 20 Tue 2004 23:07
一道編譯原理習題及答案
一道編譯原理習題及答案
- Apr 19 Mon 2004 23:04
從lex&yacc說到編譯器(1.正則表達式)
從lex&yacc說到編譯器(1.正規表達式)
- Apr 17 Sat 2004 22:57
《編譯原理》有限自動機的 C 程式語言範例
《編譯原理》有限自動機的 C 程式語言範例