搜索资源列表

  1. jincheng2

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程2!-Through shared memory to achieve inter-process communication! This is the process of 2!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李逆
  1. caozuo

    0下载:
  2. 通过共享内存实现进程间的通信!这个是一个完整的代码!-Through shared memory to achieve inter-process communication! This is a complete code!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李逆
  1. JAVA

    0下载:
  2. JAVA通过共享内存实现进程间的通信!这个是一个完整的代码!-JAVA through the shared memory to achieve inter-process communication! This is a complete code!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李逆
  1. Oxios_Hibernate

    0下载:
  2. WINCE下面的整理内存的工具,可以释放占用内存,非常好用。-WINCE following the collation memory tool, you can release memory, very easy to use.
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:游戏人间
  1. fastdb-348

    0下载:
  2. 最新版本!fastdb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。-The latest version! fastdb efficient memory database system with real-time capability and convenience of C++ interface. FastDB d
  3. 所属分类:其他数据库

    • 发布日期:2024-05-20
    • 文件大小:1205248
    • 提供者:丁银
  1. memory_management

    0下载:
  2. 该小程序完好的模拟了内存管理系统的相关功能,具有良好的实用性-The small program to simulate the sound management system for memory-related functions, has a good practical
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:476160
    • 提供者:杨一一
  1. program

    0下载:
  2. 实验操作系统课程设计中有关进程管理、内存管理、资源分配、银行家算法等要求。可视化动态界面。-Experimental operating system relating to the curriculum design process management, memory management, resource allocation, bankers algorithm requirements. Dynamic visualizat
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1650688
    • 提供者:小伟
  1. ProcessMonitor

    0下载:
  2. 很好的内存管理算法, -Very good memory management algorithms,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1097728
    • 提供者:月禾
  1. pool

    0下载:
  2. 内存池。一种定长数据池,一种是不定长数据池。只能用于小型简单系统中。-Memory pool. A fixed-length data pool, a pool is a variable length data. Can only be used for small simple system.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张飞
  1. ProcessManager

    0下载:
  2. 该项软件开发意图在于为计算机系统用户提供一个进程管理的功能,应用目标为Windows2000 / XP系统用户,同时需要系统能够提供进程相关命令,以供本软件系统调用,并对数据进程分析,以可视化方式显示出来,以便用户可以直观的了解本机现有的进程及更详细的情况,包括各个进程的详细信息(进程类型、是否为系统进程、是否为恶意进程)、所调用的模块、所挂钩的系统服务及系统一段时间之内的内存的使用量及曲线图,使用户可以完全的掌握本计算机的运行情况,从
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:318464
    • 提供者:李翔
  1. effectiveC++

    0下载:
  2. 从c转向c++,内存管理,构造函数,析构函数,赋值函数,类和函数的设计实现,继承和面向对象设计-C shift from c++, Memory management, constructor, destructor, assignment functions, classes and functions designed to achieve, inheritance and object-oriented design
  3. 所属分类:电子书籍

    • 发布日期:2024-05-20
    • 文件大小:463872
    • 提供者:feng
  1. MemRepair

    0下载:
  2. 用VC做的内存修改器,包括源码和应用程序-VC to do with the memory modifications, including source code and applications
  3. 所属分类:外挂编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:dfdfdf
  1. MemoryManage

    0下载:
  2. 内存管理系统,此实验是本人大三上操作系统课时上实验课时做的实验,不错,自己下来看看吧-Memory management system, this experiment is my third year on the operating hours of the experimental class to do the experiment, yes, their own look at the bar down
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1930240
    • 提供者:dmin
  1. memmgr

    0下载:
  2. 模拟内存管理。 申请内存时,若当前结点指示的内存为空且大小相同,则直接将该节点的标志位置成0,并返回该节点的首地址,若当前结点指示的内存空间大于申请的空间,则申请一个新结点插入到当前结点的后面,将当前节点的标志位置成0,内存块大小改成申请的内存的大小,将新建结点的标志位置成空,大小为原来块的大小减去当前结点块的大小。 若申请的内存空间大于当前空结点的块的大小,则继续向后查找。 释放内存时,定义*prev,*prv *pre
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhaoyan
  1. Linux_pragram

    0下载:
  2. 《linux编程白皮书》—本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:14465024
    • 提供者:jiangwen
  1. mem_out

    0下载:
  2. 在比较大的项目里面,监测内存泄漏的技术文档。-Relatively large projects in which to monitor the memory leak of technical documentation.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:回梦丹
  1. GameProbeSrc

    0下载:
  2. 游戏修改器! 它可以搜索内存中的任何数据,并可以修改或所定。稍加修改就可扫描存盘文件。 作者:李维 e-mail: malloc@sohu.com -Modify browser game! It can search any data in memory, and may amend or set. Save a little modification can scan documents. Authors: Li e
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:98304
    • 提供者:fengqy
  1. vxworks_can

    0下载:
  2. 论文分析了总线和嵌入式操作系统的特点,重点分析了与移植关系密切的的启动部分!讨论了节点源代码组织结构,概括分析了的内存管理!进程管理和它的实时性以及总线控制的 实现。-Thesis analyzes the bus and the characteristics of embedded operating systems, the focus of analysis is closely related with the trans
  3. 所属分类:VxWorks

    • 发布日期:2024-05-20
    • 文件大小:2996224
    • 提供者:song xiaoli
  1. 0485

    0下载:
  2. 该代码用于实现对计算机的进程检测,内存检测,添加程序,删除程序以及对文件的管理-The code used to realize the process of computer testing, memory testing, add procedures, processes, and delete the document management
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:陈雪
  1. MemState

    0下载:
  2. 这是一个用于查看内存使用情况的源程序代码-This is a used to view memory usage of the source code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:hexp
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org