登录
首页 » Process-Thread » windows多线程编程dos版本改版本在windows consel下实现

windows多线程编程dos版本改版本在windows consel下实现

于 2023-04-23 发布 文件大小:22.84 kB
0 113
下载积分: 2 下载次数: 1

代码说明:

windows多线程编程dos版本改版本在windows consel下实现-windows multithreaded programming dos version changed version of the windows under consel

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

发表评论

0 个回复

  • 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现...
    操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber"s report for the modeling process debugging, procedures using C#
    2022-06-30 18:45:38下载
    积分:1
  • Process scheduling, memory, process scheduling to understand the situation and k...
    进程调度,了解内存中进程调度情况,知道进程在内存中运行情况-Process scheduling, memory, process scheduling to understand the situation and know the process running in memory of
    2022-02-26 15:51:29下载
    积分:1
  • primitive code is based on the C language of the original procedure. C is the la...
    本原代码是基于C语言的原程序。是用 C语言实现的SQL语言-primitive code is based on the C language of the original procedure. C is the language of SQL language
    2022-08-02 17:57:38下载
    积分:1
  • 银行家算法 进程控制中用到的算吧 检测是是否死锁
    银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
    2022-02-13 07:13:03下载
    积分:1
  • 实现了在windows系统下的进程隐藏,有效的保护了进程的安全性...
    实现了在windows系统下的进程隐藏,有效的保护了进程的安全性
    2022-01-25 15:03:44下载
    积分:1
  • 实现心血管功能无创监测及参数分析,包括了界面、通讯、数据管理、打印等功能!...
    实现心血管功能无创监测及参数分析,包括了界面、通讯、数据管理、打印等功能!-To achieve non-invasive monitoring of cardiovascular function and parameter analysis, including the interface, communications, data management, printing and other functions!
    2022-07-20 08:34:39下载
    积分:1
  • the NT environment hidden process, the user is unaware of the conditions, the im...
    在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
    2022-03-23 05:27:10下载
    积分:1
  • 学习Event线程同步的朋友进来吧
    学习Event线程同步的朋友进来吧-thread synchronization friends come in.
    2022-01-25 17:09:16下载
    积分:1
  • mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权...
    mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权限 2. 支持JS调用某类别或所有类别的最新/最热门文章 3. 支持手工分页, 分页只需在文章中插入 [page] 代码 4. 支持搜索功能 4. 支持相关文章功能 5. 后台WEB管理 6. 可统计今日浏览和总浏览数 7. 支持BB代码, HTML 8. 更多功能无法一一列出... -mArticleFree Version 2.0 (Night Cat article management system free version) ymArticle function list : 1. Supports user group functions, users can set various competence Group 2. JS support of a certain category or call all categories of the latest/3 most popular articles. Paging support manual , tab only inserted in the article [page] code 4. four search function support. support functions related article 5. background WEB management 6. Statistics available today for browsing and total View 7. support BB code, HTML 8. more features not spell them out .. .
    2022-03-14 22:57:25下载
    积分:1
  • 5个进程 开始时处于就绪队列中 该单机系统采用时间片轮转法进行调度。假定A每运行4个时间片就发出一次I/O请求,I/O完成时间为20个时间片。D每运行2...
    5个进程 开始时处于就绪队列中 该单机系统采用时间片轮转法进行调度。假定A每运行4个时间片就发出一次I/O请求,I/O完成时间为20个时间片。D每运行2个时间片就发出一次I/O请求,I/O完成时间为10个时间片。-five at the beginning of the process, in place of the single queue system uses Web Tablet time scheduling method. A running assumed every four hours on the issue of a film I/O request, I/O to complete 20 hours of the time slice. D operation every two hours on the issue of a film I/O request, I/O to complete 10 hours of the time slice.
    2022-03-24 07:25:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载