-
-
深入浅出MFC
... 接
JBACKUP:Win32 Console程序设计
MFCCON:MFC Console程序设计
行程与线程(Process and Thread)
核心对象
一个行程的诞生与死亡
... 程优先级(Priority)
线程调度(Scheduling)
Thread Context
从程序设计层面看线程
Worker Threads ... 线程程序设计
探索CWinThread
产生一个Worker Thread
产生一个UI Thread
线程的结束
线程与同步 ...
-
高焕堂android讲义
... ID)与权限.doc
13.Android的IBinder接口及其安全性机制.doc
14.Activity之间的Inter-process沟通.doc
15.从应用框架角度看ListView与Adapter类别.do
16.善于设计自己 ... Message Queue(2).doc
28.活用Anrdroid的Message Queue(3).doc
29&30认识UI Thread.doc
31.软硬整合开发的基础 认识Android的线程Thre
33.认识Binder.java ...
-
Thinking in Java 4th Edition
...
Changing System.out
to a PrintWriter ...................... 676
Redirecting standard I/O .......... 676
Process control ................... 677
New I/O ............................. 679
Converting data.......................... 681
Fetching primitives ...
-
.net 自动升级程序
... Easy to implement and use.
2,Application automatic re-run after checking update.
3,Update process transparent to the user .
4,To avoid blocking the main thread using multi-threaded download.
5,Ability to ...
-
Efficient Android Threading_2014
... Android
Android Application Threads
UI Thread
Binder threads
Background threads
The Linux Process and Threads
Scheduling
Priority ... Static Inner Classes
Use Weak References
Stop Worker Thread Execution
Retain Worker Threads
Clean Up the Message ...
-
Csharp.Multithreaded.and.Parallel.Programming
... to multitask. Using multiple cores means your applications can process data faster and be more responsive to users. ... Chapter 2: Looking at Multithreaded Classes – BackgroundWorker
Chapter 3: Thread Class – Heavyweight Concurrency in C#
Chapter 4: Advanced ...
-
VC++ 深入浅出.MFC.pdf
... 接
JBACKUP:Win32 Console程序设计
MFCCON:MFC Console程序设计
行程与线程(Process and Thread)
核心对象
一个行程的诞生与死亡
... 程优先级(Priority)
线程调度(Scheduling)
Thread Context
从程序设计层面看线程
Worker Threads ... 线程程序设计
探索CWinThread
产生一个Worker Thread
产生一个UI Thread
线程的结束
线程与同步 ...
-
MFC的程序框架剖析
...
BOOL PeekMessage(,,,,)函数说明
The PeekMessage function checks a thread message queue for a message and places the ...
if (!::GetMessage(&m_msgCur, NULL, NULL, NULL))//取消息
{...}
...
// process this message
if (m_msgCur.message != WM_KICKIDLE && ...
-
深入浅出MFC(第2版中文PDF) MFC经典著作
... 程序
Console程序与DOS程序的差别
Console程序的编译链接
JBACKUP:Win32 Console程序设计
MFCCON:MFC Console程序设计
行程与线程(Process and Thread)
核心对象
一个行程的诞生与死亡
产生子行程
一个线程的诞生与死亡
以_beginthreadex取代CreateThread
线程优先级(Priority)
多线 ...
-
C++ Multithreading Cookbook [DrLol].pdf
... 142
Understanding a message queue 147
Using the thread message queue 156
Communicating through the pipe object ... Operations 167
Introduction 167
Pseudoparallelism 168
Understanding process and thread priority 168
The Windows dispatcher object and ...
-