Examples of using Subscript in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Subscript to our newsletter.
J was 10 but the top array subscript is only 9.".
SUBSCRIPT_OUTSIDE_LIMIT a subscript is outside the allowed range.
Here's an example of the subscript operator(it returns a reference).
Adj(), access to edges and neighbors is possible using subscript notation.
The first element has subscript 0(zero) and is sometimes called the zeros element.
This isn't an exact translation of the law above, though; we're missing subscripts.
The small number after the x is called a subscript, and indicates the position of the term in the sequence.
Later, for no special reason,the fashion became to render the number as subscript: H2O.
The subscript“n” denotes the degree of polymerization, that is, the number of repeat units linked together.
A superscript i(ⁱ)(total 1 character)was added to Superscripts and Subscripts.
SUBSCRIPT_BEYOND_COUNT-- The specified subscript is beyond the number of instances in the collection.
Internationally standardized unit symbolsshall not be modified by adding subscripts or other information.
We will use X and Y(without subscripts) to denote the collection of all X_ij and Y_ij values, respectively.
The first mention of this term looked something like this- pH-a small p with an H in the subscript.
If you need to use structures, such as fractions,superscripts, or subscripts, you can add those using the keyboard.
There are some characters that require special handling,such as U+0345 combining iota subscript.
Additional subscript letters(total 5 characters) were added to Superscripts and Subscripts.
It is easier to use than simple for loop because we don't need to increment value anduse subscript notation.
A(:,j: k) includes all subscripts in the first dimension but uses the vector j: k to index in the second dimension.
Sub: The sub() method creates a<sub>HTML element that causes a string to be displayed as subscript.
An integer subscript index is passed to a custom subscript implementation, but the subscript index value could be too low or too high.
These classes expand upon the Person and Residence model from above by adding a Room and Address class, with associated properties,methods, and subscripts.
Subscripts start at zero, like in most programming languages, so the first name is names[0] and the second name is names[1].
The position number is more formally called a subscript or index(this number specifies the number of elements from the beginning of the array).
It can also import Microsoft Word 97 and RTF(Rich Text Format) documents, as well as support headers/footers,superscript/subscript, widow/orphan control and newspaper-style columns.
Most frequently used fluorinating agents include Cd(ArF)2(subscript"F" means fluorine-including aryl), C6F5SiF3, and C6F5SiMe3(should be used along with fluoride).
Abstractly, an array reference is a procedure of two arguments:an array and a subscript vector, which could be expressed as get_array(Array, vector(i, j)).