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

搜索资源列表

  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. MultiThread_Chat

    0下载:
  2. 代码的内容是基于多线程的聊天室的程序代码,程序已经编译过了,下载后可直接运行-code is based on multi-threaded chat room code, procedures have been compiled. After downloading directly run
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.13kb
    • 提供者:江小渔
  1. elivator

    0下载:
  2. 上课编写的一个简单的电梯模拟,可容纳六人,左边控制按钮控制乘客上电梯,右边控制按钮控制乘客下电梯,顶部显示电梯当前运行状态。-class prepared a simple elevator simulation, which can accommodate six people, left control button to control passengers on the elevator, the right control button to control passengers un
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.9kb
    • 提供者:litty
  1. GetFileVersionInfo

    1下载:
  2. 封装文件版本获取的C++类,使用该类可以方便的获取一个可运行程序的属性信息。通过这个类可以方便的进行文件版本更新。-Packaging documents obtained C, the use of such convenient access to a procedure that can run the attribute information. Through this type can be conveniently updated versions of documents.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.06kb
    • 提供者:cxingpeng
  1. 643253443

    0下载:
  2. 扫描系统的所有进程,并可选择的删除不想运行的进程-scanning system in all processes and can choose not to delete the operation of the process! !
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47.26kb
    • 提供者:lzcggyy
  1. MyProcessManageMent

    0下载:
  2. 一个在 c++ builder 6 下开发的简单的进程管理器,可以列出当前运行的进程,可选一个过程中止.-a builder in the development of the next six simple process manager, a list of running processes, an optional course of the stay.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.26kb
    • 提供者:xinran
  1. ad-function

    0下载:
  2. 在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:230.21kb
    • 提供者:李明
  1. FindWnd

    0下载:
  2. 找线程句柄程序,运行程序后,自动枚举系统进程,通过右击,弹出菜单,可隐藏或显示或退出进程。-find a thread handle procedures, operating procedures, the system automatically enumeration process, right-click, pop-up menu, can be hidden or revealed or withdraw from the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:64.71kb
    • 提供者:fa
  1. processDispatch

    1下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  1.先进先出调度算法;  2.基于优先数的调度算法;  3.最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  1.当前执行进程;  2.就绪队列;  3.等待队列 附:此程序可直接运行,是操作系统课的经典实验. -scheduling process si
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:249.31kb
    • 提供者:段苛苛
  1. jinchnegdiaodu

    0下载:
  2. 操作系统实验原代码,进程调度问题,可运行
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:玄鸟
  1. process

    0下载:
  2. 进程调度代码_pcb_包括先来先服务算法_片转轮算法_优先级算法_可运行-Process scheduling code _ PCB _ includes first come first serve algorithm _ slice wheel algorithm _ priority algorithm _ can run
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2.63kb
    • 提供者:x_ly
  1. ProdCust

    0下载:
  2. 完整的生产者和消费者程序,不同于网上现有的只是对线程简单说明的程序,此文件包含main.cpp,main.h,thread.cpp,thread.h 设置相关控件后就可运行,加注释-Complete program of producers and consumers, unlike existing online only thread a brief descr iption of the program, this file contains the main.cpp main.h,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:524.12kb
    • 提供者:
  1. experiment2ofcode

    0下载:
  2. 东北大学软件学院信息安全现代密码与经典密码实验2完整代码,可运行-Modern the password and classic password Northeastern University School of Software Information Security Experiment 2 complete code can be run
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:2.88mb
    • 提供者:刘晗
  1. DR_MPI

    0下载:
  2. 标准C开发的MPI例程 计算数字的根数, 在Linux和Windows上均可运行-C development of the MPI standard routines Root of the number of calculations
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:22.53kb
    • 提供者:tengbo
  1. banker

    0下载:
  2. 可运行 #define W 10 //最大进程数W=10 #define R 20 //最大资源总数=20 int AVAILABLE[R] //可利用资源向量 int MAX[W][R] //最大需求矩阵 int ALLOCATION[W][R] //分配矩阵 int NEED[W][R] //需求矩阵 int Request[R] //进程请求向量 -Can run#define W 10 // maximum number of processes W =
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:91.42kb
    • 提供者:toy
  1. quick_sort

    0下载:
  2. 并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:张禹
  1. gcndlehhort

    0下载:
  2. 一个简单的万年历的程序,用c编写的 绝对可运行 不错的-A simple calendar program, written in c absolute can run well
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-12
    • 文件大小:2.99kb
    • 提供者:Edeqaolm
  1. instanmy-null

    0下载:
  2. image matching相关的matlab程序,可运行,已调试-Matlab image matching, can run, have been debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:82kb
    • 提供者:pegrsjeas
  1. 46056972

    0下载:
  2. 蓝牙管理工具,管理蓝牙的最新蓝牙不需要直接安装就可运行()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-19
    • 文件大小:202kb
    • 提供者:dubqgn
  1. PDLC

    0下载:
  2. 这是几个关于C语言完美演示的小程序,源码均可运行,不错的()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:5kb
    • 提供者:YItdhhz!2337
« 12 3 4 »
搜珍网 www.dssz.com