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

搜索资源列表

  1. ChineseChess2

    0下载:
  2. 中国象棋增强版,c++实现,不会让子,AI不是太强,电脑算法不变,改掉了一处内存泄露,另外可以开Unicode编译了-The Chinese chess enhanced version, c++ achieve, not handicap, AI is not too strong, the same computer algorithm to get rid of a memory leak, another can open Unicode compiler
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-07
    • 文件大小:44244
    • 提供者:罗棋星
  1. WinLottory

    0下载:
  2. 公司晚会抽奖 修改WinLottory的内存泄露、修改因为样本数少或是得奖人数多引起的BUG-The company party raffle modify WinLottory the memory leaks, modify due to small sample size or the number of winners BUG
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1574515
    • 提供者:韩越
  1. LeakDetect

    0下载:
  2. 内存泄露检测,通过重载new和delete实现动态内存监控。-memory leak check by overload new and delete operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:413360
    • 提供者:RobotCat
  1. rosmem

    0下载:
  2. vxworks上开发的内存监控模块,可以用来监控内存分配、内存越界和内存泄露-vxworks on the development of memory monitoring module can be used to monitor the memory allocation, memory out of bounds and memory leaks
  3. 所属分类:VxWorks

    • 发布日期:2017-12-03
    • 文件大小:10781
    • 提供者:金银
  1. Leak-Detector

    0下载:
  2. Visual Leak Detector是一款用于Visual C++的免费开源的内存泄露检测工具,使用方法是将下载后的文件解压后,将lib放入vs的lib目录,将.h文件放入vs的include目录(如:……\Visual Studio 10.0\VC\lib和……\Visual Studio 10.0\VC\include),最后将.dll文件放入工程目录下即可,使用非常方便,会在输出窗口中显示泄露信息-Visual Leak Detector is a for the Visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:491301
    • 提供者:赵江
  1. gabage_collection

    0下载:
  2. 此文件是一个的垃圾回收程序,防止内存泄露-This file is a garbage collection program, to prevent memory leaks
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:567496
    • 提供者:蓝明
  1. memscan

    0下载:
  2. 内存泄露检测工具,自己写的,使用与linux c-Memory leak detection tool to write your own, using linux c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:22040
    • 提供者:史跃飞
  1. AS3_eventBus

    0下载:
  2. AS的新手很容易因为监听了全局事件却忘记释放而导致内存泄露。事件总线机制提供了一种全局管理所有事件监听的一种思路,即只要一个方法就能释放掉针对对象的所有监听事件。 代码中包含了详细的注释,相当于完整的API,另外有兴趣的人不仅可以添加自己需要的事件类型,而且可以更具自己习惯修改的更为易用,释放更为简便-AS novice easily because the listener a global event, but forgot to release and lead to memor
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-16
    • 文件大小:9753
    • 提供者:陈慕斯水
  1. CheckMemLeaker

    0下载:
  2. 代码简短,用于检测内存泄露,可以逐块查询出问题出在哪里-Short code, used to detect memory leaks, block by block query problem where
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:566
    • 提供者:yanfei
  1. loopScrollView_10804

    0下载:
  2. 用scrollView实现图片轮询展示,实现复用,避免内存泄露-ScrollView pictures polling show, the multiplexing avoid memory leaks
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-05
    • 文件大小:486859
    • 提供者:zjp
  1. GamePool

    0下载:
  2. unity 对象池使用,可以重复利用资源,不用不断的销毁生成对象,大大减少cpu开销,还可以避免内存泄露-unity 对象池使用
  3. 所属分类:Other Games

    • 发布日期:2017-11-01
    • 文件大小:4060
    • 提供者:jacky
  1. valgrind_android.tar

    0下载:
  2. vagrand for android, 很好的检测内存泄露工具,用于android手机-vagrand for android, very usefully
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:23074938
    • 提供者:tu xiaobing
  1. buffer

    0下载:
  2. 内存管理类,实现内存拷贝、追加等操作,用户不需要关心内存泄露-implement memory manage
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1046
    • 提供者:GreatMan
  1. FastMM

    0下载:
  2. 这几天因为一个程序长时间运行出现比较严重的内存泄露问题,开始关注了一下内存管理方面的东西,以前也注意内存管理,创建了对象及时释放,但总有忘了处理的情况。 在Delphi中没有自动回收机制,所以一定要及时释放使用的内存,虽然有时小的内存泄露并不会造成太大的问题。 Delphi中检测内存泄露可以使用开源的FastMM使用很简单。-These days because of a long-running programs appear more serious memory lea
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:2043542
    • 提供者:丁丁
  1. JsonC

    0下载:
  2. 高速C++ json库,修正了其中的内存泄露bug,稳定可靠,非常好用-Speed ​ ​ C++ json library, which fixes a memory leak bug, stable and reliable, very easy to use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:12643
    • 提供者:王鹏
  1. h264_decoder_lib

    0下载:
  2. 基于VC开发的可在windows平台运行的264的解码库,可直接调用,也可编译。从ffmpeg中抽取进行修改,没有内存泄露并且支持多线程同时处理。-h264 decoder code extracted from ffmpeg.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:580771
    • 提供者:李晓
  1. h263_decoder_lib

    0下载:
  2. 基于VC开发的windows平台的h263的解码程序,没有内存泄露,支持多线程并行处理。-VC-based development of the windows platform h263 decoding process, there is no memory leak, support for multi-threaded parallel processing.
  3. 所属分类:VOIP program

    • 发布日期:2017-03-30
    • 文件大小:132037
    • 提供者:李晓
  1. valgrind

    0下载:
  2. 检测C++编码内存泄露工具valgrind使用方法及常见内存泄露错误-Detecting memory leaks C++ coding methods and common tools used valgrind memory leak errors
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:909
    • 提供者:cz
  1. Flex-memory-leak

    0下载:
  2. Flex内存泄露问题 FLEX内存释放优化原则 对于Flex性能我想是很多真正打算用它的人最关心的问题,也是我用了这么久之后体会比较深刻的问题, 目前我做过的系统性能也是一个大问题,在这里我总结了一些在技术上提高性能的方法。-Flex memory leak problem FLEX release memory optimization principles For Flex performance I think a lot of people who really in
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-04
    • 文件大小:5603
    • 提供者:a46752
  1. log4cpp

    0下载:
  2. VC编程经常发生内存泄露的情况,直接影响软件的稳定。一直是程序员头疼的问题。本文总结了MFC编程常用的检查内存泄露的技巧。-MFC memory leak test
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4962358
    • 提供者:ran
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com