variables

英 [ˈveərɪəblz] 美 [ˈvɛriəbəlz]

n.  可变情况; 变量; 可变因素
variable的复数



柯林斯词典

  1. ADJ-GRADED 多变的;易变的;反复无常的
    Something that is variable changes quite often, and there usually seems to be no fixed pattern to these changes.
    1. The potassium content of foodstuffs is very variable...
      食物中钾的含量差别很大。
    2. There was a bit of a wind and it was blowing onshore, variable, but quite strong.
      有一阵风朝岸上吹来,风向变化不定,但风力很强。
    3. ...a variable rate of interest.
      时高时低的利率
  2. N-COUNT (质量、数量、规模等)可变因素
    A variable is a factor that can change in quality, quantity, or size, which you have to take into account in a situation.
    1. Decisions could be made on the basis of price, delivery dates, after-sales service or any other variable...
      购买决定可能会基于价格、送货日期、售后服务以及其他可变因素。
    2. Other variables in making forecasts for the industry include the weather and the general economic climate.
      对该产业进行预测时还要考虑天气和宏观经济环境等其他不确定因素。
  3. N-COUNT 变量;变项;变元
    A variable is a quantity that can have any one of a set of values.
    1. It is conventional to place the independent variable on the right-hand side of an equation.
      普遍做法是把自变量放在等式的右边。

双语例句

  1. Other variables in making forecasts for the industry include the weather and the general economic climate.
    对该产业进行预测时还要考虑天气和宏观经济环境等其他不确定因素。
  2. Have you taken all the variables into account in your calculations?
    在你的计算中有没有把所有的可变因素都考虑进去?
  3. But parallel computing is more than just using mutexes and condition variables in random functions and methods.
    但是,并行编程不只是在随便什么函数和方法中使用互斥锁和条件变量。
  4. Objects have two aspects: member variables and methods.
    对象有两个方面:成员变量和方法。
  5. Therefore, a chunk can define local variables and return values.
    因此,块可以定义局部变量和返回值。
  6. The variables main_width and main_height are calculated within the "frame" template.
    在“frame”模板中计算变量mainwidth和mainheight。
  7. New and old value variables can be used with TTITLE and BTITLE respectively.
    新值和旧值变量可以分别与TTITLE和BTITLE一起使用。
  8. With proc_entry successfully created, I initialize my local variables and the proc_entry structure.
    当procentry成功创建之后,对自己的本地变量和procentry结构进行了初始化。
  9. Thus, when you program in JavaScript, don't forget the var with your variables.
    因此,当在JavaScript中编程时,不要忘了对变量应用var。
  10. Environment variables, such as EDITOR and TZ, influence the results of commands.
    环境变量,如EDITOR和TZ,可能影响命令执行的结果。
  11. The kernel provides other functions for per-CPU locking and dynamic allocation of variables.
    内核提供了用于per-CPU锁定和变量动态分配的其他函数。
  12. The input and output variables are created for you when you create the process.
    在创建该流程的同时也创建了输入和输出变量。
  13. Var is a constant, indicating that the package relates to variables.
    var是一个常量,它指示了与变量相关的包。
  14. Unlike values, variables have no inherent type.
    和值不同的是,变量没有固有类型。
  15. This includes the instance variables in the object's superclasses.
    这包括对象超类中的实例变量。
  16. Figure 3 below illustrates the variables, partners, interfaces, and tasks used in this business process.
    下面的图3显示了此业务流程中使用的变量、合作伙伴、接口和任务。
  17. This header file should ideally contain all the class definitions, member functions, and variables.
    在理想情况下,头文件应该包含所有类定义、成员函数和变量。
  18. Multiple instances of the event handler may be active, while variables VP and VM have only one instance.
    事件处理程序可能有多个实例处于活动状态,而变量VP和VM只能具有一个实例。
  19. Save var and save func save user-defined variables and functions, respectively.
    savevar和savefunc分别保存用户定义的变量和函数。
  20. In assembly language, the static data and global variables are separated out in memory from the code.
    在汇编语言中,静态数据和全局变量与代码在内存中是分开的。
  21. This includes the definition of global variables and functions.
    它包含全局变量和函数的定义。
  22. Both variables define a series of directories to search for executables and man pages, respectively.
    这两个变量分别为搜索可执行文件和man页面定义了一系列目录。
  23. Finally, in JavaScript, objects are merely a collection of functions and variables.
    最后,在JavaScript中,对象只是函数和变量的集合。
  24. F: Extracts configuration parameters and registry variables.
    f:提取配置参数和注册表变量。
  25. If you had multiple variables, you can select which ones to use.
    如果您有多个变量,您可以选择一个使用。
  26. Which input and output relations exist between the various use case variables?
    在不同的用例变量之间存在哪些输入和输出关系?
  27. With two decision variables, it has two dimensions.
    有了这两个决策变量,它就有了两个维度。
  28. The activation record contains all of the call-specific data for the function, including parameters and local variables.
    活动记录包含了这个函数的所有与调用有关的数据,包括参数和本地变量。