搜索资源列表
APISpy
- 查看exe文件的相关信息,倒入dll。帮助分析exe程序。-View exe files to the relevant information into the dll. Exe analysis procedures to help.
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
200qty5129181447900
- 共管理包含计算器、万年历、通讯簿、单位转算、邮编区号,个人管理包含计划、公文、档案、分析、资金管理,综合管理包含通告、计划、档案、商品、工资,去处管理包含厂商、客户、采购、销售、售后管理,分析管理包含采购、销售、利润、售后分析及其-managing contains calculators, hefty almanac, address book, turn to count, Zip code, including personal management, communications, ar
片段
- 进统过本次对处理机调度实验提高了程序设计的方法和技巧,提高了编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解。对处理机调度有了更加深刻的理解。通过对处理机调度的实验操作而加强了对进程管理知识的巩。生更好地掌握操作系统的基本概念、基本原理、及基本功能,具有分析实际操作系统、设计、构造和开发现代操作系统的基本能力程管理和调度-into the EC over the right processor scheduling experiment to improve the progr
Win32thread
- 本文对Win32 多线程的性能进行了较为中肯的分析。-multithreading performance of a more impartial analysis.
chakanjincheng-VC
- 查看进程令牌信息源代码-实例分析-VC 方便大家参考 -View Token process information source code-Case Analysis-VC convenient reference
NTjincheng-VC
- 枚举本地-远程NT系统进程-实例分析-VC 希望能给你参考-enumeration local-remote NT system process-Analysis-VC wanted to give you reference
WinProcessViewer
- 进程管理,特别之处之于,可以得到文件输入表,和分析安全性。-process management, special Zhi Yu, the document can be imported table, and analysis of security.
proessattack
- 攻击进程程序,通过分析进程,关闭我们需要进程,达到攻击目的。-attack on the process procedures, through the analysis process, we need to shut down the process, reaching attack purposes.
Codeps
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
NamedPipeClt
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on th
myCreatProcess
- 进程的创建 编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让没一个进程在屏幕上显示一个字符:父进程显示字符“a”;子进程分别显示字符“b”和字符“c”。试观察记录屏幕上的显示结果,并分析原因。 -process for the preparation of the establishment of procedures, the use of system calls fork () to create two child p
Pinger
- 多线程Ping, 一个线程接受用户的ip地址范围与ping包大小的控制参数 一个线程对ping的结果进行统计分析 n个线程完成对n ip地址主机的同时ping功能-multithreading Ping, Thread a user ip address the scope and size of ping packets control parameters of a thread ping results Statistical analysis completed n Thre
WriterFirst
- 写者优先,操作系统的经典算法,本程序带有报告,有助于操作系统的学习者分析学习
threadinWin32
- 在编程过程中产生线程作了全面的分析,分析CriticalSection Mutex Semaphore Event在线程中的应用时各自优缺点作详细解说
Lesson17
- 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
pipeijishu
- 对匹配方面的 技术进行总的分析和比较,对各种匹配技术进行说明
iis
- iis日志分析器是一个可以分析各大搜索引擎蜘蛛爬行记录的软件。 如果软件运行不了,请注册压缩包里的ocx文件
Code
- 进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
ParserEn.Sources
- 链接抓取分析其它可用链接,然后对所有链接进行分析找到可用页面然后分离中英文单词,并进行分类。 使用了多线程处理,遇到了很有趣的多个不同功能的许多线程相互协调工作的问题,由于采用主线程进行消 息处理安排线和工作流程所以会产生主程序窗口被堵死情况,特别是在开的线程很多的时候。