搜索资源列表

  1. FileList_v1_0

    0下载:
  2. 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.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:136192
    • 提供者:tst
  1. PointersAndMemory

    0下载:
  2. 关于指针和内存的使用技巧-pointer on the use and memory skills
  3. 所属分类:电子书籍

    • 发布日期:2024-05-18
    • 文件大小:53248
    • 提供者:吴伯
  1. Memory Chips Summary

    0下载:
  2. Memory Decoder
  3. 所属分类:数据库系统

    • 发布日期:2024-05-18
    • 文件大小:73728
    • 提供者:泡泡糖
  1. 内存

    0下载:
  2. 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1905664
    • 提供者:李斯
  1. dosmemory

    1下载:
  2. 汇编语言在实模式下直接访问4GB内存-assembly language in real mode under direct access 4GB of memory
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:姓名
  1. demo of share memory on linux

    0下载:
  2. linux下c语言编程——进程间通信方式之共享存储-c programming language-- inter-process communication methods are shared storage
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:郝庆运
  1. 模拟内存管理程序

    0下载:
  2. 本程序模拟windows任务管理器的内存管理,界面可能丑陋点,但是还可以用-the simulation windows task management device memory management, interface may be ugly, but can also use
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:24576
    • 提供者:曾乐
  1. 页面置换算法三种)

    0下载:
  2. 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存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 seque
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:施委
  1. memory_edit

    0下载:
  2. 一个可以查看内存,并且可以编辑内存的小程序-one can view memory, and can edit the memory small programs
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:郭国锋
  1. ShareMem共享内存

    0下载:
  2. 一个好的共享内存编程例子,通过该例子可以掌握共享内存编程的方法。比较实用-a good example of shared memory programming, through which we can get examples of shared memory programming method. More Practical
  3. 所属分类:Shell编程

    • 发布日期:2024-05-18
    • 文件大小:1886208
    • 提供者:王杰
  1. memory_linux

    0下载:
  2. 用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:国宝
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, ME
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:23552
    • 提供者:黄春标
  1. Test_Memory

    0下载:
  2. 内存漏洞测试,在windows环境下,测试动态创建对象的内存耗费情况!-memory test loopholes in windows environment, the testing of dynamic object creation cost of memory!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:杨晓华
  1. 页面置换算法(FIFO和LRU)

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:248832
    • 提供者:杨鼎新
  1. os3

    0下载:
  2. 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the ma
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:276480
    • 提供者:成龙
  1. vb 模拟操作系统

    1下载:
  2. 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错-This a VB simulativing OS,it can do process management,memory management and file management.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:谢谦
  1. 3D魔方游戏源代码

    0下载:
  2. 此乃用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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:成名
  1. memory arrange

    0下载:
  2. 一个操作系统存储管理的程序,十分精彩,同其他版本都不同.-an operating system storage management procedures and brilliant, with the other versions are different.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:若竹
  1. OSMemory

    1下载:
  2. 用链表实现的内存管理,用数组来模拟内存空间实现的一个内存管理算法-achieve with the memory management, using memory arrays to simulate space realization of a memory management algorithm
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:Mark
  1. OS课题设计

    0下载:
  2. 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use th
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:东方少秋
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org