gpt4 book ai didi

c++ - std::iota 的 iota 代表什么?

转载 作者:IT老高 更新时间:2023-10-28 11:34:15 27 4
gpt4 key购买 nike

我假设“i”是递增的,而“a”是分配的,但我无法弄清楚或找到答案。此外,它看起来与我认为令人困惑的非标准 itoa 非常相似。

最佳答案

C++ iota 不是首字母缩写词或首字母缩写词。就是“iota”这个词,是the ninth letter of the Greek alphabet这个名字的英文拼写。 : ι。字母的小写版本通常像英文字母 i 一样绘制,但没有点。根据您的字体,衬线可能会略有不同。

The original SGI STL documentation给出了这样的解释:

The name iota is taken from the programming language APL.

Ken Iverson已创建 APL (代表“一种编程语言”)。在他 1962 年著作 A Programming Language 的第 1.7 节“特殊 vector ”中,他在第 15 页介绍了 ⍳ (iota) 作为“区间 vector ”:

The interval vector j(n) is defined as the vector of integers beginning with j.

在他的1979 Turing Award讲座, “Notation as a Tool of Thought” ,他对APL的⍳函数给出了这样的描述:

For example, the integer function denoted by produces a vector of the first n integers when applied to the argument n, …

所以最可能的答案是艾弗森博士想要一个符号来提醒用户“整数”这个词,“间隔”这个词,以及使用字母“i”作为一个典型的整数变量,尤其是对于数组下标。遗憾的是,艾弗森博士于 2004 年去世,比这个问题还早几年,所以我们无法要求他提供更准确的解释。

顺便说一句,Unicode 有两个用于小写 iota 的代码点:一个用于编写希腊语,另一个用于编写 APL。写希腊语的那个是ιU+03B9, “GREEK SMALL LETTER IOTA” .写APL的就是U+2373, “APL FUNCTIONAL SYMBOL IOTA” .


应评论者的要求,我将在此上下文中进一步解决“iota”的词源。

但让我们假设有更深层次的含义。

根据牛津英语词典,“iota”是“希腊字母Ι,ι的名称,对应罗马字母I,i;希腊字母表中最小的字母”(我想是物理上最小的,不是按字母顺序排列的),也意味着“最小或非常小的粒子或数量”。 OED 最早使用此含义的已知用法来自 Clavis mystica丹尼尔·费特利 (Daniel Featley) 于 1636 年:

Shall we lose, or sleightly pass by, any iota or tittle of the Booke of God?

Clavis mystica 将自己描述为“打开圣经中困难和神秘文本的 key ”,这句话特别指的是马太福音 5:18。 The 1611 edition of the King James Version has this text for Matthew 5:18 :

matthew 5:18

转录:

For verily I say vnto you, Till heauen and earth passe, one iote or one title, shall in no wise passe from the law, till all be fulfilled.

在马太福音 5:18 的原始希腊语中,“iote”是“ἰῶτα”,“title”(或更现代的“tittle”)是“κεραία”。 “κεραία”这个词的意思大致是“衬线”或“撇号”。因此,这节圣经经文指的是最小的细节,并使用“ἰῶτα”来指代作为希腊字母表中物理上最小的字母的字母 iota。

Featley 作为一名圣经学者(他获得了神学博士学位),无疑可以阅读希腊语。我猜他只是将字母的希腊名称“ιώτα”音译成英文“iota”。他为什么不按照国王詹姆士翻译的拼写“iote”?我不知道。

因此,我们可以推断出 STL 函数 iota 及其 APL 前身 在圣经中以希腊语物理上最小的字母命名字母“ι”,因为这些函数产生的整数以最小的整数分隔。

According to Wikipedia , 希腊字母 iota 来自腓尼基字母 yōdh。

这是我目前希望解决这个问题的编程领域。

关于c++ - std::iota 的 iota 代表什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9244879/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com