Перекладіть "constants" на Китайська

Показано 14 з 14 перекладів фрази "constants" з Англійська на Китайська

Переклад Англійська на Китайська constants

Англійська
Китайська

EN It's possible for interfaces to have constants. Interface constants work exactly like class constants. Prior to PHP 8.1.0, they cannot be overridden by a class/interface that inherits them.

ZH 接口中也可以定义常量。接口常量和类常量的使用完全相同, 在 PHP 8.1.0 之前 不能被子类或子接口所覆盖。

транслітерація jiē kǒu zhōng yě kě yǐ dìng yì cháng liàng。jiē kǒu cháng liàng hé lèi cháng liàng de shǐ yòng wán quán xiāng tóng, zài PHP 8.1.0 zhī qián bù néng bèi zi lèi huò zi jiē kǒu suǒ fù gài。

Англійська Китайська
php php

EN The output may be customized by passing one or more of the following constants bitwise values summed together in the optional flags parameter. One can also combine the respective constants or bitwise values together with the bitwise or operator.

ZH 可以用以下的一个或多个 constants 用位运算传递给可选的 flags 参数来定制输出的信息。 该参数可以把常量相加或者用按位或操作符按位运算。

транслітерація kě yǐ yòng yǐ xià de yī gè huò duō gè constants yòng wèi yùn suàn chuán dì gěi kě xuǎn de flags cān shù lái dìng zhì shū chū de xìn xī。 gāi cān shù kě yǐ bǎ cháng liàng xiāng jiā huò zhě yòng àn wèi huò cāo zuò fú àn wèi yùn suàn。

EN Use it to run specific builtin objects for mathematical constants and functions

ZH 使用它来运行特定的内置对象,用于数学常数和函数

транслітерація shǐ yòng tā lái yùn xíng tè dìng de nèi zhì duì xiàng, yòng yú shù xué cháng shù hé hán shù

EN Generally, stability (the degree of phase margin) tends to decrease as a result of the low ESR of MLCCs, and in such cases, consider adjusting the constants of the phase compensation circuit.

ZH 一般来说,由于MLCC的低ESR化,有稳定性(相位裕量)降低的倾向,在这种情况时,请研究修改相位补偿电路的常数。

транслітерація yī bān lái shuō, yóu yúMLCC de dīESR huà, yǒu wěn dìng xìng (xiāng wèi yù liàng) jiàng dī de qīng xiàng, zài zhè zhǒng qíng kuàng shí, qǐng yán jiū xiū gǎi xiāng wèi bǔ cháng diàn lù de cháng shù。

EN The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general purpose approach to RANS turbulence modelling. Part 1 of this video provides background information on the model and a description of the tunable model constants.

ZH GEKO (GEneralized K-Omega) 紊流模型為 RANS 紊流建模提供了一種靈活、穩健、通用的方法。本影片的第 1 部分提供模型的背景資訊和可調模型常數的說明。

транслітерація GEKO (GEneralized K-Omega) wěn liú mó xíng wèi RANS wěn liú jiàn mó tí gōng le yī zhǒng líng huó、 wěn jiàn、 tōng yòng de fāng fǎ。běn yǐng piàn de dì 1 bù fēn tí gōng mó xíng de bèi jǐng zī xùn hé kě diào mó xíng cháng shù de shuō míng。

EN An associative array containing options. See the password algorithm constants for documentation on the supported options for each algorithm.

ZH 一个包含有选项的关联数组。详细的参数说明,请参考文档 密码算法常数。

транслітерація yī gè bāo hán yǒu xuǎn xiàng de guān lián shù zǔ。xiáng xì de cān shù shuō míng, qǐng cān kǎo wén dàng mì mǎ suàn fǎ cháng shù。

EN constants can now be defined with

ZH 类型的常量现在可以通过

транслітерація lèi xíng de cháng liàng xiàn zài kě yǐ tōng guò

EN class seeks to expose additional ICU functionality. The class itself defines a number of static methods and constants that can be used to manipulate unicode characters.

ZH 类旨在暴露出更多的 ICU 功能。这个类自身定义了许多静态方法用于操作多字符集的 unicode 字符。

транслітерація lèi zhǐ zài bào lù chū gèng duō de ICU gōng néng。zhè gè lèi zì shēn dìng yì le xǔ duō jìng tài fāng fǎ yòng yú cāo zuò duō zì fú jí de unicode zì fú。

EN Classes, functions and constants being imported from the same namespace can now be grouped together in a single use statement.

ZH 从同一 namespace 导入的类、函数和常量现在可以通过单个 use 语句 一次性导入了。

транслітерація cóng tóng yī namespace dǎo rù de lèi、 hán shù hé cháng liàng xiàn zài kě yǐ tōng guò dān gè use yǔ jù yī cì xìng dǎo rù le。

EN One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, …, IntlCalendar::DOW_SATURDAY or false on failure.

ZH One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, …, IntlCalendar::DOW_SATURDAY 或者在失败时返回 false.

транслітерація One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, …, IntlCalendar::DOW_SATURDAY huò zhě zài shī bài shí fǎn huí false.

EN Traits can, as of PHP 8.2.0, also define constants.

ZH 自 PHP 8.2.0 起,trait 也可以定义常量。

транслітерація zì PHP 8.2.0 qǐ,trait yě kě yǐ dìng yì cháng liàng。

Англійська Китайська
php php

EN The most basic forms of expressions are constants and variables. When you type $a = 5, you're assigning 5 into $a. 5, obviously, has the value 5, or in other words 5 is an expression with the value of 5 (in this case, 5 is an integer constant).

ZH 最基本的表达式形式是常量和变量。当键入 $a = 5,即值 5 将分配给变量 $a。很明显,5的值为 5,换句话说 5 是一个值为 5 的表达式(在这里,5 是一个整型常量)。

транслітерація zuì jī běn de biǎo dá shì xíng shì shì cháng liàng hé biàn liàng。dāng jiàn rù $a = 5, jí zhí 5 jiāng fēn pèi gěi biàn liàng $a。hěn míng xiǎn,5de zhí wèi 5, huàn jù huà shuō 5 shì yī gè zhí wèi 5 de biǎo dá shì (zài zhè lǐ,5 shì yī gè zhěng xíng cháng liàng)。

EN function can be used to return the translation table used dependent upon the provided flags constants.

ZH 可根据提供的 flags 常量返回使用的翻译表。

транслітерація kě gēn jù tí gōng de flags cháng liàng fǎn huí shǐ yòng de fān yì biǎo。

EN A bitmask of one or more of the following flags, which specify how to handle quotes, invalid code unit sequences and the used document type. The default is ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401. Available flags constants

ZH 以下一组位掩码标记,用于设置如何处理引号、无效代码序列、使用文档的类型。默认是 ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401。 有效 flags 标记常量

транслітерація yǐ xià yī zǔ wèi yǎn mǎ biāo jì, yòng yú shè zhì rú hé chù lǐ yǐn hào、 wú xiào dài mǎ xù liè、 shǐ yòng wén dàng de lèi xíng。mò rèn shì ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401。 yǒu xiào flags biāo jì cháng liàng

Показано 14 з 14 перекладів