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

搜索资源列表

  1. 检测硬件设备信息

    0下载:
  2. 制作一个可以检测计算机硬件的应用程序,在它的对话框中将显示CPU的生产厂家、CPU型号,内存的大小以及鼠标安装的一系列硬件信息。-one can detect the production of computer hardware applications, in its dialog box will show the CPU manufacturers, CPU type, memory size and the installation of a series of mouse hardw
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40655
    • 提供者:bing
  1. VC使用CRT调试功能来检测内存泄漏

    0下载:
  2. VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
  1. MemLeakFinder4dll

    0下载:
  2. 自定义的内存泄漏检测程序的demo程序,一个完整的工程,示范内存检测代码的使用。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10335
    • 提供者:绿风
  1. 检测内存泄漏

    0下载:
  2. 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24897
    • 提供者:黄常标
  1. 系统检测工具

    0下载:
  2. 系统检测工具,可以检测CPU的类型和可用物理内存-System detection tool, can detect the type of CPU and available physical memory
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9396
    • 提供者:勇者
  1. valgrind-3.0.0.rar

    0下载:
  2. unix下调试内存泄露的工具源代码,对了解内存检测原理等有极大的用处。,unix memory leak debugging tool for source code, to the understanding of memory, such as detection principle of great usefulness.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3564132
    • 提供者:xiaoqing_001
  1. vld

    0下载:
  2. VLD内存泄露检测工具,直接解压缩到工程目录下使用-VLD memory leak detection tools, direct solution to the project directory to use compressed
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:421498
    • 提供者:谢凯
  1. MFCLeakTest

    0下载:
  2. 一个.NET下的内存检测和定位的工具和代码,推荐下载--A memory checking and locating tool and its codes under A.NET,recommend
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:44442
    • 提供者:站长
  1. vld-19d-setup

    0下载:
  2. VC中内存泄漏检测工具,第1.9版。使用方法简单-VC in memory leak detection tool, the first 1.9 version. The method is simple to use
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:746615
    • 提供者:jwang
  1. memwatch-2.71

    0下载:
  2. 最近在UNIX下开发代码,用到了附件中检测内存泄露的代码。内存泄露检测是编写代码最难预防的,只能从养成好的编程习惯来减少。-Recently developed under the UNIX code, use the annex to memory leak detection code. Memory leak detection is the most difficult to write code to prevent, and can only develop good program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:45038
    • 提供者:xiaoqing_001
  1. Valgrind

    0下载:
  2. Valgrind 内存检测工具使用方法 包括对内存的分配和释放-Valgrind memory detection tool methods include the use of memory allocation and release of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:17912
    • 提供者:杨保国
  1. Insure

    0下载:
  2. Insure++是一款商用内存检测工具,功能全面 在Linux下,使用Insure++检测程序,需要用Insure命令协同编译器来编译和连接程序,在源编译器编译前加Insure命令。 程序为其使用的一个例子-Insure++ is a commercial instrument Detected memory, full-featured at Linux, the use of Insure++ Detect procedures required collaboration with
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:9705
    • 提供者:杨保国
  1. Visual_Leak_Decetor

    0下载:
  2. Visual Leak Decetor, 用于检测C++编程中的内存泄漏-Visual Leak Decetor, for the detection of C++ programming of memory leaks
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:488135
    • 提供者:wpzhao
  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. memwatch

    0下载:
  2. 用于在调试程序时对内存检测的函数,就是常用的memwatch-famous memory leak or overwrite detection program-memwatch.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:27530
    • 提供者:陈晓龙
  1. MemoryDetector

    1下载:
  2. 内存检测的源码………………可以使用…………………………大家可以下来-The source memory test
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:354830
    • 提供者:宋巍
  1. valgrind-3.5.0.tar

    0下载:
  2. 内存检测工具,网上公布的一个内存检测工具,但是我不知道怎么使用,与大家分享,一起进步!-Memory testing tool, published online as a memory test tool, but I do not know how to use, and share, with the progress!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5482423
    • 提供者:刘莎
  1. thesis

    0下载:
  2. 计算机自检系统,硬件检测,cpu,内存检测-computer self test
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2521296
    • 提供者:蔚清琴
  1. dmalloc-5.5.2

    0下载:
  2. dmalloc很好的内存检测工具,支持c、c-dmalloc good memory testing tools, support for c, c++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:666608
    • 提供者:Shawn Chang
  1. valgrind-3.13.0

    0下载:
  2. linux valgrind 3.13,下的内存检测工具,2017最新版,已实测,非常好用。帮我解决了写的程序内存泄露的问题。(memory leak monitor,valgrind 3.13.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:17338368
    • 提供者:zxm82081372
« 12 3 4 5 6 »
搜珍网 www.dssz.com