- 浏览: 160432 次
- 性别:
- 来自: 保山腾冲
最新评论
-
TNTDoctor:
谢谢,标记一下,有空来看看
(转)Haskell与范畴论 -
t173625478:
文章一般般,不够透彻,以至于误解了很多函数式特性的由来和作用。 ...
(转)函数式编程另类指南 -
liyiwen007:
学习了!
很受益!
用AGG实现高质量图形输出(二) -
hqs7636:
感谢!!!!!!!
《learn to tango with D》译文 -
rocex:
多谢,刚好用到。
《learn to tango with D》译文
文章列表
tango.text.Ascii(r4792)
License:
BSD style: see license.txt
Version:
Dec 2006: Initial release
Author:
Kris
对一个ASCII实用程序的选择对象预留位置(Placeholder)。这些通常不和utf8工作,并且不能被轻易地扩展到utf16或utf32。
char[] toLower(char[] src, char[] dst = null) ¶#
转为小写。返回在dst中的转化内容,如果dst为空就执行一个原状(in-place)转换。
char[] t ...
- 2009-07-17 23:12
- 浏览 922
- 评论(0)
tango.text.convert.Layout(r4792)
License:
BSD style: see license.txt
Version:
Initial release: 2005
Author:
Kris, Keinfarbton
这个模块提供了一个通用目的的格式系统,转换值到适合显示的文本。支持数字的调整(alignment)、对齐(justification)通用格式说明符。
Layout可以通过配置多种处理者( handlers)和相关元数据进行自定义。这个类被用来插入text.locale中处理自定义格式、日期/时间和文化特性(cu ...
- 2009-07-17 23:10
- 浏览 969
- 评论(0)
tango.io.File
License:
BSD style: see license.txt
Version:
Mar 2005: Initial release
Version:
Feb 2007: No longer a proxy subclass
Author:
Kris
class File ¶#
在FileConduit(文件管道)之上的一个包装,展示更简单的API。这个类返回作为一个void[]的完整文件内容,设置内容去反映一个给定void[]。
方法
- 2009-07-17 21:35
- 浏览 779
- 评论(0)
tango.text.Util(r4774)
License:
BSD style: see license.txt
Version:
Apr 2004: Initial release Dec 2006: South Seas version
Author:
Kris
为各种细小的函数预留位置(Placeholder)。这些函数全部被模板化,意在可用于char、wchar、dchar字符数组。不过,它们也可以正确地操作别的数组类型。
这些函数的大多数一个索引值,表示的判断标准已经得到确认。当判断标准不匹配时,函数
- 2009-07-17 11:50
- 浏览 964
- 评论(0)
tango.text.Text(r4774)
License:
BSD style: see license.txt
Version:
Initial release: December 2005
Author:
Kris
Text是一个管理和操作Unicode字符数组的类。
Text保持一个当前“选择对象”(selection),通过select()和
- 2009-07-16 10:20
- 浏览 979
- 评论(0)
tango.io.FileScan
(r4774)
License:
BSD style: see license.txt
Version:
Jun 2004: Initial release
Version:
Dec 2006: Pacific release
Author:
Kris
class FileScan ¶#
递归地扫描文件和目录,我们执行时增加过滤文件到一个输出结构中。这可以用来产生一个子目录和包含在其中的文件的清单。下面的例子列出所有后缀是“.d”位于当前目录下的文件和包含它们的文件夹:
1
2
3
4
5
6 ...
- 2009-07-11 23:20
- 浏览 864
- 评论(0)
tango.io.model.IFile(r4774)
License:
BSD style: see license.txt
Version:
Initial release: March 2005
Author:
Kris
interface FileConst ¶#
通用面向文件特征。
enum ¶#
- 2009-07-11 20:38
- 浏览 941
- 评论(0)
tango.io.Stdout 翻译
- 博客分类:
- tango文档翻译
tango.io.Stdout(r4774)
License:
BSD style: see license.txt
Version:
Nov 2005: Initial release
Author:
Kris
标准、全局的格式化控制台输出。如果你不需要格式化输出或unicode转换,考虑直接使用模块 tango.io.Console。如果你需要格式化,但不输出到控制台,考虑使用tango.text.convert.Format 代替。
Stdout & Stderr 展示这些用法类型:
- 2009-07-11 20:31
- 浏览 935
- 评论(0)
tango.io.FilePath
License:
BSD style: see license.txt
Version:
Oct 2004: Initial version
Version:
Nov 2006: Australian version
Version:
Feb 2007: Mutating version
Version:
Mar 2007: Folded FileProxy in
Version:
Nov 2007: VFS dictates '/' always be used
- 2009-07-09 22:04
- 浏览 1117
- 评论(0)
tango.io.Path( r4774)
License:
BSD style: see license.txt
Version:
Mar 2008: Initial version
Author:
Kris
比FilePath更直接到达文件系统。如果你不需要路径的编辑特性就使用它。例如,你只想检查某些路径是否存在,使用这个模块也许比FilePath ...
- 2009-07-09 21:07
- 浏览 876
- 评论(0)
作为一个D的fans,在非计算机专业毕业、英语水平不高的情况下,凭着一腔热情,终于翻译完了这本书的1-5章。后三章是讲Tango库的使用的,但随着时间的推移和开发进展,有很多东西已经改变,因此暂时不进行翻译。
具体内容见附件。
- 2009-07-05 22:44
- 浏览 1278
- 评论(6)
The Case for D —硬币的另一面
作者:leonardo(leonardom)翻译:尚波
Andrei Alexandrescu 已经写了一篇好文章:《The Case for D》。
D1是个很好的语言,我经常使用它,但是这篇文章显示出太多D2语言和它的编译器的好处,主要聚焦在它将来可以做什么上,而忽略了当前存在的一些消极面和问题。给新有D用户提供虚假期望是危险的。我认为给出现状的一个更平衡的叙述会更好,即使在将来大多数当前的D问题可以被修正。
一篇好文章必须显示当前语言中存在的困难,而不仅仅是谈论若干年后可以看到的良好实现。目前Java是非常快的语言,编译器可以帮助程序员 ...
- 2009-06-20 11:35
- 浏览 1264
- 评论(4)
学习D语言的tango:第三章 D的面向对象特性
翻译自《learn to tango with d》
- 2009-06-19 23:55
- 浏览 778
- 评论(0)
Ownership hierarchy using owner::this
In my last post I talked about the proposal for the ownership scheme for multithreaded programs that provides alias control and eliminates data races. The scheme requires the addition of new type qualifiers to the (hypothetical) language. The standard concern i ...
- 2009-06-19 12:29
- 浏览 1076
- 评论(0)
The Case for D - the other side of the coin
作者leonardo(leonardom)
Andrei Alexandrescu has written a nice article, "The Case for D" (click on 'Print' to read it on a single page):http://www.ddj.com/hpc-high-performance-computing/217801225D1 is a very nice language, and I use it often, but ...
- 2009-06-19 12:27
- 浏览 1010
- 评论(0)