自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(1)
  • 资源 (30)
  • 收藏
  • 关注

原创 wireshark过滤IPv4/Ipv6网段

1 wireshark过滤IPv4地址段:ip.addr == 203.208.41.0/24(源地址/目的地址)ip.src == 203.208.41.0/24(源地址)ip.dst == 203.208.41.0/24(目的地址)2 wireshark过滤IPv4地址段:ipv6.addr == 2000::/16(源地址/目的地址)ipv6.src == 2000::/16(源...

2018-09-22 11:08:47 19426

cpptools-linux-wwchao.7z

The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.

2021-09-27

GUI-cachegrind.zip

Callgrind is a profiling tool that records the call history among functions in a program's run as a call-graph. By default, the collected data consists of the number of instructions executed, their relationship to source lines, the caller/callee relationship between functions, and the numbers of suc

2021-01-31

mirrors-llvm-project-release-11.x.zip

The LLVM Compiler Infrastructure This directory and its sub-directories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments. The README briefly describes how to get started with building LLVM. For more information on how

2021-01-24

mirrors-llvm-project-master.zip

The LLVM Compiler Infrastructure This directory and its sub-directories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments. The README briefly describes how to get started with building LLVM. For more information on how

2021-01-24

cppcheck-2.3.tar.gz

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 have very few false positives. Cppcheck is designed to be able to analyze your C/C++ code even if it has non

2021-01-10

cmake-3.18.4-Linux-x86_64.tar.gz

CMake is a cross-platform, open-source build system generator. For full documentation visit the CMake Home Page and the CMake Documentation Page. The CMake Community Wiki also references useful guides and recipes.

2020-10-22

cmake-3.6.2-Linux-x86_64.tar.gz

CMake is a cross-platform, open-source build system generator. For full documentation visit the CMake Home Page and the CMake Documentation Page. The CMake Community Wiki also references useful guides and recipes. CMake is maintained and supported by Kitware and developed in collaboration with a pr

2020-10-22

Trace Event Format - Google Docs.pdf

Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace. https://github.com/catapult-project/catapult/tree/master/tracing

2020-10-19

demo.cc.json

-ftime-trace功能允许以友好的格式生成时间跟踪分析数据,对于开发人员更好地理解编译器将大部分时间花在何处以及其他需要改进的领域非常有用。

2020-10-18

draw.io-13.2.4-windows-installer.exe

drawio-desktop is a diagrams.net desktop app based on Electron. draw.io is the old name for diagrams.net, we just don't want the hassle of changing all the binary's names.

2020-06-21

infer-linux64-v0.17.0.tar.xz

Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml. Read our Getting Started page for details on how to install packaged versions of Infer. To build Infer from source, see INSTALL.md.

2020-05-23

cppcheck-2.0.tar.gz

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 have very few false positives. Cppcheck is designed to be able to analyze your C/C++ code even if it has non-standard syntax (common in embedded projects).

2020-05-23

cppcheck-2.0.zip

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 have very few false positives. Cppcheck is designed to be able to analyze your C/C++ code even if it has non-standard syntax (common in embedded projects).

2020-05-23

clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz

LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-time),对开发者保持开放,并兼容已有脚本。 LLVM计划启动于2000年,最初由美国UIUC大学的Chris Lattner博士主持开展。2006年Chris Lattner加盟Apple Inc.并致力于LLVM在Apple开发体系中的应用。Apple也是LLVM计划的主要资助者。 prebuild binary版本

2020-05-05

llvm-project-master.zip

LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-time),对开发者保持开放,并兼容已有脚本。 LLVM计划启动于2000年,最初由美国UIUC大学的Chris Lattner博士主持开展。2006年Chris Lattner加盟Apple Inc.并致力于LLVM在Apple开发体系中的应用。Apple也是LLVM计划的主要资助者。 目前LLVM已经被苹果IOS开发工具、Xilinx Vivado、Facebook、Google等各大公司采用。 公司内网访问github太慢,无法访问gitee,故在此中转,请审核通过,谢谢!

2020-05-04

wangwenchaonj-llvm-project-master.zip

LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-time),对开发者保持开放,并兼容已有脚本。 LLVM计划启动于2000年,最初由美国UIUC大学的Chris Lattner博士主持开展。2006年Chris Lattner加盟Apple Inc.并致力于LLVM在Apple开发体系中的应用。Apple也是LLVM计划的主要资助者。 目前LLVM已经被苹果IOS开发工具、Xilinx Vivado、Facebook、Google等各大公司采用。 废弃

2020-05-04

chapter1.zip

To get the most from this book, you should already know C++. We describe the details of a particular language feature, not the fundamentals of the language itself. You should be familiar with the concepts of classes and inheritance, and you should be able to write C++ programs using components such as IOstreams and containers from the C++ standard library. You should also be familiar with the basic features of “Modern C++”, such as auto, decltype, move semantics, and lambdas. Nevertheless, we review more subtle issues as the need arises, even when such issues aren’t directly related to templates. This ensures that the text is accessible to experts and intermediate programmers alike.

2020-01-01

herrington_src_cgia_bc10.tar

Code generation is the technique of building and using programs to write other programs. A concrete example is using a code generator to build database access code or remote procedure layers. The central idea is to create consistent and high quality code more quickly.

2019-11-21

snort-2.0-2.8-2.9-3.0.zip

在1998年,Martin Roesch用C语言开发了开放源代码(Open Source)的入侵检测系统Snort。直至今天,Snort已发展成为一个具有多平台(Multi-Platform)、实时(Real-Time)流量分析、网络IP数据包(Pocket)记录等特性的强大的网络入侵检测/防御系统(Network Intrusion Detection/Prevention System),即NIDS/NIPS。Snort符合通用公共许可(GPL——GNU General Pubic License),在网上可以通过免费下载获得Snort,并且只需要几分钟就可以安装并开始使用。

2019-11-17

word_counter.zip

CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK

2019-11-15

word_counter.zip

CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK

2019-11-15

Redis源码解读.7z

Redis源码解读,讲解Redis内部实现机制。 Redis(全称:Remote Dictionary Server 远程字典服务)是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API

2019-10-12

jdk-8u221-windows-i586.zip

jdk-8u221-windows-i586.zip jdk-8u221-windows-i586.zip

2019-09-21

jdk-8u221-windows-x64.zip

jdk-8u221-windows-x64.zip jdk-8u221-windows-x64.zip jdk-8u221-windows-x64.zip

2019-09-21

Robinson Crusoe

鲁滨逊漂流记英文原版,可用来测试bloomfilter、KMP/BM、AC自动机、Trie树、Wu-manber算法的匹配效果.

2018-01-17

KMP/BM字符串匹配算法源码

BF/KMP/BM 字符串单模匹配算法, 用途广泛; BF/KMP/BM 字符串单模匹配算法, 用途广泛; BF/KMP/BM 字符串单模匹配算法, 用途广泛;

2018-01-13

chromedriver 64位

将其放在Python的安装目录,用以解决selenium无法启动Chrome浏览器的问题

2017-08-27

GNU Make Manual / GNU.Make.Book / Managing.Projects.with.GNU.Make

GNU Make Manual 4.0 / GNU.Make.Book / Managing.Projects.with.GNU.Make 英文版,文字清晰、排版良好, 是学习make/makefile的最佳资源

2017-07-02

*.las文件格式说明(1.0/1.1/1.2/1.3/1.4)

*.las文件格式说明(1.0/1.1/1.2/1.3/1.4)

2015-10-11

ListView 虚拟列表技术(vs2013)

ListView 虚拟列表技术,vs2013实现,有兴趣的可以看看。

2015-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除