
好词典

源自数学符号中的字母i,用于表示序列中的任意位置,类似于nth中的n。
❶ 表示序列中第几个的数学术语,用于指代某个特定位置的项目,通常用于学术或技术语境中。
“The ith element in the array is missing.”
(数组中的第i个元素缺失了。)
“We need to calculate the value of the ith term.”
(我们需要计算第i项的值。)
ith element — 指代序列或集合中的第i个元素,常用于数学、计算机科学等领域。
“The ith element of the list is accessed using an index.”
(列表的第i个元素通过索引访问。)