Welcome![Sign In][Sign Up]
Location:
Search - 虚拟内存

Search list

[OS program虚拟内存

Description: 虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc + + for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend to learn a detailed explanation. Xi Road friend here can be downloaded to look at.
Platform: | Size: 31609 | Author: 笨蛋 | Hits:

[Other实验六 Windows 2000虚拟内存

Description: 一个虚拟内存实验,对刚学习的朋友很有用。-an experimental virtual memory, learning just friends useful.
Platform: | Size: 26566 | Author: 范华锋 | Hits:

[Other实验七 Windows 2000虚拟内存-2

Description: 也是虚拟内存的实验,不过和第一个不同,从另一个角度来实现的。-is virtual memory, but a different one and, from another point of view to achieve.
Platform: | Size: 23596 | Author: 范华锋 | Hits:

[Other resource虚拟内存管理

Description: 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
Platform: | Size: 1986 | Author: 阿嫂地方 | Hits:

[Other深入理解linux虚拟内存管理

Description: chm
Platform: | Size: 1495595 | Author: gzhao6@sohu.com | Hits:

[Software Engineering学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理

Description: 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
Platform: | Size: 106496 | Author: 1479433857 | Hits:

[OS programiseemem

Description: 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memory leaks and memory reader unusual occurrence, and can accurately point out that the cause of the problem and the related code. Relatively with Version 1.0, version 2.1 of the new kernel, application of the private heap, virtual memory, multithreading and many other storage technologies, with a protective effect of quality improvement. YZ prepared compiler : VC6.
Platform: | Size: 23552 | Author: 钱 峰 | Hits:

[Linux-Unixpage_change

Description: 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
Platform: | Size: 15360 | Author: 张林 | Hits:

[OS programfxvmm210

Description: 虚拟内存管理程序-virtual memory management procedures
Platform: | Size: 111616 | Author: 李飞 | Hits:

[OS Develop内存

Description: 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
Platform: | Size: 1905664 | Author: 李斯 | Hits:

[Process-ThreadVirtualMemory

Description: program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format (virtual memory retention success, sites : [% 8.8x ]! [Longint (VmAddress)]))// to the second page virtual memory CommitAddress : = Pointer (Longint (VmAddress) PageSize) CommitAddress : = VirtualAlloc (CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne
Platform: | Size: 23552 | Author: 黄春标 | Hits:

[Game Server Simulator虚拟内存管理

Description: 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
Platform: | Size: 2048 | Author: 阿嫂地方 | Hits:

[Other共享内存

Description: 一个共享内存的程序,根据windows的虚拟内存原理实现-a shared memory of the procedure, according to the windows to achieve virtual memory Principle
Platform: | Size: 29696 | Author: lyh | Hits:

[Windows DevelopMem_Test2.0

Description: 虚拟内存管理,用最先适配法,最优适配法,最差适配法-Virtual Memory management using First-fit, Best-fit and Worst-fit
Platform: | Size: 2048 | Author: 河南 | Hits:

[OS program虚拟内存

Description: 虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc++ for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend to learn a detailed explanation. Xi Road friend here can be downloaded to look at.
Platform: | Size: 1899520 | Author: 笨蛋 | Hits:

[OS programvirtualMem

Description: 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
Platform: | Size: 9216 | Author: 王东 | Hits:

[Windows DevelopVirtMALLOC

Description: 可以分配进程下面的虚拟内存空间,并对其进行操作-process to be allocated under the virtual memory space, and its operation
Platform: | Size: 3072 | Author: 王文才 | Hits:

[OS programWINDOWS_VMAlloc

Description: WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautiful.
Platform: | Size: 6144 | Author: wtm | Hits:

[OS programVC++6.0 内存管理编程技巧

Description: VC++6.0 内存管理编程技巧 包括: 1、共享内存页; 2、内存映射文件; 3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
Platform: | Size: 2560000 | Author: 张建 | Hits:

[OS Develop设计一个虚拟内存管理器

Description: 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)
Platform: | Size: 48385024 | Author: bbjy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net