搜索资源列表
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
FORTRAN语言内存动态申请技术的实现方法
- FORTRAN语言内存动态申请技术的实现方法-FORTRAN language memory technology for the dynamic method
CatWork0508
- 这是用MFC 和 C++ 创建的一个基于对话框的程序(主窗口本身是个对话框),在内存中动态创建对话框。-with MFC and C based on the creation of a dialog box procedure (main window is a dialog itself), the creation of dynamic memory box.
CDynamicDialogWithoutTemplate
- Visual c++例子,可不使用常规的对话框资源模板的情况下,动态创建对话框的方法。该方法可以在运行时在内存中直接建立对话框资源,使用起来更为灵活。适用于多个开发项目共享有界面的公用程序模块的情况,也适用于编写需要显示大量对话框或对话框风格随着用户输入不断变化的应用程序。-Visual c example, but the use of conventional resources of the dialog template circumstances, Dynamic creation o
CCeButton
- 利用这个Button类中的SetMenu()可以代替菜单,也可以设置按钮按下和起来的状态,使按钮呈现动态效果,另一个重点就是它没有内存泄露问题。
dynamicDevide
- 动态分区存储管理是一种存储器管理方案。它包含四种内存分配方法:首次适应法、循环首次适应法、最佳适应法和最差适应法,这四种方法各有其优缺点。它在回收内存分区时又包含四种情况:与回收区相邻的两分区都不是空闲分区,此时直接回收该分区;与回收区低地址端相邻分区是空闲分区,而与回收区高地址端相邻分区不是空闲分区,此时将回收区与低地址端分区合并成一个空闲分区;与回收区低地址端相邻分区不是空闲分区,而与回收区高地址端相邻分区是空闲分区,此时将回收区与高地址端分区合并成一个空闲分区;与回收区低地址端和高地址端
颜色选择器
- 本程序实现的颜色选择器对话框是从内存动态创建的,这使得这个控件使用起来十分方便。-color selector dialog is the creation of dynamic memory, which makes the controls easy to use.
操作系统——PCB模拟
- 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
ProcessSchedule5
- 操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考-operating system processes linked to the duration of reconciliation, dynamic memory allocation, and the process of recovery after the operation memory. Fully functional, for your reference
the first-time-to-adapt-to-(FF)-method
- 采用首次适应法动态分配内存,使用链表,解释全面
dlgtpl32
- 演示了如何在内存里创建对话框的模板,从而动态的创建对话框。例子详细演示了如何使用DLGTEMPLATE 和DLGITEMTEMPLATE结构。-Dialogs can be created using templates in resources or from templates built in memory at runtime. The sample contains a class CDlgTempl which can be used to create these tem
MultiWindow
- 是想动态创建多个窗体的功能,有利于运行时节省内存-Is to create more than one form of dynamic features, run-time will help save memory
unix
- ,内 置内存分配模块,强大的动态加载及优良的扩充性不失为一个优秀的 GUI 介面.更多的详细功能 与讯息请参阅档案内附的 GUI 编程指南.PDF -, Built-in memory allocation module, a powerful dynamic loading and excellent scalability would be a good GUI interface. More detailed information, please see the file functio
Snow
- 说明:在程序文本框里输入文字。 所输文字总行数不超过30行。 所有文字总数不超过1500字。。 点击“生成你自己的雪花”,即可生成一个snow.exe的程序。 生成的snow.exe程序可以独立运行,在屏幕上下雪,并显示你生成时所输的文字。 提示:alt+p退出下雪程序…… ************************************************ // =============================
Design
- MFC实现内存动态分配,代码齐全,界面形象易理解。-MFC implementation of dynamic memory allocation, code complete, the interface image understanding.
mem
- 操作系统实验 动态内存分配 QT界面与C-memory allocation
work
- VB使用API在内存画出动态的函数曲线 纯api画图,双DC-VB in memory using the API functions to draw dynamic curve of pure api drawing, double DC
inqtially
- 内存漏洞测试,在windows环境下,测试动态创建对象的内存耗费情况!,-In Windows environment, memory leak test, the test of dynamic creation object memory cost!
dynamic
- 内存漏洞测试,在windows环境下,测试动态创建对象的内存耗费情况!,-In Windows environment, memory leak test, the test of dynamic creation object memory cost!
mvygkrs
- 内存漏洞测试,在windows环境下,测试动态创建对象的内存耗费情况!,()
