资源列表

« 1 2 ... .49 .50 .51 .52 .53 854.55 .56 .57 .58 .59 ... 1044 »

[进程与线程LF_ThreadPool

说明:一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems
<> 在 2025-02-12 上传 | 大小:3kb | 下载:0

[进程与线程进程和线程

说明:看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务
<朱善发> 在 2025-02-12 上传 | 大小:19kb | 下载:0

[进程与线程处理机调度new

说明:单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
<李李> 在 2025-02-12 上传 | 大小:1kb | 下载:0

[进程与线程operation_out

说明:对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
<曼舞> 在 2025-02-12 上传 | 大小:96kb | 下载:0

[进程与线程ThreadSync01

说明:当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are
<周将华> 在 2025-02-12 上传 | 大小:7kb | 下载:0

[进程与线程在ActiveX控件中如何动态调用DLL函数

说明:在ActiveX控件中如何动态调用DLL函数,有实用价值-in how ActiveX DLL function call dynamic, practical value
<张刚> 在 2025-02-12 上传 | 大小:756kb | 下载:0

[进程与线程截取程序消息的DLL和使用例子GetMSG getmsg

说明:1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code
<彭鹏> 在 2025-02-12 上传 | 大小:143kb | 下载:0

[进程与线程ProcContrlTest

说明:本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名*进程,按进程ID*进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, includ
<童彬> 在 2025-02-12 上传 | 大小:39kb | 下载:0

[进程与线程mydlltest

说明:简单的动态连接库测试程序,对初学vc动态库的朋友有所帮助-simple DLL testing procedures for beginners vc DLL help of a friend
<黄锋> 在 2025-02-12 上传 | 大小:20kb | 下载:0

[进程与线程ProgressThreadTest

说明:最简单的用工作线程控制有进程条的窗口,主窗口调用后,调用工作线程,并显示模式对话框,并可控制线程的进展——在对话框上有pause和stop按钮-most simple thread work with a process control of the window, the main window to call after call work thread, and displays the dialog, can control t
<nchang> 在 2025-02-12 上传 | 大小:42kb | 下载:0

[进程与线程thread4BerkleyDB

说明:Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
<财经发 > 在 2025-02-12 上传 | 大小:59kb | 下载:0

[进程与线程Example052

说明:程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a si
<韩非> 在 2025-02-12 上传 | 大小:23kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 854.55 .56 .57 .58 .59 ... 1044 »

源码中国 www.ymcn.org