-
移动存储安全限制功能,减少了如何访问U盘、枚举存储设备
移动存储安全限制功能,减少了如何访问U盘、枚举存储设备-Security restrictions removable storage functionality, a decrease of how to access the U disk, storage device enumeration
- 2023-02-28 14:00:04下载
- 积分:1
-
process Scheduling Algorithm : The highest priority of several priority scheduli...
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-07-18 13:52:56下载
- 积分:1
-
dct变化,最简单 的
非常好用,清楚,明白! 离散余弦变换(Discrete Cosine Transform,DCT)是一种实数域变换,其变换核为实数余弦函数。对一幅图像进行离散余弦变换后,许多有关图像的重要可视信息都集中在DCT变换的一小部分系数中。因此,离散余弦变换(DCT)是有损图像压缩JPEG的核心,同时也是所谓“变换域信息隐藏算法”的主要“变换域(DCT域)”之一。因为图像处理运用二维离散余弦变换,所以直接介绍二维DCT变换。
- 2022-03-16 00:38:07下载
- 积分:1
-
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。...
该程序实现了在系统的对话框上加按钮,比如在资源管理器中添加文件大小列。-The program implements the system add button on the dialog box, such as Explorer, add the file size of the column.
- 2023-06-25 21:20:04下载
- 积分:1
-
一个最简单的虚拟硬盘Port Driver
一个最简单的虚拟硬盘Port Driver-a simple virtual drive Port Driver
- 2022-01-26 15:01:33下载
- 积分:1
-
一个实现了NT服务的小程序。
能够让服务安装,卸载,启动,停止。...
一个实现了NT服务的小程序。
能够让服务安装,卸载,启动,停止。-A realization of the NT services applet. That allows services to install, uninstall, start, stop.
- 2022-07-14 02:49:00下载
- 积分:1
-
全面的编译原理课后答案,清华大学出版社出版的编译原理
全面的编译原理课后答案,清华大学出版社出版的编译原理-comprehensive compiler theory OSCAR answer, Tsinghua University Publishing House compiler theory! !
- 2022-06-27 19:35:55下载
- 积分:1
-
simple code editor prepared to use C# code, welcomed the study and download
简易编辑器代码
使用C#编写的代码,欢迎下载学习-simple code editor prepared to use C# code, welcomed the study and download
- 2022-07-11 18:52:15下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2023-03-01 06:10:04下载
- 积分:1
-
c专家编程
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。
- 2023-05-04 14:25:05下载
- 积分:1