搜索资源列表
memory manager
- 这是一个内存分配管理程序。在一些实时通讯系统中,需要经常分配和释放内存,会造成较多的内存碎片。这个程序可以在一开始分配一大片内存,从而避免频繁申请和释放内存。大大提高程序的执行效率。-This is a memory allocation management procedures. In some real-time communication systems, the need for frequent distribution and release memory, the memory
cputime
- Print the memory usage for each process 计算每个进程所用内存的C++源码-Print the memory usage for each process calculation used by each process memory in C source
H3Editor_modify
- 前些时间没什么事,玩英雄无敌III 的 WoG ,水平太差.被电脑折磨得死去活来.无奈之下写了这个修改器.可以修改游戏中的任何东西. 在这个程序中主要使用了以下技术: 1 进程列举 2 进程内存搜索 3 进程内存读/写 现在把它放到这里,希望能起到抛砖引玉的作用:) 欢迎拍砖 忘记说程序用法了: 用法: 先运行 WOG (包括 H3 中英文版都行), 然后切换到资源管理器中运行修改器.点?\"读取英雄信息\"按钮来把所有英雄的名字读入
java_osdesign
- 一个整体操作系统的主要功能的计算机模拟实现(含进程、内存与设备管理)-an overall system of the main functions of the computer simulation (including the process, memory management and equipment)
00051
- #进程1申请内存空间:334 进程1申请内存空间后的情况: 进程0释放内存空间后的情况: 0 41 375 649 -# 1 application process memory space : 334 for a process of memory space : 0 process after the release of the memory space : 0 41375 649
process for windows
- 本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
MemoryRead
- Delphi写的内存搜索与内存读写操作库 指定进程,在进程中查找对应的字符与字符串,或者其他类型的数据。-Delphi to write the memory search and memory read and write operation of the Treasury designated the process, in the process to find the corresponding characters with the string, or other types o
Clock
- 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
static
- 操作系统的固定分区模拟程序。固定分区将内存按用户需求分成若干固定存储区,每次分配进程、撤销进程都在分区中操作-Fixed operating system partition simulation program. Fixed partition memory according to user needs will be divided into several fixed storage area, each time the allocation process, the withdraw
memory
- 内存是计算机重要的资源之一,程序运行的过程中必须对内存进行分配。经典的内存分配过程是这样进行的 -Memory resources are important, one of the computer, the program must be running the course of distribution of memory. Classic memory allocation process is carried out
memory
- 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
ff
- WriteProcessMemory function using the DLL path name to write to remote process memory space
memory-op
- 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。-Use the API functions in Windows 2000/XP, the preparation of a process contains two threads, one thread is used to simulate memo
Memory
- Delphi内存管理器(进程修改),因本程序涉及系统安全,所以编译生成EXE文件后有些杀毒软件会报警,请先关掉自动防护功能。本程序运行截图如上图所示。 -Delphi memory manager (process changes), because this process involves system security, so the compiler generates EXE file some anti-virus software alarm, switch off the a
cunchuguanli
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Re
process-scheduling-experiment
- 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
os_2
- 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
Memory-Allocation
- 中南大学操作系统课程设计内存分配算法及回收过程-Algorithms and recovery process, Central South University courses on operating system design memory allocation
NeiCunFenPeiYuHuiShou
- 操作系统:内存分配与回收实验源代码 编写程序完成动态分区存储管理方式的内存分配与回收。具体内容包括: 1、确定内存空闲分区表和进程内存分配表 2、采用首次适应算法完成内存空间的分配 3、采用最佳适应算法完成内存空间的分配 4、实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Operating system: memory allocation and recovery experiments compl
Get-process-Memory
- 獲取指定進程的名字及內存,獲取當前進程的名字和內存-Get a specified process name and memory
