登录
首页 » Process-Thread » 这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,...

这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,...

于 2022-03-25 发布 文件大小:26.71 kB
0 87
下载积分: 2 下载次数: 1

代码说明:

这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,-This is a classic algorithm operating system is on the readers who wrote in, is to simulate c,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。...
    详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-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 disadvantages.
    2022-03-22 20:51:19下载
    积分:1
  • 使用共享内存通讯的程序例子
    使用共享内存通讯的程序例子-the demo of communication using shared memory
    2023-05-18 08:00:03下载
    积分:1
  • Pubwin客户端伪装程序,与Pubwin界面相同。
    Pubwin 客户端伪装程序 ,与Pubwin界面完全相同.-Pubwin client camouflage procedures, and Pubwin interface identical.
    2023-02-06 02:30:03下载
    积分:1
  • Remote Run Library is a part of the code provides a complete remote (remote here...
    Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to the process is different from the other process space) runtime environment (including the use of code implicit API calls, string constants, global/static variables, abnormal protection) tool. It allows you to the arbitrary process (as long as you have sufficient authority) run a piece of code or exe, which allows two or more executable file in the same process space operations.
    2022-11-10 12:15:04下载
    积分:1
  • 多线程下载文件服务器,接收客户端登陆信息,和传递文件
    多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
    2022-02-20 21:31:57下载
    积分:1
  • DKOM process hiding
    DKOM 隐藏进程 直接系统内核修改 断开FLINK链表-DKOM process hiding
    2022-01-25 14:02:42下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • 采用visual c++.net编写的动态链接库与多线程、多进程教学实例
    采用visual c++.net编写的动态链接库与多线程、多进程教学实例-The use of visual c++. Net prepared by dynamic-link library with multi-threaded, multi-process teaching examples
    2022-04-14 14:37:53下载
    积分:1
  • 利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法,有经验的开发者也可将其用到自己的程序中。...
    利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法,有经验的开发者也可将其用到自己的程序中。-Procedures for the use of threads in the busy show examples of the progress bar, VC beginners can learn from multi-threaded approach, experienced developers can also be used in their program.
    2022-07-17 08:35:02下载
    积分:1
  • Function: 1. Display System processes and process modules, threads information....
    功能: 1.显示系统进程及进程的模块、线程信息。 2.能杀死任意进程包括系统服务进程。 3.能释放任意进程中的任意模块,不过有些关键模块释放不了。 4.结束任意进程中的任意线程。 5.请用右键进行操作。-Function: 1. Display System processes and process modules, threads information. 2. Can kill any process including the process of system services. 3. To any process of release of any module, but not the release of some key modules. 4. The end of any process in any thread. 5. Please use Right-operate.
    2022-01-27 19:51:19下载
    积分:1
  • 696518资源总数
  • 104935会员总数
  • 2今日下载