CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 进程

搜索资源列表

  1. ShortestTimeFirst

    0下载:
  2. 操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:118404
    • 提供者:billchuang
  1. c

    0下载:
  2. 随着现代科技飞速发展,如何以一种便捷的计算方式加快计算的速度,缩短计算时间、提高工作效率,已经成为计算业竞争力的关键问题。在计算机信息技术高速发展给计算的管理带了新的力量,通过计算器系统对大型天文数字的全程管理计算,不仅使摆脱了人工计算带来的一系列的问题,更重要的提高了计算速度,通过计算管理系统对各方面的管理,对各行业的发展提供了大量的、关键性的数据,加快了计算的进程,迅速解决了计算问题。-With the rapid development of modern technology, how
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3322
    • 提供者:孙登高
  1. code

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1718
    • 提供者:镡皓琳
  1. dtfp

    0下载:
  2. 多个进程动态地共享系统的资源可能会产生死锁现象。用按序分配策略实现资源分配。-Dynamic multiple processes to share system resources may produce deadlock. Allocation strategy with sequential allocation of resources.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:1782
    • 提供者:冷凝冰
  1. 02MemRepair

    0下载:
  2. 修改内存,在windows控制台环境下对指定进程的内存进行修改,-Modify the memory, the console in the windows environment, the memory of the specified process to modify
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:21723
    • 提供者:zhangzhen
  1. GetAllProcess

    0下载:
  2. 获取系统所有进程,最后有一个获取字符等待。 获取系统所有进程,最后有一个获取字符等待,用VC控制台编写。-Acquisition system for all processes, the last one to get the character to wait. Acquisition system for all processes, and finally there is a wait to get the character, written with the VC consol
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:644654
    • 提供者:feng
  1. DynaPriAlgoriSimulation

    0下载:
  2. 在控制台上,输出动态优先权的进程调度算法模拟的结果- In control bench, output dynamic priority process dispatching algorithm simulation result
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:213360
    • 提供者:井中月
  1. fcfs

    0下载:
  2. fcfs,先来先服务,根据每个进程到来的时间顺序就行服务-First come ,first to serve.According to the arrived time to serve.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:761
    • 提供者:雷赫
  1. priority

    0下载:
  2. 获得当前系统中正在运行的所有进程的优先级-Get the current system, running priority of all processes
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:陈颖
  1. source

    0下载:
  2. 用Visual C++开发基于ToolHelp32的进程监控程序-Using Visual C++ development process control procedures based on ToolHelp32
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:28438
    • 提供者:
  1. 01MemRepair

    0下载:
  2. Windows控制台程序,通过遍历目标进程空间搜索到用户需要的地址并修改地址内存的数据。-A Windows console application, a memory of a process to modify the data. . .
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:22197
    • 提供者:赵鑫维
  1. snap

    0下载:
  2. vc6.0控制台程序,打印系统进程各个信息,任意键继续快照系统进程信息-vc6.0 console program,print system s processes information,any key will continue the function
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:921038
    • 提供者:Erwin
  1. BankerAlgorithm

    0下载:
  2. C++写的银行家算法,可以随机生成资源和进程序列。-C++ write the banker' s algorithm, resources and process sequences can be randomly generated.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:266497
    • 提供者:sandwich
  1. app_close

    0下载:
  2. 可以重用的方法、禁止某个应用程序打开、可以防止用户修改进程名!-Method can be reused, to prohibit an application open, you can prevent users from modifying the process name.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-04
    • 文件大小:603047
    • 提供者:zmf
  1. cmd-fangzhiguanbi

    0下载:
  2. 这是一个cmd的控制台程序,如果进程中想关闭窗口时可以弹出提示的哦 by:KSpade www.yxidao.com-This is a cmd console application process want to close the window can pop-up by: KSpade www.yxidao.com
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2572
    • 提供者:
  1. Pipe5

    1下载:
  2. 利用多线程异步方式实现Windows应用程序进程和控制台命令行应用程序进程之间的通信。-multiprocess and multithread technologies are applied to implement interaction between windows application process and console command line application process.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2284810
    • 提供者:方福璟
  1. os

    0下载:
  2. 一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three leve
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:82558
    • 提供者:程龙
  1. getCommondline

    0下载:
  2. 能够获取系统中指定进程的命令行参数,通过打开进程读取固定地址实现-Be able to obtain the specified process in the system command line parameters, fixed address read by opening the process to achieve
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:1740142
    • 提供者:sunhaobin
  1. process

    0下载:
  2. 查看进程,我们可以用它来观察进程的情况,和ID数个,当然还有好多用处的-process and see the ID number,we can use this code to judge the process
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:2021
    • 提供者:kaikai
  1. Process

    0下载:
  2. 在VC++环境中,通过C语言编程,实现对进程的创建,包括进程创建时间,以及进程名字的编写-In VC++ environment, through the C programming language, the creation process, including process creation time, as well as the process name writing
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:184011
    • 提供者:徐欣
« 1 23 4 »
搜珍网 www.dssz.com