CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Regular Expression python

搜索资源列表

  1. pcre-6.3

    0下载:
  2. 最牛的C语言正则表达式库 正则表达式的威力相信大家都有体会,但是在C代码中如何使用?PCRE就是公认最牛的C语言的正则表达式库,Python、Perl等语言都是用它。 -C language library is a regular expression is the power of regular expressions believe that we have experience, but how C code? PCRE is the most recognized of ca
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:815909
    • 提供者:李伟
  1. dpcre61_dll_src

    0下载:
  2. Delphi下最牛的正则表达式库! Delphi程序员最痛苦的就是Delphi极弱的字符串处理能力,有了这个库,就将拥有和Python、Perl相同的能力,让你如虎添翼。-most cattle in the regular expression library! Delphi programmer is the most painful Delphi extremely weak string handling capacity, the existence of such arsenal
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:471729
    • 提供者:李伟
  1. busy

    0下载:
  2. 查公交呀——北京公交简易查询工具 说明:   本工具基于Symbian S60手机上的Python解释器运行,用户需要事先安装Python解释器。   本工具可以按照路线号、起止站名和正则表达式匹配来查询公交路线信息,但不具备换乘方案查询功能。   公交路线信息截止2006年9月,仅供参考。乘坐公交应以公交公司发布的信息为准。-investigation bus ah -- Beijing Public Transport simple query tool : Tools ba
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:56890
    • 提供者:林健
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3491458
    • 提供者:hnycmx
  1. chengshi

    0下载:
  2. 运用模式匹配的思想,正则表达式的工具,对网页中图形,文字的截取,还有函数编程,字典的应用-Ideas using pattern matching, regular expression tool, web page graphics, text capture, also function programming, the application dictionary
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:yandongbin
  1. convert

    0下载:
  2. 用python将php数组通过正则表达式转换成javascr ipt的字典,然后打印出来-Php array by regular expression in python to convert javascr ipt dictionary, and then print out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3159
    • 提供者:lichuan
  1. Web-Extraction

    0下载:
  2. 该程序实现了将腾讯新闻网站的正文部分抽取出来,主要用到的是python的正则表达式处理包,功能简单实现良好-The program to achieve a body part extracted Tencent news sites, mainly used python regular expression processing package, the function is simple to achieve good
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-10
    • 文件大小:1078
    • 提供者:冯剑
  1. Web-Extraction

    0下载:
  2. 该程序实现了将腾讯新闻网站的正文部分抽取出来,主要用到的是python的正则表达式处理包,功能简单实现良好The program to achieve a body part extracted Tencent news sites, mainly used python regular expression processing package, the function is simple to achieve good-The program to achieve a body part
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1124
    • 提供者:rinMa
  1. Web-Extraction

    0下载:
  2. 该程序实现了将腾讯新闻网站的正文部分抽取出来,主要用到的是python的正则表达式处理包,功能简单实现良好-The program to achieve a body part extracted Tencent news sites, mainly used python regular expression processing package, the function is simple to achieve good
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1122
    • 提供者:placeth
  1. py

    0下载:
  2. 用python写了一个图片爬虫源码,也可学习了多线程编程和正则表达式-Using Python to write a picture of crawler source code, can be multi-threaded programming and regular expression study
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:914
    • 提供者:7ICCCGT
  1. Regular_expression

    0下载:
  2. python3.5的正则表达式的基本用法(the basic use of regular expression of python3.5 in windows)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:zhouchangan
  1. Python正则表达式操作指南

    0下载:
  2. PYTHON正则表达式基础操作指南,适合入门初学(PYTHON regular expression base operation guide, suitable for beginners)
  3. 所属分类:网络编程

    • 发布日期:2018-01-03
    • 文件大小:197632
    • 提供者:negrite
  1. python

    0下载:
  2. 基于Requests库、BS4库和正则表达式Re库,爬取某个网站的相关信息。练习作品。(Crawl a website based on the Requests library and the regular expression Re library. Practice work)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:kffz
  1. 正则表达式

    0下载:
  2. python正则表达式书写应用的简单说明和实践。(Simple explanation and practice of writing application based on Python regular expression.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:起个名儿
搜珍网 www.dssz.com