搜索资源列表

  1. 进程同步实验

    0下载:
  2. 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:何浩
  1. 端口到进程实现的原代码

    0下载:
  2. 端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:sun
  1. 进程调度模拟程序gzw

    0下载:
  2. 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。 希望大家多提意见-here no API calls simulations, I se
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:宫振伟
  1. 不错的进程调度

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-pro
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:
  1. 操作系统之进程调试算法CODE

    0下载:
  2. 操作系统进程调度 用VC实现 完全正确 质量保证-process scheduling operating system with VC entirely correct quality assurance
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:lee
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ens
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-16
    • 文件大小:605184
    • 提供者:杨政
  1. Linux进程-zhangwl

    0下载:
  2. Linux 源码分析系列之进程 进程的生成,进程的使用,进程的创建-Linux source code analysis process Series process of formation, the use of the process, the process of creation
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-16
    • 文件大小:345088
    • 提供者:杨政
  1. Windows 进程管理

    0下载:
  2. 对程序的进程进行选择关闭的软件 模仿windows的任务管理器功能,关闭一些进程,关闭计算机!-This software can simulate the windows manager to shut down selected programs or progresses,even shut down the computer.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:祝春和
  1. 进程调度算法演示

    0下载:
  2. 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数-This is a display of process assigned algorithm. It includes some API functions for the control of console output and events.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:
  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:178176
    • 提供者:王俊
  1. 进程监视+*器源码

    0下载:
  2. 代码包括了进程监视和*两方面的功能,是一款不错的黑客程序。-code including the process of monitoring and keylogging the two functions, is a true hacker program.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:194560
    • 提供者:特务
  1. 如何获取某个进程的主窗口以及创建进程的程序名?

    0下载:
  2. 如何在windows内存中获取进程,对于软件的破解,有帮助。可以对正在执行EXE文件进行操作-windows in the process of memory access, the software decoded and help. It is the implementation of EXE files operation
  3. 所属分类:电子书籍

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:李飞
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:31744
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    0下载:
  2. NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:dsfd
  1. windows系统进程

    0下载:
  2. 常见的windows中出现的进程名称。非常详细,连诺顿等的常用软件的进程名都有,还包括可能的病毒进程。并且有相关操作建议。-common windows appeared name in the process. Very detailed, and even the Norton software used in the process were there, including the possibility of the viru
  3. 所属分类:电子书籍

    • 发布日期:2024-05-16
    • 文件大小:774144
    • 提供者:王斐
  1. Unix进程通讯及同步互斥机制

    0下载:
  2. Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism M
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:冯昊飞
  1. 线程进程查看器

    0下载:
  2. 转载的一个程序,能够实现实时观察系统正在运行的进程,并观察运行进程相关的线程,并能禁止进程运行.-reproduced in a process that can achieve real-time monitoring systems running processes, and to observe the process of running threads, and the process can prohibit operat
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2509824
    • 提供者:开心高兴
  1. 枚举系统当前进程

    0下载:
  2. 枚举系统当前进程源代码,可用于判断某个进程是否开始或者结束。-current process enumeration system source code can be used to judge whether a particular process or ended.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:28672
    • 提供者:心港
  1. 多进程 线程

    0下载:
  2. 一个多进程及线程操作的例子,比较实用 -a multi-threaded process and the operation of the examples, more practical. .
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:24576
    • 提供者:
  1. Win2000下系统进程隐藏代码

    0下载:
  2. Win2000下系统进程隐藏代码 ,在win2000下将系统进程隐藏,任务管理器中无法查看-systematic process under Win2000 hidden code in the system under WIN2000 hidden process, task manager can not see
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:李志山
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org