CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 进程与线程

资源列表

« 1 2 ... .83 .84 .85 .86 .87 888.89 .90 .91 .92 .93 ... 904 »
  1. MSN消息黑客

    0下载:
  2. 一个MSN消息黑客的代码. 可以实现在MSN消息中添加您所定制的消息内容. -an MSN news hacking code. MSN can be achieved in the news added to your customized news content.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11.11kb
    • 提供者:QQQ
  1. ThreadSync01

    0下载:
  2. 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:周将华
  1. operation_out

    0下载:
  2. 对《分布式操作系统》书中外“科手术调度系统”的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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:95.8kb
    • 提供者:曼舞
  1. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:李李
  1. 进程和线程

    0下载:
  2. 看一下UNIX系统中的进程和Mach的任务和线程之间的关系。在UNIX系统中,一个进程包括一个可执行的程序和一系列的资源,例如文件描述符表和地址空间。在Mach中,一个任务仅包括一系列的资源;线程处理所有的可执行代码。一个Mach的任务可以有任意数目的线程和它相关,同时每个线程必须和某个任务相关。和某一个给定的任务相关的所有线程都共享任务的资源。这样,一个线程就是一个程序计数器、一个堆栈和一系列的寄存器。所有需要使用的数据结构都属于任务。一个UNIX系统中的进程在Mach中对应于一个任务和一个单
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:zjw
  1. powerdown

    0下载:
  2. 用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.1kb
    • 提供者:忠成
  1. 8.如何正常终止线程?

    0下载:
  2. 简单明了的介绍了关于线程的正常终止释放内存的过程。主要是通过关闭释放线程局丙来实现此功能-straightforward presentation of the normal thread termination release memory process. Mainly through the release of closed-threaded C Board to achieve this function
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32.67kb
    • 提供者:邢鹏翔
  1. HyperClock

    1下载:
  2. 多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:118.4kb
    • 提供者:项席和
  1. HideFunc

    0下载:
  2. 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.54kb
    • 提供者:董大凡
  1. TLS_TEST

    0下载:
  2. 说明线程局部存储的应用,主要使用了2中局部存储的方法,大家可以下载来看看。-note thread local storage applications, the main use of which two local storage methods, we can download to see.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:李洪斌
  1. ThreadPool(COM)

    0下载:
  2. 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:284.04kb
    • 提供者:李洪斌
« 1 2 ... .83 .84 .85 .86 .87 888.89 .90 .91 .92 .93 ... 904 »
搜珍网 www.dssz.com