- 浏览: 160496 次
- 性别:
- 来自: 保山腾冲
文章分类
最新评论
-
TNTDoctor:
谢谢,标记一下,有空来看看
(转)Haskell与范畴论 -
t173625478:
文章一般般,不够透彻,以至于误解了很多函数式特性的由来和作用。 ...
(转)函数式编程另类指南 -
liyiwen007:
学习了!
很受益!
用AGG实现高质量图形输出(二) -
hqs7636:
感谢!!!!!!!
《learn to tango with D》译文 -
rocex:
多谢,刚好用到。
《learn to tango with D》译文
tango.text.Search
License:
BSD style: see license.txt
Version:
May 2009: Initial release
since:
0.99.9
Author:
Kris
函数:
1 2 3 4 5 6 7 8 9 |
auto match = find ("foo"); auto content = "wumpus foo bar" // search in the forward direction auto index = match.forward (content); assert (index is 7); // search again - returns length when no match found assert (match.forward(content, index+1) is content.length); |
搜索操作包括向前和向后,和一个任选的开始偏移量(可能比切割内容更方便)。有些方法替换给定内容的匹配,和别的返回穿越内容的foreach()迭代器。
SearchFruct是一个更精细(sophisticated)的变体,在对更长和/或更广泛的内容的操作更有效。
1 2 3 4 5 6 |
char[] result; auto match = find ("foo"); foreach (token; match.tokens ("$foo&&foo*", "bar")) result ~= token; assert (result == "$bar&&bar*"); |
1 2 3 4 5 6 |
int count; auto f = find ("foo"); foreach (index; f.indices("$foo&&foo*")) ++count; assert (count is 2); |
函数:
1 2 3 4 5 6 7 8 9 |
auto match = search ("foo"); auto content = "wumpus foo bar" // search in the forward direction auto index = match.forward (content); assert (index is 7); // search again - returns length when no match found assert (match.forward(content, index+1) is content.length); |
搜索操作包括向前和向后,和一个任选的开始偏移量(可能比切割内容更方便)。有些方法替换给定内容的匹配,和别的返回穿越内容的foreach()迭代器。
FindFruct是一个更简单的变体,它可对短匹配和/或短内容更有效地操作(使用粗略相似策略brute-force )。
1 2 3 4 5 6 |
char[] result; auto match = search ("foo"); foreach (token; match.tokens("$foo&&foo*", "bar")) result ~= token; assert (result == "$bar&&bar*"); |
1 2 3 4 5 6 |
int count; auto match = search ("foo"); foreach (index; match.indices("$foo&&foo*")) ++count; assert (count is 2); |
发表评论
-
tango.text.convert.Utf 翻译
2009-07-23 16:59 822tango.text.convert.Utf(r4809 ... -
tango.io.Buffer 翻译
2009-07-23 13:58 1103(提交后发觉内容不在了 ... -
tango.io.device.Conduit 翻译
2009-07-23 13:56 809tango.io.device.Conduit (r48 ... -
tango.core.Exception 翻译
2009-07-20 19:29 880tango.core.Exception(r4796) ... -
tango.io.device.File 翻译
2009-07-20 19:27 1095tango.io.device.File (r4796) ... -
tango.io.Console 翻译
2009-07-19 14:03 956tango.io.Console (r4795) Li ... -
tango.io.digest.Digest 翻译
2009-07-19 14:00 875tango.io.digest.Digest(r4795 ... -
tango.io.digest.Crc32 翻译
2009-07-19 13:59 853tango.io.digest.Crc32 (r4795 ... -
tango.io.UnicodeFile 翻译
2009-07-19 13:58 787tango.io.UnicodeFile (r4795) ... -
tango.sys.win32.CodePage 翻译
2009-07-18 20:26 896tango.sys.win32.CodePage(r47 ... -
tango.sys.Environment 翻译
2009-07-18 20:25 872tango.sys.Environment Lice ... -
tango.text.convert.Integer 翻译
2009-07-18 20:24 908tango.text.convert.Integer(r ... -
tango.text.convert.DateTime 翻译
2009-07-18 20:22 771tango.text.convert.DateTime ... -
tango.text.convert.TimeStamp 翻译
2009-07-18 20:19 912tango.text.convert.TimeStamp ... -
tango.text.Ascii 翻译
2009-07-17 23:12 922tango.text.Ascii(r4792) Li ... -
tango.text.convert.Layout 翻译
2009-07-17 23:10 971tango.text.convert.Layout ... -
tango.io.File 翻译
2009-07-17 21:35 780tango.io.File License: BS ... -
tango.text.Util 翻译
2009-07-17 11:50 966tango.text.Util(r4774) Lice ... -
tango.text.Text 翻译
2009-07-16 10:20 980tango.text.Text(r4774) Lice ... -
tango.io.FileScan 翻译
2009-07-11 23:20 866tango.io.FileScan (r4774) ...
相关推荐
Tango Control System是一种用于控制和监控实验室仪器、望远镜、粒子加速器等复杂设备的控制系统。该系统被广泛应用于科研与工业领域,特别是在物联网及系统集成方面扮演着重要角色。 在搭建Tango Control System时...
### Windows安装TANGO教程知识点详解 #### 一、前言 本教程旨在详细介绍如何在Windows 10操作系统上搭建TANGO环境。TANGO是一种广泛应用于分布式控制系统的框架,尤其适用于科学仪器与工业自动化领域的应用。本文将...
探戈标签Clojure 库,用于根据来自 tango.info 网站的数据自动标记探戈歌曲。执照版权所有 :copyright: 2014 Bruno Alfirević 根据 Eclipse 公共许可证分发 1.0 版或(由您选择)任何更高版本。
谈客视频电话 Tango v3.13.128111 更新时间:2015-01-14 版本:3.13.128111 软件语言:多语言 软件类别:网络语音 软件大小:26.18 MB 适用固件:2.1及更高固件 内置广告:没有广告 适用平台:Android Tango为您...
Tango视频电话3.13.127894 Tango Video Calls 大小:26.18MB 更新时间:2015-01-12 Tango为您带来免费的高品质视频通话,在3G和Wi-Fi网络上都运行如飞!全世界数百万用户都在使用妙趣横生又简单易用的Tango视频...
tango, 微型&可以插入网络框架 Tango 软件包探戈是一个微型&可以插入的网页框架。当前版本:v0.5.0 版本的历史记录。正在启动要安装 Tango:go get github.com/lunny/tango
processed_text = tango_articles.preprocessing(text) # 提取文章内容 summary = tango_articles.content_extraction(article_html) # 获取关键词 keywords = tango_articles.keyword_extraction(text) ``` 四、...
标题"PyPI 官网下载 | django-tango-0.3.1.tar.gz"表明这是一个从Python Package Index (PyPI)官方源下载的软件包,名为"django-tango",版本号为0.3.1,其格式是tar.gz。PyPI是Python社区中最主要的第三方软件库...
资源分类:Python库 所属语言:Python 资源全名:tango-comments-0.4.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
如果要在乳胶文档中使用这些探戈颜色,请将tango.sty放在某个可以找到乳胶的地方。 例如,在texmf目录中。 Python 您有两种使用颜色的方法。 如果只需要HTML模型,则可以导入TANGO_HTML_COLORS ,这是探戈颜色的...
身份验证 authz是的授权中间件,它基于 。 安装 ...简单的例子 package main import ( ... tg := tango .... HandlerFunc ( func ( ctx * tango. Context ) { sess := sessions . Session ( ctx . Req ()
现在,这意味着基本上所有用户模块(tango.math.BigNum除外,别名为std.bigint,直到另行通知)和大多数tango.core模块都已移植。 doc / examples文件夹中的示例也应该起作用。 我在Linux上进行移植,因此这是经过...
TangoSDK_Eisa_Unity5.unitypackage
“TANGO的最爱”可能意味着这个主题是对Tango设计风格的一种致敬或特别优化,是Tango风格的忠实体现,因此深受Tango风格爱好者的喜欢。 【标签解析】 “tango”标签直接关联了设计风格,指明了主题的视觉特征。...
agent.sources.redisSource.type = com.tango.logstash.flume.redis.source.RedisSource agent.sources.redisSource.host = localhost agent.sources.redisSource.key = logstash agent.sources.redisSource.batch_...
《Tango:电路设计软件的历史与应用》 Tango,这款被誉为古老的电路板设计软件,是电子工程领域中的一颗璀璨明星。它以其强大的功能和在DOS操作系统下的独特运行方式,为电路设计者提供了丰富的工具,使得在早期的...
TANGO电路原理图库文件的数据结构分析 引言: TANGO软件是一个广泛使用的绘图软件,在我国尤其流行。它能绘制电路原理图和印刷电路板图,其数据文件的结构在相关文献中有介绍,但关于库文件的数据结构信息却很少。...
Tango SDK---The latest version of the Unity SDK is Ikariotikos (Version 1.54, June 2017).
Tango Tango 是一个微内核易扩展的Go语言Web框架,他兼有Beego的效率和Martini的中间件设计。 最近更新 ... tango.JSON } func (Action) Get() interface{} { if true { return map[string]string{
### Project Tango: 一个概述 #### 1.0 引言 本文档旨在提供关于Project Tango的概览。Project Tango是Sun Microsystems推出的一个开源实现,它涵盖了关键的企业Web服务规范(通常称为WS-*),并提供了与.NET 3.0...