variables
英 [ˈveərɪəblz]
美 [ˈvɛriəbəlz]
n. 可变情况; 变量; 可变因素
variable的复数
柯林斯词典
- ADJ-GRADED 多变的;易变的;反复无常的
Something that isvariablechanges quite often, and there usually seems to be no fixed pattern to these changes.- The potassium content of foodstuffs is very variable...
食物中钾的含量差别很大。 - There was a bit of a wind and it was blowing onshore, variable, but quite strong.
有一阵风朝岸上吹来,风向变化不定,但风力很强。 - ...a variable rate of interest.
时高时低的利率
- The potassium content of foodstuffs is very variable...
- N-COUNT (质量、数量、规模等)可变因素
Avariableis a factor that can change in quality, quantity, or size, which you have to take into account in a situation.- Decisions could be made on the basis of price, delivery dates, after-sales service or any other variable...
购买决定可能会基于价格、送货日期、售后服务以及其他可变因素。 - Other variables in making forecasts for the industry include the weather and the general economic climate.
对该产业进行预测时还要考虑天气和宏观经济环境等其他不确定因素。
- Decisions could be made on the basis of price, delivery dates, after-sales service or any other variable...
- N-COUNT 变量;变项;变元
Avariableis a quantity that can have any one of a set of values.- It is conventional to place the independent variable on the right-hand side of an equation.
普遍做法是把自变量放在等式的右边。
- It is conventional to place the independent variable on the right-hand side of an equation.
双语例句
- The kernel provides other functions for per-CPU locking and dynamic allocation of variables.
内核提供了用于per-CPU锁定和变量动态分配的其他函数。 - Objects have two aspects: member variables and methods.
对象有两个方面:成员变量和方法。 - The variables main_width and main_height are calculated within the "frame" template.
在“frame”模板中计算变量mainwidth和mainheight。 - This header file should ideally contain all the class definitions, member functions, and variables.
在理想情况下,头文件应该包含所有类定义、成员函数和变量。 - Which input and output relations exist between the various use case variables?
在不同的用例变量之间存在哪些输入和输出关系? - Environment variables, such as EDITOR and TZ, influence the results of commands.
环境变量,如EDITOR和TZ,可能影响命令执行的结果。 - This includes the definition of global variables and functions.
它包含全局变量和函数的定义。 - Both variables define a series of directories to search for executables and man pages, respectively.
这两个变量分别为搜索可执行文件和man页面定义了一系列目录。 - Thus, when you program in JavaScript, don't forget the var with your variables.
因此,当在JavaScript中编程时,不要忘了对变量应用var。 - With proc_entry successfully created, I initialize my local variables and the proc_entry structure.
当procentry成功创建之后,对自己的本地变量和procentry结构进行了初始化。