搜索资源列表

  1. Delphi 的内存管理器

    0下载:
  2. 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi m
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:509233
    • 提供者:pl
  1. 动态内存扫描

    0下载:
  2. 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:1189083
    • 提供者:世界末日
  1. ip51dm_动态内存管理

    0下载:
  2. 基于51的动态内存管理-dynamic memory management
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21606
    • 提供者:王庆林
  1. 局域网屏幕动态监控系统

    2下载:
  2. 这款软件是基于前人开发经验基础上,经过总结大量经验和测试、高度优化的局域网监视/控制系统,其稳定性和极高的性能是同类软件所无法比拟的。 (一)适合人群/场所: 1.工作室(特别是机器多,显示器少) 2.网吧(有用主机监控客户机上网行为需求的) 3.学校 4.机房 5.公共部门 (二)功能及特性 1.可在局域网服务端同步监视多台机器,客户机需要安装客户端,无须复杂的配置,简易可行 2.刷新速度快,最流畅时
  3. 所属分类:远程控制编程

  1. 用动态规划思想压缩位图

    0下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它
  3. 所属分类:Windows编程

  1. 动态连接库的祥细使用说明

    0下载:
  2. 动态连接库的祥细使用说明,主要介绍如何获得内存资源问题。 让你轻松学习DLL,让你从初学者上升为中级。
  3. 所属分类:Windows编程

    • 发布日期:2009-03-12
    • 文件大小:1576906
    • 提供者:ymiw163
  1. 模板动态数组

    0下载:
  2. 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:11264
    • 提供者:悠然君
  1. ip51dm_动态内存管理

    0下载:
  2. 基于51的动态内存管理-dynamic memory management
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:87040
    • 提供者:wangql
  1. Delphi 的内存管理器

    0下载:
  2. 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi m
  3. 所属分类:电子书籍

    • 发布日期:2024-06-10
    • 文件大小:508928
    • 提供者:pl
  1. 动态内存扫描

    0下载:
  2. 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
  3. 所属分类:扫描程序

    • 发布日期:2024-06-10
    • 文件大小:1188864
    • 提供者:世界末日
  1. DynMem

    0下载:
  2. 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c# prepared environment
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:47104
    • 提供者:pao
  1. allocate

    0下载:
  2. 操做系统动态内存分配,适合于操作系统类的课程设计。-Parade to do dynamic memory allocation system, suitable for the operating system type of curriculum design.
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-10
    • 文件大小:8192
    • 提供者:tt
  1. DynamicBlockManagement11

    0下载:
  2. 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-10
    • 文件大小:56320
    • 提供者:慕林通
  1. mymalloc

    0下载:
  2. 高人编写的动态内存处理函数,非采用malloc,如果想深入研究动态内存管理,此程序是个不错的选择!-Gao Ren prepared by the dynamic memory handling functions, the non-use of malloc, if you want to in-depth study of dynamic memory management, this program is a good choic
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:fang
  1. DynamicMemoryAllocation

    0下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-10
    • 文件大小:478208
    • 提供者:何志芬
  1. stm32RamManage

    0下载:
  2. 介绍基于STM32有关动态内存开辟的方法,有源程序,是基于keil mdk编译环境的,程序完整,可以放心下载-Describes the dynamic memory based STM32 open approach, with source code is compiled based on keil mdk environment, program integrity can be assured Download
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:360448
    • 提供者:李明
  1. Testmalloc

    0下载:
  2. 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:761856
    • 提供者:卫良刚
  1. mem

    0下载:
  2. 标准C语言实现的动态内存分配,在VS2005下写成,但文件扩展名为.c 可以方便的移植到STM32、51等处理器中。内有动态内存分配的实现原理,仅共参考-Standard C language implementation of dynamic memory allocation, under written in VS2005, but the file extension. C can be easily ported to the
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-10
    • 文件大小:176128
    • 提供者:杨孜
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with d
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:翼展
  1. FreeRTOS动态内存管理

    0下载:
  2. FreeRTOS动态内存管理,示例如何管理操作系统内存,节省内存空间(FreeRTOS dymatic manage of ram,save the ram space)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-10
    • 文件大小:5463040
    • 提供者:weasternize
« 12 3 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org