在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++网络编程 → pcre-8.35.tar

pcre-8.35.tar

C/C++网络编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.90M
  • 下载次数:5
  • 浏览次数:189
  • 发布时间:2021-12-28
  • 实例类别:C/C++网络编程
  • 发 布 人:duxia2237
  • 文件格式:.gz
  • 所需积分:2
 相关标签: PCR AR re Pc

实例介绍

【实例简介】pcre-8.35.tar
【实例截图】from clipboard
【核心代码】.
├── pcre-8.35
│   ├── 132html
│   ├── AUTHORS
│   ├── CMakeLists.txt
│   ├── COPYING
│   ├── ChangeLog
│   ├── CheckMan
│   ├── CleanTxt
│   ├── Detrail
│   ├── HACKING
│   ├── INSTALL
│   ├── LICENCE
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── NEWS
│   ├── NON-AUTOTOOLS-BUILD
│   ├── NON-UNIX-USE
│   ├── PrepareRelease
│   ├── README
│   ├── RunGrepTest
│   ├── RunTest
│   ├── RunTest.bat
│   ├── aclocal.m4
│   ├── ar-lib
│   ├── cmake
│   │   ├── COPYING-CMAKE-SCRIPTS
│   │   ├── FindEditline.cmake
│   │   ├── FindPackageHandleStandardArgs.cmake
│   │   └── FindReadline.cmake
│   ├── compile
│   ├── config-cmake.h.in
│   ├── config.guess
│   ├── config.h.generic
│   ├── config.h.in
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── depcomp
│   ├── dftables.c
│   ├── doc
│   │   ├── html
│   │   │   ├── NON-AUTOTOOLS-BUILD.txt
│   │   │   ├── README.txt
│   │   │   ├── index.html
│   │   │   ├── pcre-config.html
│   │   │   ├── pcre.html
│   │   │   ├── pcre16.html
│   │   │   ├── pcre32.html
│   │   │   ├── pcre_assign_jit_stack.html
│   │   │   ├── pcre_compile.html
│   │   │   ├── pcre_compile2.html
│   │   │   ├── pcre_config.html
│   │   │   ├── pcre_copy_named_substring.html
│   │   │   ├── pcre_copy_substring.html
│   │   │   ├── pcre_dfa_exec.html
│   │   │   ├── pcre_exec.html
│   │   │   ├── pcre_free_study.html
│   │   │   ├── pcre_free_substring.html
│   │   │   ├── pcre_free_substring_list.html
│   │   │   ├── pcre_fullinfo.html
│   │   │   ├── pcre_get_named_substring.html
│   │   │   ├── pcre_get_stringnumber.html
│   │   │   ├── pcre_get_stringtable_entries.html
│   │   │   ├── pcre_get_substring.html
│   │   │   ├── pcre_get_substring_list.html
│   │   │   ├── pcre_jit_exec.html
│   │   │   ├── pcre_jit_stack_alloc.html
│   │   │   ├── pcre_jit_stack_free.html
│   │   │   ├── pcre_maketables.html
│   │   │   ├── pcre_pattern_to_host_byte_order.html
│   │   │   ├── pcre_refcount.html
│   │   │   ├── pcre_study.html
│   │   │   ├── pcre_utf16_to_host_byte_order.html
│   │   │   ├── pcre_utf32_to_host_byte_order.html
│   │   │   ├── pcre_version.html
│   │   │   ├── pcreapi.html
│   │   │   ├── pcrebuild.html
│   │   │   ├── pcrecallout.html
│   │   │   ├── pcrecompat.html
│   │   │   ├── pcrecpp.html
│   │   │   ├── pcredemo.html
│   │   │   ├── pcregrep.html
│   │   │   ├── pcrejit.html
│   │   │   ├── pcrelimits.html
│   │   │   ├── pcrematching.html
│   │   │   ├── pcrepartial.html
│   │   │   ├── pcrepattern.html
│   │   │   ├── pcreperform.html
│   │   │   ├── pcreposix.html
│   │   │   ├── pcreprecompile.html
│   │   │   ├── pcresample.html
│   │   │   ├── pcrestack.html
│   │   │   ├── pcresyntax.html
│   │   │   ├── pcretest.html
│   │   │   └── pcreunicode.html
│   │   ├── index.html.src
│   │   ├── pcre-config.1
│   │   ├── pcre-config.txt
│   │   ├── pcre.3
│   │   ├── pcre.txt
│   │   ├── pcre16.3
│   │   ├── pcre32.3
│   │   ├── pcre_assign_jit_stack.3
│   │   ├── pcre_compile.3
│   │   ├── pcre_compile2.3
│   │   ├── pcre_config.3
│   │   ├── pcre_copy_named_substring.3
│   │   ├── pcre_copy_substring.3
│   │   ├── pcre_dfa_exec.3
│   │   ├── pcre_exec.3
│   │   ├── pcre_free_study.3
│   │   ├── pcre_free_substring.3
│   │   ├── pcre_free_substring_list.3
│   │   ├── pcre_fullinfo.3
│   │   ├── pcre_get_named_substring.3
│   │   ├── pcre_get_stringnumber.3
│   │   ├── pcre_get_stringtable_entries.3
│   │   ├── pcre_get_substring.3
│   │   ├── pcre_get_substring_list.3
│   │   ├── pcre_jit_exec.3
│   │   ├── pcre_jit_stack_alloc.3
│   │   ├── pcre_jit_stack_free.3
│   │   ├── pcre_maketables.3
│   │   ├── pcre_pattern_to_host_byte_order.3
│   │   ├── pcre_refcount.3
│   │   ├── pcre_study.3
│   │   ├── pcre_utf16_to_host_byte_order.3
│   │   ├── pcre_utf32_to_host_byte_order.3
│   │   ├── pcre_version.3
│   │   ├── pcreapi.3
│   │   ├── pcrebuild.3
│   │   ├── pcrecallout.3
│   │   ├── pcrecompat.3
│   │   ├── pcrecpp.3
│   │   ├── pcredemo.3
│   │   ├── pcregrep.1
│   │   ├── pcregrep.txt
│   │   ├── pcrejit.3
│   │   ├── pcrelimits.3
│   │   ├── pcrematching.3
│   │   ├── pcrepartial.3
│   │   ├── pcrepattern.3
│   │   ├── pcreperform.3
│   │   ├── pcreposix.3
│   │   ├── pcreprecompile.3
│   │   ├── pcresample.3
│   │   ├── pcrestack.3
│   │   ├── pcresyntax.3
│   │   ├── pcretest.1
│   │   ├── pcretest.txt
│   │   ├── pcreunicode.3
│   │   └── perltest.txt
│   ├── install-sh
│   ├── libpcre.pc.in
│   ├── libpcre16.pc.in
│   ├── libpcre32.pc.in
│   ├── libpcrecpp.pc.in
│   ├── libpcreposix.pc.in
│   ├── ltmain.sh
│   ├── m4
│   │   ├── ax_pthread.m4
│   │   ├── libtool.m4
│   │   ├── ltoptions.m4
│   │   ├── ltsugar.m4
│   │   ├── ltversion.m4
│   │   ├── lt~obsolete.m4
│   │   └── pcre_visibility.m4
│   ├── makevp.bat
│   ├── makevp_c.txt
│   ├── makevp_l.txt
│   ├── missing
│   ├── pcre-config.in
│   ├── pcre.h.generic
│   ├── pcre.h.in
│   ├── pcre16_byte_order.c
│   ├── pcre16_chartables.c
│   ├── pcre16_compile.c
│   ├── pcre16_config.c
│   ├── pcre16_dfa_exec.c
│   ├── pcre16_exec.c
│   ├── pcre16_fullinfo.c
│   ├── pcre16_get.c
│   ├── pcre16_globals.c
│   ├── pcre16_jit_compile.c
│   ├── pcre16_maketables.c
│   ├── pcre16_newline.c
│   ├── pcre16_ord2utf16.c
│   ├── pcre16_printint.c
│   ├── pcre16_refcount.c
│   ├── pcre16_string_utils.c
│   ├── pcre16_study.c
│   ├── pcre16_tables.c
│   ├── pcre16_ucd.c
│   ├── pcre16_utf16_utils.c
│   ├── pcre16_valid_utf16.c
│   ├── pcre16_version.c
│   ├── pcre16_xclass.c
│   ├── pcre32_byte_order.c
│   ├── pcre32_chartables.c
│   ├── pcre32_compile.c
│   ├── pcre32_config.c
│   ├── pcre32_dfa_exec.c
│   ├── pcre32_exec.c
│   ├── pcre32_fullinfo.c
│   ├── pcre32_get.c
│   ├── pcre32_globals.c
│   ├── pcre32_jit_compile.c
│   ├── pcre32_maketables.c
│   ├── pcre32_newline.c
│   ├── pcre32_ord2utf32.c
│   ├── pcre32_printint.c
│   ├── pcre32_refcount.c
│   ├── pcre32_string_utils.c
│   ├── pcre32_study.c
│   ├── pcre32_tables.c
│   ├── pcre32_ucd.c
│   ├── pcre32_utf32_utils.c
│   ├── pcre32_valid_utf32.c
│   ├── pcre32_version.c
│   ├── pcre32_xclass.c
│   ├── pcre_byte_order.c
│   ├── pcre_chartables.c.dist
│   ├── pcre_compile.c
│   ├── pcre_config.c
│   ├── pcre_dfa_exec.c
│   ├── pcre_exec.c
│   ├── pcre_fullinfo.c
│   ├── pcre_get.c
│   ├── pcre_globals.c
│   ├── pcre_internal.h
│   ├── pcre_jit_compile.c
│   ├── pcre_jit_test.c
│   ├── pcre_maketables.c
│   ├── pcre_newline.c
│   ├── pcre_ord2utf8.c
│   ├── pcre_printint.c
│   ├── pcre_refcount.c
│   ├── pcre_scanner.cc
│   ├── pcre_scanner.h
│   ├── pcre_scanner_unittest.cc
│   ├── pcre_string_utils.c
│   ├── pcre_stringpiece.cc
│   ├── pcre_stringpiece.h.in
│   ├── pcre_stringpiece_unittest.cc
│   ├── pcre_study.c
│   ├── pcre_tables.c
│   ├── pcre_ucd.c
│   ├── pcre_valid_utf8.c
│   ├── pcre_version.c
│   ├── pcre_xclass.c
│   ├── pcrecpp.cc
│   ├── pcrecpp.h
│   ├── pcrecpp_internal.h
│   ├── pcrecpp_unittest.cc
│   ├── pcrecpparg.h.in
│   ├── pcredemo.c
│   ├── pcregexp.pas
│   ├── pcregrep.c
│   ├── pcreposix.c
│   ├── pcreposix.h
│   ├── pcretest.c
│   ├── perltest.pl
│   ├── sljit
│   │   ├── sljitConfig.h
│   │   ├── sljitConfigInternal.h
│   │   ├── sljitExecAllocator.c
│   │   ├── sljitLir.c
│   │   ├── sljitLir.h
│   │   ├── sljitNativeARM_32.c
│   │   ├── sljitNativeARM_64.c
│   │   ├── sljitNativeARM_T2_32.c
│   │   ├── sljitNativeMIPS_32.c
│   │   ├── sljitNativeMIPS_64.c
│   │   ├── sljitNativeMIPS_common.c
│   │   ├── sljitNativePPC_32.c
│   │   ├── sljitNativePPC_64.c
│   │   ├── sljitNativePPC_common.c
│   │   ├── sljitNativeSPARC_32.c
│   │   ├── sljitNativeSPARC_common.c
│   │   ├── sljitNativeTILEGX-encoder.c
│   │   ├── sljitNativeTILEGX_64.c
│   │   ├── sljitNativeX86_32.c
│   │   ├── sljitNativeX86_64.c
│   │   ├── sljitNativeX86_common.c
│   │   └── sljitUtils.c
│   ├── test-driver
│   ├── testdata
│   │   ├── grepbinary
│   │   ├── grepfilelist
│   │   ├── grepinput
│   │   ├── grepinput3
│   │   ├── grepinput8
│   │   ├── grepinputv
│   │   ├── grepinputx
│   │   ├── greplist
│   │   ├── grepoutput
│   │   ├── grepoutput8
│   │   ├── grepoutputN
│   │   ├── greppatN4
│   │   ├── saved16
│   │   ├── saved16BE-1
│   │   ├── saved16BE-2
│   │   ├── saved16LE-1
│   │   ├── saved16LE-2
│   │   ├── saved32
│   │   ├── saved32BE-1
│   │   ├── saved32BE-2
│   │   ├── saved32LE-1
│   │   ├── saved32LE-2
│   │   ├── saved8
│   │   ├── testinput1
│   │   ├── testinput10
│   │   ├── testinput11
│   │   ├── testinput12
│   │   ├── testinput13
│   │   ├── testinput14
│   │   ├── testinput15
│   │   ├── testinput16
│   │   ├── testinput17
│   │   ├── testinput18
│   │   ├── testinput19
│   │   ├── testinput2
│   │   ├── testinput20
│   │   ├── testinput21
│   │   ├── testinput22
│   │   ├── testinput23
│   │   ├── testinput24
│   │   ├── testinput25
│   │   ├── testinput26
│   │   ├── testinput3
│   │   ├── testinput4
│   │   ├── testinput5
│   │   ├── testinput6
│   │   ├── testinput7
│   │   ├── testinput8
│   │   ├── testinput9
│   │   ├── testinputEBC
│   │   ├── testoutput1
│   │   ├── testoutput10
│   │   ├── testoutput11-16
│   │   ├── testoutput11-32
│   │   ├── testoutput11-8
│   │   ├── testoutput12
│   │   ├── testoutput13
│   │   ├── testoutput14
│   │   ├── testoutput15
│   │   ├── testoutput16
│   │   ├── testoutput17
│   │   ├── testoutput18-16
│   │   ├── testoutput18-32
│   │   ├── testoutput19
│   │   ├── testoutput2
│   │   ├── testoutput20
│   │   ├── testoutput21-16
│   │   ├── testoutput21-32
│   │   ├── testoutput22-16
│   │   ├── testoutput22-32
│   │   ├── testoutput23
│   │   ├── testoutput24
│   │   ├── testoutput25
│   │   ├── testoutput26
│   │   ├── testoutput3
│   │   ├── testoutput3A
│   │   ├── testoutput3B
│   │   ├── testoutput4
│   │   ├── testoutput5
│   │   ├── testoutput6
│   │   ├── testoutput7
│   │   ├── testoutput8
│   │   ├── testoutput9
│   │   ├── testoutputEBC
│   │   ├── wintestinput3
│   │   └── wintestoutput3
│   └── ucp.h
└── 好例子网_pcre-8.35.tar.gz

7 directories, 368 files


标签: PCR AR re Pc

实例下载地址

pcre-8.35.tar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警