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

搜索资源列表

  1. pp

    0下载:
  2. 操作系统是控制其他程序运行,管理系统资源并为用户提供操作界面的系统软件的集合。操作系统(英语;Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统身负诸如管理与配置内存、决定系统资源供需的优先次序、控制输入与输出设备、操作网络与管理文件系统等基本事务。操作系统是管理计算机系统的全部硬件资源包括软件资源及数据资源 控制程序运行 改善人机界面 为其它应用软件提供支持等,使计算机系统所有资源最大限度地发挥作用,为用户提供方便的、有效的、
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:zuozuo
  1. FixMemory_page

    0下载:
  2. 能实现对简单游戏的内存修改,如扫雷等,运行.cpp后得到.exe文件,在控制台下运行该文件-To achieve a simple game of memory modifications, such as mine clearance and so on, run.cpp get.exe file, under the console to run the file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2231
    • 提供者:erene
  1. shareMem

    0下载:
  2. 非常好的一个文件映射实例,一个程序把文件从硬盘映射到内存,一个程序直接从内存中读取文件。-Very good example of a file mapping, a procedure to file from the hard disk is mapped to the memory, a program to read directly from the memory file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2273415
    • 提供者:duan
  1. LinuxSysProgramming

    0下载:
  2. Linux系统编程样例(包括: 文件I/O, 进程管理, 文件管理, 内存管理和时间)-Linux System Programming Examples, including File I/O, Process Management, File Management and Time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:9707
    • 提供者:Daniel J
  1. memorycheck

    0下载:
  2. 内存泄漏检测,只有简单的几行代码,但非常好用,只要包含头文件并把代码复制到可能有泄漏的代码后面,编译时就会提示是否泄漏内存和泄漏内存的大小。给出了一个动态分配数组但没有delete的适用例子。-Memory leak detection, only a simple few lines of code, but very easy to use, if contains the header files and copy the code may have leaked the code beh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:582837
    • 提供者:david huang
  1. POST

    0下载:
  2. 基于文件映射的内存数据库,支持事务。 最大支持2G容量。-Memory mapped file-based database support transactions. Maximum support 2G capacity.
  3. 所属分类:Database system

    • 发布日期:2017-03-28
    • 文件大小:660194
    • 提供者:yuancong
  1. ImageConverter

    0下载:
  2. Symbian 完成从文件读取图片,图片大小不能大于最大的手机内存-Symbian completion of reading from a file picture, image size can not be larger than the largest mobile phone memory
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:57159
    • 提供者:jlcheng2002
  1. 08FileCutter

    0下载:
  2. 文件切割器开发实例,Windows文件操作和内存映射文件的应用实例-Paper cutter development example, Windows file manipulation and memory-mapped file an application example
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:65509
    • 提供者:willong
  1. MapView

    0下载:
  2. 完成文件映射内存,操作文件像操作内存那样简单。-Complete file mapping memory, operating documents as simple as the operation of the memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:9441
    • 提供者:zhangca
  1. linux--os

    1下载:
  2. os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:41243
    • 提供者:齐齐哈维
  1. exememsource

    0下载:
  2. 基于directshow的流媒体播放软件。source filter从内存中读取媒体内容,而非读文件。-a stream media player based on directshow.The source filter read media from memory instead of file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2765535
    • 提供者:yangjiong
  1. adocppobj

    0下载:
  2. Ado 实现C++对象的存取,利用了串行化来实现c++对象保存到数据库,对程序所用方法稍做扩展可将甚至多个图象文件保存到数据库和文件。该方法的实质是使用内存文件 + 序列化保存C++对象,然后把内存文件以BLOB(二进制数据)方式存入数据库。ADO只是访问数据库的方式,也可以使用ODBC等。 -Ado to achieve C++ object access, use of serialization to implement c++ object saved to the database,
  3. 所属分类:Database system

    • 发布日期:2017-03-29
    • 文件大小:60404
    • 提供者:351
  1. TaxiManagement

    0下载:
  2. 通过读写文件的方式将出租车的信息读入内存和写入文件,在程序中用链表保存待租车和归还车,实现了出租车的管理。其中有涉及较多文件读写的东西。-read the taxi information from txt file,and store it in the list.after rent and return the taxi I write the information to a text file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:305176
    • 提供者:李儒
  1. ReadCopyMemory

    0下载:
  2. 该源代码详细的描述如何利用内存映射机制来提高文件的访问读写速度,该方法尤其在读取大数据量的文件时候有显著的作用。我们经常遇到读取的数据文件达到100M以上时,用传统的方法进行读取往往会死机,程序效率很低,该方法为解决此类问题提供了一个很有意义的方法。-The source code for a detailed descr iption of how to use memory-mapped mechanism to improve file access to read and write s
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4016
    • 提供者:赵栓峰
  1. TPVO3783

    0下载:
  2. TPVO/3783 病毒是一种传染性、隐蔽性都很强的病毒,它的独到之处是可以传染 WINDOWS 文件,使病毒可以在 WINDOWS 执行时驻留内存。 -TPVO/3783 virus is a contagious, hidden viruses are strong, it is unique can be infectious WINDOWS file, the virus resides in the WINDOWS execution memory.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:21081
    • 提供者:lin
  1. fsys.tar

    0下载:
  2. ramfs源代码,想研究文件系统的朋友可以看一下,不长,最简单的内存文件系统-ramfs source code, to study the file system of friends can take a look at, not long, the simplest memory file system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:5760
    • 提供者:LIU
  1. Windows_Memory_Management_MemoryMap

    0下载:
  2. 全面介绍Windows内存管理机制及C++内存分配实例(四):内存映射文件-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (4): memory mapped file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:139855
    • 提供者:
  1. CoolNEICHUNJIANKONG

    0下载:
  2. 内存检测 可以制作外挂 很简单 可以从中找到你要找的文件内存-Memory test can be made very simple plug can find the file you are looking for memory
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2273
    • 提供者:张坤
  1. Update

    0下载:
  2. 内存文件共享,主要是进程间的共享,收发字符串-Memory, file sharing, mainly shared between processes
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:32188
    • 提供者:liuxiaofahy
  1. fastdb-363

    1下载:
  2. FastDB3.6.3是最近的windows版本的fastdb内存数据库。FastDB是一个高效率的内存数据库系统,在磁盘上的数据库文件和使用该数据库的每一个应用程序占用的虚拟内存空间相映射,这样取消了数据文件和缓冲池中的数据传输。再将整个文件数据读入内存,并且使用了高性能的锁工具实现了只读模式线程间、单个更改模式线程和多个只读模式线程间的并发执行。-Most recent sources for Windows:FastDB3.6.3
  3. 所属分类:Other Databases

    • 发布日期:2017-04-09
    • 文件大小:2144684
    • 提供者:pxjinnet
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com