搜索资源列表
cppcheck-1.23.tar
- cppcheck,可以检测c++代码,包括内存泄漏和越界-cppcheck, can detect c++ code, including memory leaks and cross-border
cppcheck-1.30.tar
- cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
cppcheck-1.33
- c/C++ 代码安全检测,c/C++ 代码安全检测 -check c/c++ code security check c/c++ code security
cppcheck-1.40
- 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.
danmar-cppcheck-09859c1.tar
- This code is Source Checker please use this source code we-This code is Source Checker please use this source code well
cppcheck-manual
- cppcheck是以静态检测源码的一个软件,本文档作为cppcheck的使用手册,详细介绍了cppcheck的使用方法。-cppcheck static testing is a software source code, the use of this document as cppcheck manual details the use of cppcheck.
cppcheck-1.57
- 静态C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-Static C/C++ code analysis tool to check for memory leaks, mismatching of memory allocation and deallocation, buffer overflows, and more problems.
cppcheck-1.64.tar
- 最新版cppcheck,静态的C/C++ 代码分析工具,用以检查内存泄漏,错配的内存分配和释放,缓冲区溢出,以及更多的问题。-The latest version cppcheck, static C/C++ code analysis tool to check for memory leaks, mismatching memory allocation and deallocation, buffer overflows, and more problems.
cppcheck_manual
- Cppcheck manual. Very important document for checking memory leak in C programs.
QtcCppcheck-3.5.0-win
- 用过cppcheck的开发人员一定对其爱不释手。QT也可以支持cppcheck的,只需要在qt creator中安装一个QT CPP Chck插件就行。让人受益。 QtcCppcheck-3.5.0-win.zip-cpp checker for QT
cppcheck
- cppcheck 是一个静态代码检查工具,支持c, c++ 代码;作为编译器的一种补充检查,cppcheck对产品的源代码执行严格的逻辑检查。 执行的检查包括: 1. 自动变量检查 2. 数组的边界检查 3. class类检查 4. 过期的函数,废弃函数调用检查 5. 异常内存使用,释放检查 6. 内存泄漏检查,主要是通过内存引用指针 7. 操作系统资源释放检查,中断,文件描述符等 8. 异常STL 函数使用检查 9. 代码格式错误,以及性能因素检查(Cppcheck is a
cppcheck-1.81
- check Cpp code error(check tool for Cpp code)
Cppcheck(源代码分析工具) V1.68 官方版
- CppCheck是一个C/C++代码缺陷静态检查工具。不同于C/C++编译器及其它分析工具,CppCheck只检查编译器检查不出来的bug,不检查语法错误。所谓静态代码检查就是使用一个工具检查我们写的代码是否安全和健壮,是否有隐藏的问题。(CppCheck is a C/C++ code defect static checking tool. Unlike the C/C++ compiler and other analysis tools, CppCheck checks only the
cppcheck-1.82
- Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few fa
cppcheck
- Cppcheck是一种C/C++代码缺陷静态检查工具
