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

python的正则表达式

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

  • mdfreader-master
    说明:  读取VECTOR或ETAS等汽车CAN分析工具数据的MDF格式(MDF Format for Reading Data of Vehicle CAN Analysis Tools such as VECTOR or ETAS)
    2020-06-23 17:20:01下载
    积分:1
  • 《Python+Cookbook》第三版中文v2.0.0
    用于学习python与cookbook的一本书,适用于python小伙伴(A book for learning Python and cookbook, for Python buddies)
    2020-06-20 12:20:02下载
    积分:1
  • DFDOC
    system of pv control for basic with error
    2013-11-23 18:55:07下载
    积分:1
  • ssl.tar
    openssl实现客户端与服务器证书创建生成并验证(openssl to achieve the client and server certificates are created and generated verification)
    2016-06-27 18:44:06下载
    积分:1
  • Learning Data Mining with Python
    说明:  Python数据挖掘入门与实践 本书作为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。本书面向愿意学习和尝试数据挖掘的程序员。(Introduction and practice of Python data mining As a primer on data mining, this book introduces the basic knowledge, basic tools and practical methods of data mining. By step-by-step explanation of the algorithm, you can easily embark on the journey of data mining. This book uses a combination of theory and practice, showing how to use the decision tree and random forest algorithm to predict the results of the American professional basketball league game, how to use the affinity analysis method to recommend movies, how to use the naive Bayesian algorithm for social media mining ,and many more. This book also covers neural networks, deep learning, big data processing and more. This book is for programmers who are willing to learn and experiment with data mining.)
    2019-05-19 03:08:27下载
    积分:1
  • 基于正向最大匹配法原理的中文分词
    分词方法总体上分为两类,一是非基于词典的分词,相当于人工智能领域计算。一般用于机器学习,特定领域等方法,这种在特定领域的分词可以让计算机在现有的规则模型中,推理如何分词,精确度较高,实现相对复杂。二是基于词典的分词,是最常见的分词方法,具体算法有正向最大匹配法(FMM)、逆向最大匹配法(RMM)和双向最大匹配法(BM)。本文在学习正向最大匹配算法的同时,用Python进行分词实现。本文使用的是 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-30 17:07:21下载
    积分:1
  • 手把手教你学FPGA 语法篇
    编程规范是重中之重,带你书写良好的变成习惯(It is used to measure noise and detect road noise pollution. It is accurate and has good effect.)
    2018-03-10 20:49:51下载
    积分:1
  • Knn算法实现
    机器学习实战的KNN代码实现,根据书上讲解及代码的编辑实现,原始数据的话可以自己随便自己早一早,也可以上网搜一下代码 
    2022-06-03 10:56:05下载
    积分:1
  • 蚁群算法Python实现
    说明:  使用python编程语言实现了蚁群优化算法,有利于新人增强对该算法的了解。(Ant colony optimization algorithm is imple)
    2021-01-05 09:34:52下载
    积分:1
  • apcluster
    AP聚类算法用python实现的代码。代码可靠,可以直接运行。代码使用python3写的。(The AP clustering algorithm uses python to implement the code. The code is reliable and can be run directly. The code is written in python3.)
    2018-09-19 10:57:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载