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

搜索资源列表

  1. Operating_system

    0下载:
  2. 第1章 绪论.ppt 第2章 进程管理.ppt 第3章 处理机管理.ppt 第4章 存储管理.ppt 第5章 设备管理.ppt 第6章 文件管理.ppt-Chapter 1 Introduction. Ppt Chapter 2 Process Management. Ppt Chapter 3 Processor management. Ppt Chapter 4 Storage Management. Ppt Chapter 5 Device Ma
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1982696
    • 提供者:徐利民
  1. sorry

    0下载:
  2. 添加时要求写明该进程属性:进程名,运行时间,优先权等,然后按优先权排序,将具有最高优先权的进程的状态设为:运行,其他为:就绪,若优先权相同,则以其他原则决定,如:要求运行时间短的优先。-sorry
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:668
    • 提供者:shazi
  1. mnjcdd

    0下载:
  2. 模拟进程调度 随机生成进程,再进行调度的算法-Simulation of the process of scheduling the process of randomly generated, then the algorithm for scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:李宇帆
  1. keyboardhook

    0下载:
  2. 这是一个键盘记录程序,通过hook挂钩,可以监控当前所有进程的键盘输入情况-This is a keyloggers, linked through the hook, you can monitor all the process of the current situation of the keyboard input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:134174
    • 提供者:康建
  1. xyz

    0下载:
  2. C语言课程设计集合 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -C language curriculum design a collection of case calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:59422
    • 提供者:xyz
  1. process

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8269
    • 提供者:苏苒
  1. processscheduling

    0下载:
  2. 实现进程的调度,实现spf和rr算法的基本要求,操作系统实验-nothing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:107582
    • 提供者:文子
  1. PsyRAT

    0下载:
  2. Client 是BCB开发的 Server 是VC开发的~~(代码中有个stub.exe--这个是WIn32可执行文件在DOS下的~执行部分~) 没有什么特别的 功能如下: 文件管理 进程管理 察看系统信息 察看对方屏幕 -mulprocessed remote control tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:589366
    • 提供者:卡卡
  1. jincheng

    0下载:
  2. 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1587
    • 提供者:
  1. aa

    0下载:
  2. 易语言源码```进程ID取窗口句柄-Yi language source code `` `window handle from process ID,
  3. 所属分类:其他小程序

    • 发布日期:2017-04-13
    • 文件大小:1871
    • 提供者:snow
  1. geekos0.3.0

    0下载:
  2. 一种教学用的小型操作系统。 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统.. -A small operating system teaching. A C language development with the operating system, students can be Linux or UNIX environment to expand
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:593887
    • 提供者:钱前
  1. wait_another_process

    0下载:
  2. 检测一个进程是否被终止,如果终止,弹出提示-Testing whether a process has been terminated.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1510
    • 提供者:汪瑜杰
  1. JINCHENGGUANLI

    0下载:
  2. 管理你的进程,有结束进程、显示EXE进程等功能。-The management of your process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3807
    • 提供者:丁丁
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1369
    • 提供者:zhouwei
  1. QQ0809

    0下载:
  2. 简介: 此软件主要为娱乐缩写。请不要进行恶意事件! 此程序运行后自动关闭 本机QQ。弹出虚拟QQ窗口。 自动判别QQ2008,QQ2009 QQ。如08 09都有,只弹08! 此程序未加自启动和 监视进程等功能!只能运行一次! 所以仅可娱乐! -Descr iption: This software mainly for entertainment abbreviations. Please do not be malicious event! This program
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:641989
    • 提供者:张磊
  1. boost_1_40_0.tar

    0下载:
  2. boost_1_40_0.tar,这个应该不用多做介绍了,网上常见的介绍时这样的: Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,其成员已近2000人。 Boost库为我们带来了最新、最酷、最实用的技术,是不折不扣的“准”标准库。 -Boost provides free portable peer-re
  3. 所属分类:Other systems

    • 发布日期:2017-06-22
    • 文件大小:39253625
    • 提供者:soyoyo
  1. form

    0下载:
  2. 演示打开进程与关闭进程 演示打开进程与关闭进程-Demonstrate the process of opening and closing process
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:Mickeylk
  1. systemprocess

    0下载:
  2. delphi源码,介绍如何获得系统的进程列表-dephi program,introduced systemprocess
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:239134
    • 提供者:suixianglei
  1. modelos

    0下载:
  2. OPNET仿真电力线传输 MAC层协议模型。包括HUB模型以及进程处理模块。-OPNET Simulation of Power Line MAC-layer protocol model. HUB models and processes, including processing module.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:60854
    • 提供者:林语
  1. quickroom041_src

    0下载:
  2. QuickRoom是我写的在VS游戏平台的挤房间工具,用的人都说很好。源码主要特点在于跨进程模拟鼠标点击窗口,可谓非常智能-QuickRoom yes I wrote the game platform in the VS tools for crowded room with people who say that good. Source is the main features of the process of simulated mouse clicks across the wind
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:21380
    • 提供者:lynn
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com