登录
首页 » Python » regex_extend

regex_extend

于 2020-06-17 发布
0 91
下载积分: 1 下载次数: 1

代码说明:

说明:  正则表达式的一般用法。测试一下,能否下载(In this paper, we present the generalized result about the regularity of operators.)

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

发表评论

0 个回复

  • 【批量下载】GA-BP预测(matlab)等
    说明:  通过GABP预测模型模型模型,实践可用可用(Practice is available through the GABP prediction model model, Practice is available through the GABP prediction model model)
    2020-01-08 16:58:16下载
    积分:1
  • 温度检测系统课程设计资料
    51最小系统板pcb图,初学者简单学习,并且附有系统板说明,希望对大家能有帮助(51 Minimum System Board PCB chart, beginners simple learning, and with system board instructions, I hope you can help.)
    2019-05-13 21:36:09下载
    积分:1
  • 周期性边界条件的自动施加
    说明:  周期性边界条件的自动施加,啊啊啊啊啊啊啊啊(Automatic imposition of periodic boundary conditions)
    2020-06-23 07:20:02下载
    积分:1
  • Delphi AnPopListBox数据编辑控件+实例代码
    Delphi环境数据编辑控件源码——AnPopListBox V2.0控件源码,随测试实例代码。关于控件及使用的几点说明:   1、使用Execute 方法取得返回值(变量型)   2、AutoWidth 设置是否自动匹配列宽,CanFind 设置是否可以查找数据;ActiveADO 是试行SQL语句是否有效,并填充DisplayField 显示字段名,DisplayText 显示标题,DisplayWidth在AutoWidth = False 时,用户定义的列宽。   3、单击列标题可以排序,Ctrl + E 可以导出Excel,F5 刷新数据。
    2022-02-13 00:14:09下载
    积分:1
  • IBM Security QRadar DSM Configuration Guide
    qradar udm 讲述IBM SOC平台的日志编写功能,通过文档可以编写SOC平台日志(You can add up to 500 Microsoft Windows or Universal DSM log sources at one time. When you add multiple log sources at one time, you add a bulk log source in QRadar. Bulk log sources must share a common configuration.)
    2017-10-20 13:59:07下载
    积分:1
  • VC++繁体简体转换 支持文件操作
    VC++繁体简体转换,支持从文件中读取文字进行转换,可在繁体——简体、简体——繁体间互相转换。当时作者写成了一个完整的小工具,已经相当稳定的繁简转换程序了。源代码请在VC++6.0中编译。
    2023-03-19 03:50:03下载
    积分:1
  • fanjuanjihexinhaofuyuan
    反卷积和信号复原是信号处理技术中具有理论挑战性的分支。由于应用广泛,它一直是研究热点。有关的研究报告散布于各种专业学术技术刊物和书籍。但对于准备从事信号处理的各专业学生和研究人员还缺乏一本反映近期发展、具有引导性和系统性的书。本书希望弥补这种不足。作者对本领域所需要的基础进行了系统的整理,力求本书能包括主要基础,反映重要进展、难点和发展方向。书中强调了反卷积问题的物理起源、理论方法的要点、适应范围和限制;包括了若干程序例子和实际数据,可为读者进入应用提供帮助;同时又包括了系统深入的理论基础和前沿发展,可满足希望进入前沿研究读者的需要。(Deconvolution and signal recovery is a signal processing technology, a branch of theoretical challenge. Due to its wide, it has been a research focus. The study report is dispersed in the various professional academic and technical journals and books. But prepared to engage in signal processing for professional students and researchers still lack a reflect recent developments, with leading and systematic book. This book can compensate for this deficiency. The authors in this area needed a basis for a systematic order, and strive to include the main basis of this book, reflecting the significant progress, problems and development direction. The book emphasizes the physical origin of deconvolution problems, the main points of theoretical approaches to meet the scope and restrictions includes a number of procedural examples and actual data, can help the reader into the application the same time, the system includes in-depth theoretical basis and leading-edge the development of cutting-e)
    2010-01-21 18:22:27下载
    积分:1
  • avrprog_2.3
    avr dude programing sofware
    2010-02-17 22:15:31下载
    积分:1
  • 微信写日记小程序源码
    小熊的日记,获取日记列表目前为本地缓存数据 + 本地假数据, TODO 从服务端拉取从server端拉取,使用生命周期函数--监听页面加载,TODO 并不是所有非中文字符宽度都为中文字符宽度一半,需特殊处理,由于文本框聚焦存在bug,故编辑模式待实现。   这个日记本程序,运行于微信小程序环境,支持日记聚合,加载Loading、tab项事件、预览模式、右上角工具栏、图片预览和多媒体预览模式等众多辅助功能,可从中学习到一些实用的微信小程序开发技巧。
    2022-01-30 18:34:44下载
    积分:1
  • 一个VC++ 随机数组生成类
    VC++随机数组生成类的源代码,代码由重庆大学光电学院311实验室 袁刚编写,将随机生成的数组序列保存在TXT中,srand((unsigned)time(NULL));// 生成时间种子   m=rand()%m_Txt_Line;// 返回一个0-m_Txt_Line-1的随机数,即查表的起始位置   mx=m%m_Txt_Row;// 查表起始位置的列号,文件头为0行0列   my=m/m_Txt_Row;// 查表起始位置的行号   // 下面取出剩下的字符串中每三个空格前面的字符串,就是所要查一个数据   for(m=0;m  {   aw2=strc.Find(" ");// 找到作为间隔的后三个空格所在位置   if(mx==m_Txt_Row-1||m==m_Txt_Row-mx-1)   a_Random[ct]=atof(strc);   else   a_Random[ct]=atof(strc.Left(aw2));// 保存数据到数组   aw1=strc.GetLength();   aw2=strc.Find(" ");// 找到作为间隔的前三个空格所在位置   strc=strc.Right(aw1-aw2-m_Txt_Spacing);// 取这三个空格右边的所有字符串
    2023-02-02 04:50:03下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载