-
Used to realize 96 types of integer calculations, vc++ Available.
用来实现96位整数计算的类,vc++可用. -Used to realize 96 types of integer calculations, vc++ Available.
- 2022-07-01 01:27:04下载
- 积分:1
-
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持...
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to area divides the memory district into several areas not of uniform size regularly. Divide and is over in the dividing area, the number of total points area of the length and memory of the each one area will keep intact in the whole course of carrying out. When user s process proposes the demand of assigning of the memory , find fen meeting the demands to distinguish to it, after the process is carried out, retrieve the process and resource which it occupy
- 2022-10-19 20:15:03下载
- 积分:1
-
C#简单的三层实力,C#简单的三层实力C#简单的三层实力...
C#简单的三层实力,C#简单的三层实力C#简单的三层实力-C# i m sorry ,my english tai lan le
- 2022-05-12 16:15:39下载
- 积分:1
-
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。
quake3 bsp 文件浏览器源代码。-quake3 bsp is codes of files explorer。 quake3 bsp is codes of files explorer。
- 2023-07-29 12:30:04下载
- 积分:1
-
是一个音像管理系统,程序可运行,请放心使用
是一个音像管理系统,程序可运行,请放心使用-Is an audio-visual management system, procedures can be run, please rest assured that the use of
- 2023-01-18 07:30:04下载
- 积分:1
-
用数据库编写的客房管理程序 我的课程设计! 有源代码
用数据库编写的客房管理程序 我的课程设计! 有源代码-database used to prepare the management procedures Rooms my course design! Active code
- 2022-01-27 22:14:51下载
- 积分:1
-
apihook api函数拦截
apihook api函数拦截-apihook api function interception
- 2022-04-30 22:34:27下载
- 积分:1
-
在Vc++环境下,实现复数的加减乘除。利用函数重载
在Vc++环境下,实现复数的加减乘除。利用函数重载-In Vc++ Environment, realize complex addition and subtraction, multiplication and division. The use of Function Overloading
- 2023-08-16 13:40:03下载
- 积分:1
-
基于c++语言的一个链表的实现程序,内置链表类函数.
基于c++语言的一个链表的实现程序,内置链表类函数.-Based on c++ Language procedures realize a list of built-list functions.
- 2022-07-05 00:18:21下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1