-
线程定时器,对内核定时器的线程包装
线程定时器,对内核定时器的线程包装-threads timer, the timer kernel threads packaging
- 2022-06-15 05:52:18下载
- 积分:1
-
多线程串口通信,开发环境VC6.0,适合初学着阅读,对线程有一定了解,在win2000调试通过...
多线程串口通信,开发环境VC6.0,适合初学着阅读,对线程有一定了解,在win2000调试通过-Multi-threaded serial communications, development environment VC6.0, suitable for a beginner to read, have a certain understanding of the threads in the debugger through win2000
- 2023-07-24 04:30:03下载
- 积分:1
-
进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。
进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Inter-process communication of four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of the advantages and disadvantages.
- 2023-03-08 11:25:03下载
- 积分:1
-
多线程编程示范例子,学习的好资料
多线程编程示范例子,学习的好资料-multithreaded programming model example of a good learning information.
- 2022-11-04 12:10:04下载
- 积分:1
-
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
- 2023-08-27 14:25:03下载
- 积分:1
-
Describe the process of state transition process and provide the process of chan...
描述进程状态迁移过程,提供进程状态变化的条用接口-Describe the process of state transition process and provide the process of change in the status of interface
- 2022-07-01 12:53:42下载
- 积分:1
-
一个很好的多线程控制的程序,可以随鼠标的移动画圆,同时可以占用window的空闲线程...
一个很好的多线程控制的程序,可以随鼠标的移动画圆,同时可以占用window的空闲线程-a good multi-threaded control procedures, which can be mobile Circle mouse, the window could occupy idle threads
- 2023-07-07 20:20:02下载
- 积分:1
-
线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。...
线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
- 2022-03-24 02:41:30下载
- 积分:1
-
可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数...
可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型进行统计,并将所有文件的分析结果进行汇总,可以方便、准确的对程序代码量进行全面的统计。本软件是绿色软件,不需要安装,直接运行。-can be used to VC, C Builder, Delphi, VB, C/C, ASM source code for the procedures detailed statistics can be very precise procedure code OK, OK Notes blank line and the number of rows. The program will automatically choose your type of document statistics and the analysis of all the documents summarized results can be easily and accurately the volume of code for comprehensive statistics. The software is green software without the need for the installation, operation directly.
- 2023-05-16 05:50:03下载
- 积分:1
-
Readers priority algorithm, learning operating system are generally required to...
读者优先算法,学习操作系统的一般都要接触到的临界区处理的程序,有实验报告说明-Readers priority algorithm, learning operating system are generally required to come into contact with the critical areas of treatment procedures, experimental reports have
- 2023-06-29 17:05:03下载
- 积分:1