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

搜索资源列表

  1. Ht04

    0下载:
  2. 在多个线程之间安全地共享有限的资源-threads between the various security sharing limited resources
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.28kb
    • 提供者:龙泰旭
  1. xianchengtongbu

    0下载:
  2. 多线程协同工作过程中一些线程等待另一线程提供资源所以要线程之间要同步进行-multithreaded process to work together some threads awaiting another thread there to provide resources between the threads simultaneously
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:19.64kb
    • 提供者:朱善发
  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. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李琪
  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:刀尖
  1. runprocess

    0下载:
  2. 如何直接运行一个资源中的程序,能够编译通过.-how to run a direct resources procedures to compile.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:王峰
  1. ThreadsTest

    0下载:
  2. C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:邓建华
  1. multitreadsrc4

    0下载:
  2. 线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.25kb
    • 提供者:苏艳芳
  1. EnaleMenu

    0下载:
  2. 按键激活程序说明 我用Asm写了一个按键激活小程序,它可以列举所有前台窗口,并发送WM_ENABLE消息到窗口中。 enabler.asm:asm原程序 dialog.res :资源文件 MISC02.ICO :图标文件-activation button I use the descr iption of the procedures for programmers wrote a small button activation procedures, It can
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:宋芬
  1. supermanager

    0下载:
  2. 资源管理程序,类似于资源管理器,比它功能强大得多,欢迎下载-resources management procedures, similar to the resource manager, than it is much more powerful, welcome Download
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:106.25kb
    • 提供者:清文
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:邱孝杰
  1. 银行家算法2

    0下载:
  2. 本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-asked to use the experimental high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:275.48kb
    • 提供者:呀呀
  1. CriticalSectionEx

    0下载:
  2. CCriticalSectionEx 类封装类windows 临界区保护功能,用于进程内,对多线程对公用资源的保护-CCriticalSectionEx type of package type windows critical protection for the process of multi-threaded on the protection of public resources
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1.12kb
    • 提供者:sporder
  1. WinsockIOCP_demo

    0下载:
  2. 用于大量socket连接时使用IOCP捕获连接关闭事件以便释放资源的程序。可以解决winsock的AsyncSelect对句柄个数的限制问题- Uses in when the massive socket connection uses IOCP to catch the connection closure event in order to release resources procedure. May solve the winsock AsyncSelect 瀵瑰彞 handle
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:49.42kb
    • 提供者:站长
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:wangfeng
  1. Watch

    0下载:
  2. delphi环境下调用操作系统Api监视系统资源-delphi call the operating system environment monitor system resources Api
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:759.94kb
    • 提供者:侯永平
  1. MFCThread

    0下载:
  2. MFC下的多线程例子,包括线程间的同步以及临界资源的共享。-MFC under the multi-threaded examples, including synchronization and critical resources shared between threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-27
    • 文件大小:10.14mb
    • 提供者:zhao
  1. InterProcessSync_demo

    0下载:
  2. 实时动态显示进程信息的程序,如资源利用等。比任务管理器显示更多进程信息- Real-time dynamic demonstration advancement information procedure, like resources use and so on. Compared to the task management demonstration are more advancements information
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:142.62kb
    • 提供者:站长
  1. MutexesDlg

    1下载:
  2. 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multi
  3. 所属分类:Process-Thread

    • 发布日期:2016-10-25
    • 文件大小:3.93kb
    • 提供者:朱科
« 12 3 4 »
搜珍网 www.dssz.com