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

搜索资源列表

  1. src

    0下载:
  2. 用java模拟内存管理的JAVA代码。 用最佳适应法管理内存,链表实现。-Java memory management simulation with the JAVA code. The best method to adapt the management of memory, linked lists to achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1551
    • 提供者:qiumeng
  1. myperl

    0下载:
  2. perl大文件传输,原理是自己组装http头发送文件,可以边传边写入硬盘,防止出现内存溢出现象。-perl large file transfer, the principle of self-assembled http header to send the file, you can write to the hard disk edge Chuan edge to prevent the phenomenon of memory overflow.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:Kelvin
  1. MemoryDetector

    0下载:
  2. A java program used to check the physical memory and used memory
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:brian
  1. FLASHWP

    0下载:
  2. 嵌入式系统的大量数据都存储在其F1ash芯片上。根据Flash器件的固有特性,构建一个适合管理NAND Flash存储器的FAT文件系统,并阐述具体的设计思想。该系统改进了FAT表和FRT表的存储方式,延长了存储-Embedded systems large amounts of data are stored in its F1ash chip. Flash device in accordance with the inherent characteristics, to construct
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-01
    • 文件大小:43351
    • 提供者:思宇
  1. AdvanceCacheDemo

    0下载:
  2. 使用ASP.NET在web server应用中优化使用cache的例子.可避免增加Web Servers 内存使用率,以及防止ASP.NET在高内存使用率下自动清除该缓存对象.-The use of ASP.NET in the web server applications to optimize the use of cache example. Can avoid increasing the memory usage of Web Servers, as well as to preve
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-26
    • 文件大小:139522
    • 提供者:li
  1. LRU

    0下载:
  2. java语言编写的,模拟LRU内存调换算法的程序-java language, simulated LRU memory replacement algorithm procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:869
    • 提供者:lilun
  1. RFID-Security

    0下载:
  2. Radio Frequency Identification [RFID] systems have become popular for automated identification and supply chain applications. This article describes the technical fundamentals of RFID systems and the associated standards. Specifically, we
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-24
    • 文件大小:357409
    • 提供者:胡利建
  1. cache

    1下载:
  2. 实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。 该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restricti
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:12392
    • 提供者:zzj
  1. M29W128GHL

    0下载:
  2. Flash Memory 依據標準CFI CMD做Erase/Program過程的參考碼-Flash Memory based on the standard CFI CMD to do Erase/Program process reference code
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-05
    • 文件大小:32197
    • 提供者:yofingoz
  1. mmtctc

    1下载:
  2. 软件介绍: 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好. 功能: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windows系统的"mstsc"基本上一样,可以远程管理桌面. 4.任务管理: 可以查看正
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-29
    • 文件大小:13875
    • 提供者:abc
  1. FCA_Greysh_Configuration

    0下载:
  2. 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1055201
    • 提供者:Greysh
  1. MemoryManagement

    0下载:
  2. 用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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7671
    • 提供者:qin
  1. javafso

    0下载:
  2. * 简单的读/写文本文件的示例 * 这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) 三个例子可以独立存在,所以根据需要只看其中一个就行了-* A simple read/write a text file that contains the sample* of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:周勇
  1. memorytest

    0下载:
  2. 这个是用java编写的记忆力测试游戏。可以供java的初学者学习与提高。-This is prepared using java memory test game. Java for beginners to learn and to improve the.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:44420
    • 提供者:爱爱爱
  1. MemoryGame

    0下载:
  2. 记忆测试主程序,本程序并不完整,我会在之后逐步补充。-Main program memory test, the procedure was not complete, I will gradually add in the following.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1134
    • 提供者:Alex
  1. feipei

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

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

    0下载:
  2. 实现linux性能分析 如:cpu利用率, 内存使用情况,网络流量等-Performance Analysis of the achievement of linux such as: cpu utilization, memory usage, network traffic, such as
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:734
    • 提供者:zwt
  1. GpsTrackSource11

    0下载:
  2. GPS Track connects to a GPS and records the path that you travel. Tracks can be uploaded to a web site, sent by email, transferred via Bluetooth, or written to a flash memory card.-GPS Track connects to a GPS and records the path that you travel. Tr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:158925
    • 提供者:tang
  1. Javaio

    0下载:
  2. Java读写文件文本文件的示例,这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 * 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) -Java to read and write text files of the sample document, contains three examples here, that is
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1515
    • 提供者:zzh
  1. emlog_3.0.0

    0下载:
  2. Emlog 是 every memory log 的简写,意即:点滴记忆。 是一个功能强大的私人网络发布平台(personal publishing platform) ,或者直接叫做个人博客(blog)。致力于为你提供高效、稳定,但在使用上又极其简单的博客服务。 主要功能及特色 采用了模版技术,能够切换你喜欢的模板 采用文本缓冲技术,减少查询,运行速度更快 灵活的侧边栏组件管理,让你轻松组合自己喜欢的组件 独有的twitter功能,让你用简单的文字记录生活 独有的
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:349253
    • 提供者:程东生
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 31 »
搜珍网 www.dssz.com