-
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持...
模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-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
-
jflash程序源代码(C)。
Jflash program source code(C).
- 2022-05-07 13:36:36下载
- 积分:1
-
最近的邻居 k
在接收后数十个电子邮件和关于Visual Basic 执行的 K-Nearest 的邻居 (KNN) 的评论,我终于到使 Java 版本的代码。
- 2022-01-22 08:59:24下载
- 积分:1
-
For windows ce driver development Baodian detailed Getting Started guide
针对windowsce驱动程序开发的详细入门指南
- 2022-11-11 13:55:03下载
- 积分:1
-
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作...
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作业的最短时间。-pipeline workbook, A, B machines handling a ~ 5 respectively, the time required is . . . . ]. . . . And one machine can handle only one time operation, an operation only by the completion of a machine, for A, B complete all work is the shortest time.
- 2022-04-20 04:25:08下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
VC++编写的一个画图小程序运行界面非常像WINDOWS自带的程序而且可以方便的继续扩充...
VC++编写的一个画图小程序运行界面非常像WINDOWS自带的程序而且可以方便的继续扩充-prepared in a small drawing running Windows interface much like its own procedures but would also facilitate the continued expansion
- 2022-01-26 04:00:13下载
- 积分:1
-
C语言解决线形方程组的高斯消去法,以及源代码
C语言解决线形方程组的高斯消去法,以及源代码-C language to solve linear equations Gaussian Elimination Act, as well as source code
- 2022-03-11 20:18:40下载
- 积分:1
-
赌大小的模拟游戏
由VC++6.0实现
算是简单的一个游戏程序
赌大小的模拟游戏
由VC++6.0实现
算是简单的一个游戏程序-Bet the size of simulation games by VC++ 6.0 is a simple realization of a game program
- 2022-05-06 20:56:11下载
- 积分:1
-
塔河内问题,一个经典的数学问题,如果人们做,当第…
汉诺塔问题,古典的一个数学问题,如果人来做,当盘子达到十几个,人力就难及了。-Towers of Hanoi problem, a classical mathematical problem, if people do, when the plate reached a dozen, and the manpower it will be difficult.
- 2022-01-24 09:39:36下载
- 积分:1