-
DLL application example, it is clear, one will watch the use of a DLL
DLL 的应用实例,很清晰,一看就会DLL的使用了-DLL application example, it is clear, one will watch the use of a DLL
- 2022-04-21 15:44:06下载
- 积分:1
-
遗传算法的改进版本,最大的区别在于它的能力…
GA改进版的算法,最大的区别在于它能保证每一个被选中的基因都更好
- 2022-03-28 22:36:15下载
- 积分:1
-
创建一个匿名管道的C++类CAnonymousPipe
创建一个匿名管道的C++类CAnonymousPipe-Create an anonymous pipe C++ Category CAnonymousPipe
- 2022-01-28 07:51:10下载
- 积分:1
-
AMCAP源代码
directshow 中的例子,现在已经很难找到了,可以直接抓取视频信号。一个很好的代码。使用visual c++编写。
- 2022-03-10 22:59:08下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
four experimental operating system : Continuous and pagination main memory manag...
操作系统实验四:连续式与分页式主存管理的模拟实现
模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。
注意,该实验为模拟实验,并不要求进行真正的内存分配与回收,主要是编写程序模拟其中过程即可。
-four experimental operating system : Continuous and pagination main memory management simulation simulation in a row and pagination distribution management in two ways, Main storage space for the distribution and recovery, to help students better understand the storage management process. Noted that the experiment simulated experiment, does not require real memory allocation and recovery, preparation procedure is the process which can be simulated.
- 2023-03-25 10:35:03下载
- 积分:1
-
C++标准库 Nicolai M,Josuttis 著
C++标准库 Nicolai M,Josuttis 著-C++ standard library Nicolai M, Josuttis the
- 2022-08-05 19:56:36下载
- 积分:1
-
一个在windows上实现的看门狗。是软看门构。
一个在windows上实现的看门狗。是软看门构。-one of the windows on the realization of the watchdog. Soft structure is the gatekeeper.
- 2022-05-18 11:03:58下载
- 积分:1
-
这是一个演示Windows如何分配内存的应用程序,用VC++工具实现,具有很的实用性...
这是一个演示Windows如何分配内存的应用程序,用VC++工具实现,具有很的实用性-This is a demonstration of how to allocate memory for Windows applications, with VC tools, it will be very useful
- 2022-07-02 09:30:02下载
- 积分:1
-
VC++中使用汇编语言,获得程序运行时间
VC++中使用汇编语言,获得程序运行时间 -use assembly language, time was running
- 2022-01-22 17:27:59下载
- 积分:1