搜索资源列表
StorageManage
- 操作系统里的存储器管理描述,是用JAVA语言编的,在Jcreate下编译通过-the operating system memory management Lane described is the use of the Java language series. Under the compiler through Jcreate
memory_manage
- 一个用java编得简单的内存管理.实现内存的分配,内存大小为512MB.-use a java of being simple memory management. Implementation memory allocation, memory size of 512MB.
M_Management
- 操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm
memory(java)
- 操作系统实验中的可变分区式的内存管理,用java编写的,写得很不错的。-OS experiment variable zoning-memory management, using java, prepared very well.
os
- 一个具有模拟CPU、模拟内存、模拟硬盘、模拟CPU管理、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理的一个能运行在WINDOWS平台上的一个模拟的单用户多任务操作系统。-Simulation of a CPU, analog memory, analog hard disk, analog CPU management, memory management simulation to simulate the hard disk management, and simul
src
- 用java模拟内存管理的JAVA代码。 用最佳适应法管理内存,链表实现。-Java memory management simulation with the JAVA code. The best method to adapt the management of memory, linked lists to achieve.
MemoryManagement
- 用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to adapt the first and best adap
storageManage
- 操作系统进程调度算法和内存管理的实现,典型,精致。-Operating system process scheduling and memory management algorithm for the realization of a typical, elegant.
MemoryMonitor
- java实现的内存管理小程序。 java实现的内存管理小程序。-java applet memory management implementation. java applet memory management implementation.
user_guide.html
- Memory Simulation implementing LRU Replacement Policy User Guide This document is a user guide for the MOSS Memory Management Simulator. It explains how to use the simulator and describes the display and the various input files used by and output f
JAVA-ncgl
- 主要介绍了Java对内存管理的知识,很值得一看的!-Introduces the knowledge of Java memory management, well worth a visit!
dynamicSubareaManage
- 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algorithm, the best fit algorithm,
MemoryManagement
- Memory Management in Operating System.
Pointers
- 在JAVA 和 C# 中都有垃圾回收功能,程序员在分配一段内存后可以不再理会,而由垃圾回收自动回收,从而使程序员从复杂的内存管理中解脱出来。这是JAVA 和 C#的一大优点。而C++程序员在用 new 分配了一段内存后,还必须用 delete 释放,否则将造成资源泄漏。因此,一些C++ 书上经常告诫程序员:要养成好的习惯,new 与 delete 要成对出现,时刻记住将内存释放回系统。但是,事情只是这么简单吗?-In both JAVA and C#, garbage collection, i
JVM-memory-management
- JVM内存管理,关于Java内存管理方面的书比较少,一定程度上Java内存管理被忽视了,但事实上这是一个严重的问题-JVM memory management, memory management of Java books less, to a certain extent Java memory management has been neglected, but in fact this is a serious problem
CodePro-EvalGuide
- Memory Management in Java
java-socket
- java socket simulates memory management
The-CPP-Programming-Language
- This book presents the complete C++ language. Chapters 1 through 10 give a tutorial introduction Chapters 11 through 13 provide a discussion of design and software development issues and, finally, the complete C++ reference manual is included. Natura
Javase-6.0-Programing-Guide
- Java是目前所有编程语言中最流行、发展最快的语言之一,随着Java SE 6.0的发布,Java也变得更加强大和易用。本书结合丰富的程序实例,为读者详细讲解了Java核心技术的各个方面,囊括了Java SE 6.0中提供的各种新特性。 本书共分为6篇,第1篇是起步篇,详细介绍了学习Java语言所必备的一些知识;第2篇为基础篇,结合Java语言详细介绍了面向对象开发的各个方面;第3篇为高级基础篇,该篇为读者介绍了Java核心技术中一些比较高级的知识,例如异常处理、集合框架、多线程以及内存
Memory-manage
- 该源码是操作系统实验中的内存管理问题,可以实现FIFO和LRU算法,同时可以分配内存及作业管理-The source is the experimental operating system memory management problem, you can achieve FIFO and LRU algorithm, and can allocate memory and Operations Management
