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

搜索资源列表

  1. SmartPoints

    0下载:
  2. C++ 智能指针的实现源码,使用引用计数,利用栈空间管理堆中的大型对象,以避免内存泄露.-C++ smart pointer implementation of source code, using reference counting, the use of stack space management of large object heap to avoid memory leaks.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1036744
    • 提供者:唐郎
  1. XML-vld

    0下载:
  2. 该程序演示了如何检测WINDOWS程序内存泄露问题,另外也演示了如何实现解析并读取XML文件。-This program demonstrates how to detect memory leaks WINDOWS program, also demonstrates how to implement additional analytic and read XML files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4855331
    • 提供者:唐伟明
  1. valgrind-3.2.0.tar

    0下载:
  2. C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:4059114
    • 提供者:zhaozhongxi
  1. Mem

    0下载:
  2. 跟踪系统中产生的内存泄露。 并进行调试,可以在控制台中输出泄露点。-Tracking system produced a memory leak. And debug
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:618260
    • 提供者:superma
  1. memleak.tar

    0下载:
  2. 检查c程序的内存泄露问题!内存泄露不再是问题!-Detect the memory leak in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:4409
    • 提供者:yhq
  1. MSS

    0下载:
  2. 本程序是实现对U盘数据加密,保护信息隐蔽,防止隐私泄露。感兴趣的朋友可以下载-This program is to achieve the U disk data encryption to protect information hiding, to prevent privacy leaks. Interested friends can download to see
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:21717
    • 提供者:gcd
  1. DES-Encryption-Algorithm-

    0下载:
  2. DES算法文件加密,通过此程序吧文件的内容变成密文防止泄露-DES algorithm for file encryption, file by the contents of this program it into ciphertext to prevent the disclosure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2526668
    • 提供者:liuyanhua
  1. MSS

    0下载:
  2. 现在,移动存储的应用很多,你U盘及移动移动硬盘之类的,如果你不小心遗失了这些设备,万一里面的数据比较重要,那很容易就泄漏了,那么如何让我们的移动设备在丢失了之后也不造成数据丢失呢?这里最简单的方法就是对设备加密,然后再解密,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -Now, a lot of mobile storage applications, your mobile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:16214
    • 提供者:madud00084
  1. 2011

    0下载:
  2. 当初为了加密整个文件又方便设置密码,所以密码的变量移到最上面,导致后面的变量处理上。把$admin数组给覆盖了。的确是我疏忽了。为了对大家负责任,忍痛提前把PHPSPY2011给放了出来。不过加密方式已经改变。不再是单纯的MD5加密。而是加入了一个自己写的非常简单的加密函数。就算MD5泄露了。破到世界末日也不会被破出来明文。需要改的就自己改吧。如果不懂的改的话。就老老实实用默认密码或者换其他的版本用吧。 -Encrypt the entire file the original and ea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:20668
    • 提供者:uu
  1. MEM_LEAK

    0下载:
  2. 标准C实现的内存泄露检测工具,在我们编写程序的时候,可能造成零散内存的泄露。但是通过该源码工具可以检测其是否泄露,在哪里泄露了。-Standard C memory leak detection tools implemented in our programming, it may result in fragmented memory leaks. But by the source tool can detect whether leakage, where leaked.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3491
    • 提供者:shellex
  1. vld--src

    0下载:
  2. 内存泄露检测器,检测出你程序中的内存泄露,外国开源代码-Memory leak detector, detect memory leaks in your program, foreign open-source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2190745
    • 提供者:xiao
  1. memwatch-embeddedlinux

    0下载:
  2. 很实用的工具,可以在嵌入式系统中方便的检测内存泄露-A good tools to check the memory leak in the embedded system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:44661
    • 提供者:Harper Jia
  1. Password

    0下载:
  2. MD5算法,针对网上出现的CSDN密码泄露事件,本程序可将任意一个密码转化成128位的十进制字符串,即嵌入到数据库中以暗文的形式存储,而且MD5是不可以算法,防止了黑客很难获取正确的密码,感谢您的进一步修改更新-MD5 algorithm for passwords CSDN appear online leak, the program can be password into any 128-bit decimal characters String, that is embedded
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1040
    • 提供者:王传对
  1. NewFolder

    0下载:
  2. VC 6 编写的用于内存泄露的检测,可以加入到自己的过程中编译。-This is for memory free ,add to your project for etc....
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:51361
    • 提供者:要相同
  1. ExceptionApp

    0下载:
  2. 查进程内 dll地址的功能。。内存泄露相关,捕获异常原理-Process within the DLL address of the function.. A memory leak, catch the exception principle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2654255
    • 提供者:羊是的
  1. dll__modu

    0下载:
  2. 查进程内 dll地址的功能。内存泄露相关,捕获异常-Process within the DLL address of the function.. A memory leak, catch the exception principle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2654123
    • 提供者:羊是的
  1. C_NanDian

    0下载:
  2. 该文档详细阐述了C中的一些重点、难点。 比如说指针,数组,内存泄露等等知识点,算是一份不可多得的资源。-The document elaborated C in some of the key and difficult points. For example, knowledge of pointers, arrays, and memory leaks, etc., regarded as a rare resource.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:210281
    • 提供者:xu
  1. zfs-0.6.0-rc9.tar

    0下载:
  2. 检测内存泄露及内存使用越界的工具,很给力-Detection of memory leaks and memory usage, cross-border tool, it is to force
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1989469
    • 提供者:zhangshuning
  1. sxw_flash_cms_4_baild20121228

    0下载:
  2. SXW Flash整站系统[SXW Flash CMS] 版本:4.0 Build20121228 更新: 1.解决了一个网站信息泄露问题; 2.修正视频、音乐上传浏览器兼容; 3.新增网站地图功能;更方便搜索引擎抓取网站页面。 SXW Flash整站系统[SXW Flash CMS] 版本:4.0更新说明: 1.全站系统结构调整。将数据存储文件集中放置,让网站可以结合服务器权限设置达到绝对安全。 2.加入智能设备访问专用界面。介于当前网络移动智能设备访问量逐渐增加
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:4356096
    • 提供者:huangdongsheng
  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 23 »
搜珍网 www.dssz.com