登录
首页 » python » python的正则表达式

python的正则表达式

于 2022-02-21 发布 文件大小:1.29 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

python的正则表达式常用的几个点,包含:1导入,2:元字符之类,内容预览:元字符# d 匹配任何十进制数;相当于[0-9]# D 匹配任何非数字字符;相当于[^0-9]# s 匹配任何空白字符;相当于[ fv]# S 匹配任何非空白字符;相当于[^ fv]# w 匹配任何字母数字字符;相当于[a-zA-Z0-9_]# W 匹配任何非字母数字字符;相当于[^a-zA-Z0-9_]#  匹配一个单词边界,指单词和空格间的位置

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Can接收发送 DBC分析报文 绘制曲线 支持离线回放pySnippets-master
    说明:  Python实现Can接收发送 DBC分析报文 绘制曲线 支持离线回放(Python implements Can receive and send DBC analysis messages, draw curves, support offline playback)
    2020-07-19 18:43:36下载
    积分:1
  • DBN
    说明:  基于Tensorflow的典型深度学习模型-深度置信网络预测程序,方便拓展,测试文件在test文件夹下(The typical deep learning model based on tensorflow deep confidence network prediction program is easy to expand, with case data attached, and the test file is in the test folder)
    2020-08-12 20:49:34下载
    积分:1
  • PSO_python
    说明:  粒子群智能优化算法,基于Python编写,非MATLAB平台。(Particle swarm optimization algorithm, based on python, non matlab platform.)
    2021-01-19 12:27:07下载
    积分:1
  • Python xlwt 创建xls文件例子
    xlwt包
    2015-06-15下载
    积分:1
  • ASExplorer
    说明:  网络数据包捕获查看工具, 支持三种 数据包捕获方式: 1、Raw嗅探 2、Hook指定进程API,截获数据包 3、端口数据转发(Network Packet Capture and View Tool supports three ways of data packet capture: 1. Raw Sniffer 2. Hook Specifies Process API, Intercepts Packet 3, Port Data Forwarding)
    2020-06-19 05:00:02下载
    积分:1
  • DBSCAN聚类
    Python密度聚类 最近在Science上的一篇基于密度的聚类算法《Clustering by fast search and find of density peaks》引起了大家的关注(在我的博文“论文中的机器学习算法——基于密度峰值的聚类算法”中也进行了中文的描述)。于是我就想了解下基于密度的聚类算法,熟悉下基于密度的聚类算法与基于距离的聚类算法,如K-Means算法之间的区别。 基于密度的聚类算法主要的目标是寻找被低密度区域分离的高密度区域。与基于距离的聚类算法不同的是,基于距离的聚类算法的聚类结果是球状的簇,而基于密度的聚类算法可以发现任意形状的聚类,这对于带有噪音点的数据起着重要的作用。(The main goal of the density based clustering algorithm is to find high density regions separated by low density regions. Different from distance based clustering algorithm, the clustering results based on distance clustering algorithm are spherical clusters, and density based clustering algorithm can detect clustering of arbitrary shapes, which plays an important role in data with noisy points.)
    2018-02-05 10:00:46下载
    积分:1
  • python提取abaqus后处理指定集合的信息
    python提取abaqus后处理指定集合的信息(位移和应力)(Python extracts the information (displacement and stress) of the specified set after ABAQUS processing)
    2021-05-14 22:30:03下载
    积分:1
  • chat-master
    pyhon写的聊天室 安装: cd /path/to/source python bootstrap.py bin/buildout make sure redis-server is started bin/supervisord [optional] bin/supervisorctl goto localhost:9527(a live chat room built with python Install: cd /path/to/source python bootstrap.py bin/buildout make sure redis-server is started bin/supervisord [optional] bin/supervisorctl goto localhost:9527)
    2013-12-05 19:16:45下载
    积分:1
  • shrinkpdf
    说明:  CKVVVVVYUFVLY CUUUU
    2019-02-22 05:54:35下载
    积分:1
  • fou-V4.3
    Application of small area variance comparison, simple procedures, Implemented with SDRAM run nios, while saving camera data SRAM, A one-dimensional transfer matrix method to calculate the phonon crystal structure.
    2017-08-09 22:22:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载