Welcome![Sign In][Sign Up]
Location:
Search - memory

Search list

[Windows DevelopMemSrc

Description: Memory Allocation for High-Dimensional Data Structures
Platform: | Size: 2048 | Author: 日报 | Hits:

[Linux-Unixshared-memory

Description: unxi下共享内存的使用,提高系统效率-unxi under the use of shared memory, increase system efficiency
Platform: | Size: 1311744 | Author: 周杰 | Hits:

[Communication-MobileFileList_v1_0

Description: Source codes and documents for how to find files in phone memory or mmc card in Symbian OS. Compatible for v1.0 above development platform.
Platform: | Size: 136192 | Author: tst | Hits:

[BooksPointersAndMemory

Description: 关于指针和内存的使用技巧-pointer on the use and memory skills
Platform: | Size: 53248 | Author: 吴伯 | Hits:

[Database systemMemory Chips Summary

Description: Memory Decoder
Platform: | Size: 73728 | Author: 泡泡糖 | Hits:

[OS Develop内存

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

[Documentsdosmemory

Description: 汇编语言在实模式下直接访问4GB内存-assembly language in real mode under direct access 4GB of memory
Platform: | Size: 5120 | Author: 姓名 | Hits:

[Linux-Unixdemo of share memory on linux

Description: linux下c语言编程——进程间通信方式之共享存储-c programming language-- inter-process communication methods are shared storage
Platform: | Size: 1024 | Author: 郝庆运 | Hits:

[Windows Develop模拟内存管理程序

Description: 本程序模拟windows任务管理器的内存管理,界面可能丑陋点,但是还可以用-the simulation windows task management device memory management, interface may be ugly, but can also use
Platform: | Size: 24576 | Author: 曾乐 | Hits:

[Other页面置换算法三种)

Description: 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algorithm missing pages interrupt rate (Note : The principles of achieving algorithm that does not require the actual pages).
Platform: | Size: 6144 | Author: 施委 | Hits:

[OS programmemory_edit

Description: 一个可以查看内存,并且可以编辑内存的小程序-one can view memory, and can edit the memory small programs
Platform: | Size: 33792 | Author: 郭国锋 | Hits:

[Shell apiShareMem共享内存

Description: 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
Platform: | Size: 1886208 | Author: 王杰 | Hits:

[Linux-Unixmemory_linux

Description: 用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first
Platform: | Size: 2048 | 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:

[OtherTest_Memory

Description: 内存漏洞测试,在windows环境下,测试动态创建对象的内存耗费情况!-memory test loopholes in windows environment, the testing of dynamic object creation cost of memory!
Platform: | Size: 8192 | Author: 杨晓华 | Hits:

[CSharp页面置换算法(FIFO和LRU)

Description: 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
Platform: | Size: 248832 | Author: 杨鼎新 | Hits:

[OS Developos3

Description: 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic Storage Management Division's management style and preparation procedures are completed through dynamic storage management of main memory allocated to achieve recovery. Experiments including : first to identify the main deposit space allocation table; Then using the optimal algorithm to adapt to the completion of main memory space allocated main memory space complete recovery; Final preparation of the main function of the work done by the process of testing. When you deposit allocated for distribution free zone, and then fill in forms have been allocated to the district, mainly operating in the district idle
Platform: | Size: 276480 | Author: 成龙 | Hits:

[Windows Developvb 模拟操作系统

Description: 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错-This a VB simulativing OS,it can do process management,memory management and file management.
Platform: | Size: 21504 | Author: 谢谦 | Hits:

[Other 3D魔方游戏源代码

Description: 此乃用VC编写的3D魔方游戏代码软件,它可以很逼真的显示3D图形,并能根据运行环境改变3D模式,只软件只需要占用很少的内存空间是很好的实用代码哦.-which is prepared by the VC 3D Cube game software code, it could very realistic 3D graphics display, and under the operating environment change 3D model, the software only needs only occupy less memory space is a good source of practical oh.
Platform: | Size: 22528 | Author: 成名 | Hits:

[OS Developmemory arrange

Description: 一个操作系统存储管理的程序,十分精彩,同其他版本都不同.-an operating system storage management procedures and brilliant, with the other versions are different.
Platform: | Size: 1024 | Author: 若竹 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net