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

python的正则表达式

于 2022-02-21 发布 文件大小:1.29 kB
0 50
下载积分: 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 个回复

  • 1
    说明:  Code to use the microsoft vision api along with custom images taken from a camera using python. (1/3)
    2019-03-29 21:35:50下载
    积分:1
  • 猜数字小游戏.py
    【实例简介】猜数字小游戏.py 开发猜数字小游戏。计算机随机生成100以内数字,让玩家去猜,如果猜的数字过大或过小都会给出提示,直到猜中该数,显示“恭喜!你猜对了”,同时要统计玩家猜的次数。
    2022-01-10 00:31:44下载
    积分:1
  • testMatchTemplateCAM
    通过调用OpenCV库,采用计算相关性大小进行视频跟踪。在源码中输入要跟踪的图样,运行文件,程序可以识别跟踪摄像头摄取场景内与图样相关性最高的目标(By calling the OpenCV library, using a case-by-difference method for video tracking. Input source you want to track the pattern, run the file, the program can identify tracking camera scene and drawings highest goal intake)
    2012-08-21 10:48:34下载
    积分:1
  • 决策树
    说明:  使用Python对决策树算法进行了基础的模拟,输入数据后,可以输出根据数据的哪些属性进行决策树分类。(Python is used to simulate the decision tree algorithm. After inputting the data, it can output which attributes of the data to classify the decision tree.)
    2019-03-27 21:05:37下载
    积分:1
  • 遗传算法微电网优化调度(python)
    说明:  利用python语言,通过遗传算法对微电网进行优化调度(Genetic algorithm is used to optimize the dispatching of microgrid)
    2020-12-20 17:19:09下载
    积分:1
  • python3_for_data_analysis
    Python3 for Data Analysis, a handbook,a table for studying python3.
    2020-06-23 00:20:02下载
    积分:1
  • mmdetection-master
    基于mmdetection框架的深度学习目标检测框架(deep learning object detection based on mmdetection)
    2020-06-19 22:20:02下载
    积分:1
  • 室内定位
    说明:  通过各种不同的算法实现室内高精度定位,比如说KNN,随机森林,SVM,等等。(Indoor high-precision positioning is achieved by various algorithms, such as KNN, random forest, SVM, and so on.)
    2019-06-12 19:40:29下载
    积分:1
  • 用Python编写奇偶分数求和函数
    说明:  了解基本编程知识,熟悉编程算法,用Python编写奇偶分数求和函数。(Understanding basic programming knowledge, familiar with programming algorithms, using Python to write odd and even fraction summation function.)
    2020-06-23 19:40:01下载
    积分:1
  • linphone-3.11.1源代码包
    linphone-3.11.1源代码包 这个是在官网下载的 先上传上来以防万一
    2022-03-17 10:39:33下载
    积分:1
  • 696518资源总数
  • 104321会员总数
  • 14今日下载