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

搜索资源列表

  1. 进程调度程序模拟程序

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69488
    • 提供者:吴晓辉
  1. 将DLL注入到其他进程中

    0下载:
  2. 一个进程隐藏的程序-a hidden process procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55030
    • 提供者:小叶子
  1. 获取进程主窗口及创建进程的执行程序

    0下载:
  2. C#编程如何获取进程主窗口以及创建进程的执行程序 -C# programming process for obtaining the main window and the creation of the process of enforcement procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10385
    • 提供者:林君墨
  1. 一个进程管理的源程序

    0下载:
  2. 一个进程管理的源程序.zip-a process management of the source. Zip
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:28010
    • 提供者:耿营彦
  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. 进程的创建

    0下载:
  2. 介绍了再linux系统下如何创建进程,以及创建进程中应注意的有关问题-introduced again linux systems process of how to create and build process should pay attention to issues related to
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:128111
    • 提供者:杨政
  1. LinuxIPC进程间的通信

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

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  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

    • 发布日期:2008-10-13
    • 文件大小:345561
    • 提供者:杨政
  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编程

    • 发布日期:2008-10-13
    • 文件大小:16204
    • 提供者:祝春和
  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编程

    • 发布日期:2008-10-13
    • 文件大小:20892
    • 提供者:杨杰
  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 of the ready process.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:178551
    • 提供者:王俊
  1. 进程监视+键盘记录器源码

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:5493
    • 提供者:李飞
  1. NT下进程隐藏

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

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. NT环境下进程隐藏的实现

    1下载:
  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, szModule, 256) _stprintf(szT
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32682
    • 提供者: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 virus process. Operation and relev
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:774555
    • 提供者:王斐
  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 Mutex
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3991
    • 提供者:冯昊飞
  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 operation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:211884
    • 提供者:开心高兴
  1. 枚举系统当前进程

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

    • 发布日期:2008-10-13
    • 文件大小:28930
    • 提供者:心港
  1. 多进程 线程

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

    • 发布日期:2008-10-13
    • 文件大小:24527
    • 提供者:谔谔
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com