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

搜索资源列表

  1. MappedFile_source

    0下载:
  2. 存贮内存数据到文件里-The example of storing memory data to file
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:4304
    • 提供者:站长
  1. SG125

    0下载:
  2. DOS下的秒表程序,是个内存驻留程序-A MTERM program in DOS, simple terminal emulator
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:12140
    • 提供者:站长
  1. WINDOW_MMFShare

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:4717
    • 提供者:wtm
  1. sharememclass

    0下载:
  2. 一个很好的实现了共享内存的封装类,可以用于线程之间的通信-a very good achievement of shared memory packaging category that can be used in communication between threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:15276
    • 提供者:杨雨虹
  1. SupperStdioFile

    0下载:
  2. 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:1493
    • 提供者:yayasave
  1. WINDOWS

    2下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26989792
    • 提供者:桃子
  1. dsf

    0下载:
  2. 创建或打开一个文件内核对象,该对象用于标识磁盘上你想用作内存映射文件的文件; 创建一个文件映射内核对象,告诉系统该文件的大小和你打算如何访问该文件; 让系统将文件映射对象的全部或一部分映射到你的进程地址空间中; -To create or open a file kernel object, the object used to identify the disk you want to use as memory-mapped file to create a file mapp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:44644
    • 提供者:zzzz
  1. mempool

    0下载:
  2. 一个有最大对象个数限制的内存池,概念来源于<<effective C++>>内存池,Scott Meyers 让读者思考如何扩展一下。-An object have the greatest number of restrictions on the memory pool, the concept comes from <<effective C++>> memory pool, Scott Meyers to give readers what
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1544
    • 提供者:zdy
  1. Memory

    1下载:
  2. 通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
  3. 所属分类:Static control

    • 发布日期:2017-05-13
    • 文件大小:183169
    • 提供者:杨培科
  1. cppcheck-1.23.tar

    0下载:
  2. cppcheck,可以检测c++代码,包括内存泄漏和越界-cppcheck, can detect c++ code, including memory leaks and cross-border
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:36032
    • 提供者:沈春锋
  1. LOAD

    0下载:
  2. Delphi下深入Windows核心编程,内存管理-Delphi depth under the Windows core programming, memory management
  3. 所属分类:Windows Develop

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

    0下载:
  2. 共享内存的源代码 ,可以在2003上跨越用户-Shared memory of the source code, you can leap in 2003 on the user
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:17090036
    • 提供者:chen
  1. uhal

    0下载:
  2. Windows下,演示如何在硬件抽象层HAL中映射内存访问空间的驱动程序代码。-Windows, demonstrate how the hardware abstraction layer HAL in mapping memory access space for the driver code.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1135867
    • 提供者:肖荣权
  1. DriverDemo

    0下载:
  2. 内存驱动, 源代码 。 ------------------------ -Memory drives, the source code.------------------------
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:3629
    • 提供者:sdf
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:376628
    • 提供者:周晓宇
  1. fastdb-349

    0下载:
  2. 一个老外写的实时内存数据库-A foreigner to write real-time memory database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1207198
    • 提供者:梦的轨迹
  1. SmartHandle

    0下载:
  2. 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1268
    • 提供者:sword
  1. memory_mapped_file

    0下载:
  2. 一个简单的内存文件映射例子,对于学习内存文件映射这种方法能起到很好的帮助-A simple example of memory mapped files, file mapping for the study of memory that the method can be very helpful
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:5328
    • 提供者:lyp
  1. hexscan

    1下载:
  2. 基址搜索器 能够搜索内存中存在的HEX,文本-Site-based search engine to search the existence of memory in HEX, the text
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:177414
    • 提供者:wellen
  1. Dr.Com_PW

    0下载:
  2. 内存模式获取DrCom客户端密码,基于逆向分析和Ring3API函数-Access memory model DrCom client password, based on analysis and reverse Ring3API function
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-26
    • 文件大小:10604
    • 提供者:Lolita
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com