CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 泄漏

搜索资源列表

  1. ARMODEL

    0下载:
  2. 功率谱估计的应用范围很广,在各学科和应用领域中受到了极大的重视。在《现代信号处理》课程中讲述了经典谱估计和现代谱估计这两大类谱估计方法;经典谱估计是基于傅立叶变换的,虽然具有运算效率高的优点,但是频谱分辨率低同时旁瓣泄漏严重,对长序列有着良好的估计。为了克服经典谱估计的缺点,人们开展了对现代谱估计方法的研究。现代谱估计是以随机过程的参数模型为基础的,有最大似然估计法、最大熵法、AR模型法、预测滤波器法。现代谱估计对短序列的估计精度高,同经典谱估计互为补充。在认真学习了现 代谱估计方法后,我选择了
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:吴胜
  1. yamd032

    0下载:
  2. 这是一个可以检测C++程序中是否有内存泄漏的类,并给出了应用实例-This is a C program can detect whether or not there is a memory leak of categories, and gives examples of the application
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:4.87kb
    • 提供者:小朱
  1. 内存泄漏在outwitch窗口上显示工具

    0下载:
  2. 该代码例子提供了内存泄漏在outwitch窗口上显示工具。-the code examples provided a memory leak in outwitch window displays.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22.4kb
    • 提供者:张连成
  1. 检测内存泄漏

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

    • 发布日期:2008-10-13
    • 文件大小:24.31kb
    • 提供者:黄常标
  1. Memory_and_Exception_Trace 内存泄漏检测工具及其源码

    0下载:
  2. 一个内存泄漏检测工具及其源码,值得研究研究,-A detector tool and source code of memory leaks,worth discussing
  3. 所属分类:其他小程序

    • 发布日期:2017-11-08
    • 文件大小:19.98kb
    • 提供者:
  1. MemoryMgr

    0下载:
  2. 查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4.27kb
    • 提供者:
  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
    • 文件大小:35.19kb
    • 提供者:沈春锋
  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

    • 发布日期:
    • 文件大小:729.12kb
    • 提供者:jwang
  1. CheckMemory

    0下载:
  2. 查看是否有内存泄漏以及具体的泄漏值, 可以在程序中任何一个地方随意使用, 每次使用是请先初始化。-See if there is any memory leak as well as specific leakage value
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:2.52kb
    • 提供者:navy
  1. C_Language_Programming_under_Linux_memory_leak_Res

    0下载:
  2. Linux下C语言程序内存泄漏的研究,阐述了内存泄漏的概念,危害,和常发场景,并给出查找内存泄漏的方法-C Language Programming under Linux memory leak of the study, explained the concept of memory leaks, hazards, and often made the scene, and gives way to find memory leak
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:139.56kb
    • 提供者:任宪勇
  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
    • 文件大小:476.69kb
    • 提供者:wpzhao
  1. MemUtil

    1下载:
  2. 一个牛公司自己开发一个内存管理工具,能够很好的调试内存泄漏,及示例代码.-A cow' s own memory management to develop a tool for debugging memory leaks very good, and sample code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:12.79kb
    • 提供者:yuxin
  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
    • 文件大小:569.18kb
    • 提供者:david huang
  1. cppcheck-1.40

    1下载:
  2. cppcheck是静态的C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0 false positives.
  3. 所属分类:.net

    • 发布日期:2014-04-06
    • 文件大小:620.35kb
    • 提供者:geddy
  1. memcheck

    0下载:
  2. 检查brew内存泄漏 检查brew内存泄漏 -mem check mem check mem check
  3. 所属分类:BREW

    • 发布日期:2017-04-09
    • 文件大小:1.75mb
    • 提供者:veranus
  1. StackWalkInC

    0下载:
  2. 内存泄漏检测程序,能够嵌入项目中作为内存泄漏检测的手段-Memory leak detection program, the project can be embedded as a means of memory leak detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12.77kb
    • 提供者:wangbo
  1. vompsting-xnternal

    0下载:
  2. 在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能,(In MFC diagnose memory, memory leak detection, archived state memory statistics, and other functions,)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-23
    • 文件大小:26kb
    • 提供者:Czlqsn
  1. VC GDI内存泄漏捕捉工具源码

    0下载:
  2. 内存泄漏捕捉工具,再也不用查找错误码了,直接报你需要的错误。(Memory Leak capture tool, no longer find the error code, the direct reporting of the error you need.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:93kb
    • 提供者:浪涛UFC
  1. lmd

    1下载:
  2. 针对于管道泄漏信号的去噪处理,其中包含仿真信号和真实泄漏信号。(For the pipeline leakage signal denoising, including simulation signal and real leakage signal.)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-08
    • 文件大小:4.1mb
    • 提供者:he1379025585
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com