搜索资源列表
HideFunc
- 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
myipc
- Unix 下进程间通讯的经典范例程序。 在Redhat 9下调试通过。-Unix inter-process communication classic example of the procedure. In Redhat 9 under through debugging.
3thread
- 这是在win ce 4。2 版本下的一个小应用程序,调试线程用的,还不错。-This is the win ce 4. Two versions of a small application, the threads debugging, quite good.
appication_3thread_ok
- 这是运行在windows ce 4.2 版本下的关于线程调试的应用程序,是开发板公司提供的,测试通过了,我用过了,感觉还行-is running windows ce 4.2 version of the thread debugging applications, development board of the company, through testing, I used the feeling also OK
OS_HairCut_CSharp
- 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber's report for the modeling process debugging, procedures using C#
cdmanger
- 光盘租借管理的小程序 用Turbo c调试通过-CD lease management procedures with a small c debugging through Turbo
Clunzhuanfa
- 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。 轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
youxianshu
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,-prepared a simulation an
LoadDLL
- 动态链接库 加载器.用调试程序之用.关键字:loadlibary-DLL loader. Debugging with procedures used. Keywords : loadlibary
ThreadCreat
- mfc线程设计的实例,经过调试运行的代码-mfc design of the thread, after debugging the code running
MultiThread4
- 提供一个多线程编程的实例,含有参数传递,已经在VC++6.0中调试通过,供多线程爱好者借鉴。-provide a multithreaded programming examples, containing parameter transmission, in VC 6.0 debugging through, Multithreading lovers for reference.
caozuoxitongkechengsheji
- 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation and debugging a single channel
vb-multithread
- 一个vb多线程编程实例,能够设置线程优先级,已经调试能够执行。-a multithreaded programming examples threads will be able to set priorities, debugging can be implemented.
读者写者模拟
- 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
ksymoops-2.4.9.tar
- 一个很好的linux环境下驱动开发的调试工具-a good linux environment Driver Development debugging tool
银行家算法2
- 本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-asked to use the experimental high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadl
ProcessHide
- VC++实现的rin0级别的进程隐藏和进程保护。要用到DDK。此压缩包中有完整的源代码,并且调试通过。-VC++ to achieve the rin0 level hidden process and process protection. To use DDK. This package is the integrity of the source code, and debugging through.
Port
- delphi 串口调试软件,有消息处理和多进程处理,供同僚们参考。-delphi serial debugging software, information processing and multi-process handling, for my colleagues to refer to.
Short_Process_First
- 本课程设计要求用高级语言编写和调试一个调度算法采用照顾运行时间较短时间进程的调度程序,以加深对进程的概念及进程调度算法的理解。-The curriculum design requires high-level language writing and debugging of a scheduling algorithm using shorter running time to take care of the process of scheduling procedures in orde
gdb_2
- 用GDB调试多进程程序,仅仅是一个简单的多进程程序,在我们平时开发的多进程程序远远比这个复杂,但是调试基本原理是不变,有一些技巧则需要我们在实践中慢慢摸索-GDB debugging process with many procedures, just a simple multi-process procedures, in our normal development process of many procedures is much lower than those of this co