CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 内存分配

搜索资源列表

  1. firstaid

    0下载:
  2. 操作系统中实现内存分配中要用到的首次适应算法-achieve operating system memory allocation, use of the first-fit algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2731
    • 提供者:gnehc_663
  1. memory_manage

    0下载:
  2. 一个用java编得简单的内存管理.实现内存的分配,内存大小为512MB.-use a java of being simple memory management. Implementation memory allocation, memory size of 512MB.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:22809
    • 提供者:hd0178
  1. OSQingqiufenye

    0下载:
  2. 请求分页用户界面,有计算缺页率,物理地址, 随机分配内存功能-request Pagination user interface, a rate calculated na page, physical addresses, random memory allocation function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3415
    • 提供者:辛华
  1. jsp

    0下载:
  2. 这是一个JSP源码,用于检查内存的分配情况.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:214746
    • 提供者:dsfsafasd
  1. Memery_Allocate_and_Recycle

    0下载:
  2. 用java界面模拟操作系统内存分配与回收的功能。直观易懂。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9224
    • 提供者:张童泊
  1. memory1.2

    0下载:
  2. 操作系统课程设计,内存分配与回收算法的实现-Operating system design, memory allocation and recovery,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7134
    • 提供者:xiaoliang
  1. javaProject

    0下载:
  2. java内存分配演示程序,此工程的入口类在com\ysu\cwy中的MainFrame.java。是使用eclipse3.3编写的,运行时最好也放在eclipse下运行。 -java memory allocation demo program, this works in the import category comysucwy in MainFrame.java. Is to use eclipse3.3 prepared, run-time best on the run under
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:16169
    • 提供者:Cherie
  1. String_int

    0下载:
  2. String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么当函数退出后,re
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:8723
    • 提供者:firezxm
  1. feipei

    0下载:
  2. 操作系统内存分配程序 简单实用 代码简短易懂-Operating system memory allocation procedures easy to understand simple short code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1298
    • 提供者:hello
  1. MemoryAllocationAndRecycle

    0下载:
  2. 操作系统课程实验,内存分配回收模拟式,Java语言版!-Course of Operating, recovery of analog memory allocation, Java language version!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:12893
    • 提供者:Horace
  1. The-c--higher--of-languagein--ZTE

    0下载:
  2. 在使用 C 语言时,您是否对花时间调试 <javascr ipt: >指针 <javascr ipt: >和内存 <javascr ipt: >泄漏问题感到厌倦?如果是这样,那么本文就适合您。您将了解可能导致内存破坏的指针操作类型,您还将研究一些场景,了解要在使用动态内存分配时考虑什么问题-In the use of C language, whether you that time debugging < javascr ipt: > poin
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:327353
    • 提供者:黑雾
  1. os-report1

    0下载:
  2. os课设报告 内存分配 分配与回收 动态演示 最优算法-os report
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:598718
    • 提供者:李眸
  1. MyProgram_77152

    0下载:
  2. 首次适应算法 首次循环适应算法 最佳适应算法 内存分配演示-The first adaptation algorithm first cycle algorithm to adapt the best adaptation algorithm memory allocation demonstration
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:32489
    • 提供者:liunim
  1. rili

    0下载:
  2. 当在一段代码块定义一个变量时,Java就在栈中 为这个变量分配内存空间,当该变量退出该作用域后,Java会自动释放掉为该变量所分配的内存空间,该内存空间可以立即被另作他用。 Java内存分配中的堆 堆内存用来存放由new创建的对象和数组。 在堆中分配的内存,由Java虚拟机的自动垃圾回收器来管理。-yi ge rili
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:602
    • 提供者:yjx
  1. OS

    0下载:
  2. 用java实现的内存演示,包括内存分配,文件管理等-Java memory to achieve demonstration, including memory allocation, file management, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1568692
    • 提供者:huhu
  1. MemoryManage

    0下载:
  2. 操作系统实验,用java实现模拟操作系统的内存分配和回收-Operating system experiments with java simulated operating system' s memory allocation and recovery
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:15389
    • 提供者:钟子烜
  1. OperatingSystem

    0下载:
  2. 任务调度算法,任务品均分配算法 ,内存分配算法等等~~主要用于TASK分配算法。-Bank task scheduling, task items are allocated, memory allocation, etc. ~ ~
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:147163
    • 提供者:asdasd
  1. mergesort

    0下载:
  2. 生成一个文本文件,文件包含一定记录。给记录加个属性属性,假定A为整数类型。Block的大小可在自己的操作系统上查看,。在内存分配50M字节的空间用于外部merge-sort-Generates a text file with a certain record. Add to the record Properties, assume that A is an integer type. Block size is available on its own operating system vi
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:2965
    • 提供者:cc
  1. jvm

    0下载:
  2. 模拟JVM工作过程,有垃圾回收,内存分配等功能-JVM process simulation work, garbage collection, memory allocation, and other functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7459
    • 提供者:
  1. FirstDemo

    0下载:
  2. 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:6286
    • 提供者:dd11saas
« 12 »
搜珍网 www.dssz.com