英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

vector    音标拼音: [v'ɛktɚ]
n. 向量,矢量,带菌者
vt. 无线电导引

向量,向量,带菌者无线电导引

vector
向量

vector
n 1: a variable quantity that can be resolved into components
2: a straight line segment whose length is magnitude and whose
orientation in space is direction
3: any agent (person or animal or microorganism) that carries
and transmits a disease; "mosquitos are vectors of malaria
and yellow fever"; "fleas are vectors of the plague"; "aphids
are transmitters of plant diseases"; "when medical scientists
talk about vectors they are usually talking about insects"
[synonym: {vector}, {transmitter}]
4: (genetics) a virus or other agent that is used to deliver DNA
to a cell

Vector \Vec"tor\, n. [L., a bearer, carrier. fr. vehere, vectum,
to carry.]
1. Same as {Radius vector}.
[1913 Webster]

2. (Math.) A directed quantity, as a straight line, a force,
or a velocity. Vectors are said to be equal when their
directions are the same and their magnitudes equal. Cf.
{Scalar}.
[1913 Webster]

Note: In a triangle, either side is the vector sum of the
other two sides taken in proper order; the process
finding the vector sum of two or more vectors is vector
addition (see under {Addition}).
[1913 Webster]

66 Moby Thesaurus words for "vector":
aerial infection, air line, airborne infection, axis, azimuth,
beeline, biological vector, carrier, chord, communicability,
compass bearing, compass direction, contagion, contagiousness,
contamination, course, cryptogenic infection, diagonal, diameter,
direct infection, direct line, directrix, droplet infection,
dust infection, edge, epidemiology, great-circle course,
hand infection, heading, indirect infection, infection,
infectiousness, lee side, magnetic bearing, mechanical vector,
normal, perpendicular, phytogenic infection, primary infection,
pyogenic infection, radius, radius vector, relative bearing,
right line, secant, secondary infection, segment, shortcut, side,
straight, straight course, straight line, straight stretch,
straightaway, streamline, subclinical infection, tack, taint,
tangent, transversal, true bearing, vehicle, virus,
waterborne infection, weather side, zoogenic infection

1. A member of a {vector space}.

2. A line or movement defined by its end points, or
by the current position and one other point. See {vector
graphics}.

3. A memory location containing the address
of some code, often some kind of {exception} handler or other
{operating system} service. By changing the vector to point
to a different piece of code it is possible to modify the
behaviour of the operating system.

Compare {hook}.

4. A one-dimensional {array}.

(1996-09-30)



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • C++ vector 容器 - 菜鸟教程
    C++ vector 容器 C++ 中的 vector 是一种序列容器,它允许你在运行时动态地插入和删除元素。 vector 是基于数组的数据结构,但它可以自动管理内存,这意味着你不需要手动分配和释放内存。
  • Vector | Welcome
    Vector supplies software and engineering services for the networking of electronic systems in the automobile and related industries (CAN, FlexRay, AUTOSAR, Ethernet etc )
  • [详解-vector] C++必知必会 vector常用各种操作解析 - 知乎
    vector 是 C++ 标准库中的一个动态数组容器,它可以自动管理内存大小,可以在运行时根据需要动态增长或缩小。 它是一个非常常用且强大的容器,用于存储一系列元素。 下面详细介绍 vector 的使用方法,并提供相应的代…
  • C++ vector的用法(整理)-CSDN博客
    本文主要整理了C++ vector的用法。 vector是C++ STL重要成员,是可容纳多种数据的容器。 介绍了其五种初始化方式、对象的重要操作、顺序访问的几种方式,包括向向量添加元素和从向量读取元素的方法,还提及几种重要算法及所需头文件。
  • std:: vector - cppreference. com
    The storage of the vector is handled automatically, being expanded as needed Vectors usually occupy more space than static arrays, because more memory is allocated to handle future growth
  • std::vector - C++中文 - API参考文档
    vector 的存储是自动管理的,按需扩张收缩。 vector 通常占用多于静态数组的空间,因为要分配更多内存以管理将来的增长。 vector 所用的方式不在每次插入元素时,而只在额外内存耗尽时重分配。 分配的内存总量可用 capacity () 函数查询。
  • C++ STL vector容器详解 - C语言中文网
    vector 常被称为 向量容器,因为该容器擅长在尾部插入或删除元素,在常量时间内就可以完成,时间复杂度为 O(1);而对于在容器头部或者中部插入或删除元素,则花费时间要长一些(移动元素需要耗费时间),时间复杂度为线性阶 O(n)。
  • Vector space - Wikipedia
    Vector addition and scalar multiplication: a vector v (blue) is added to another vector w (red, upper illustration) Below, w is stretched by a factor of 2, yielding the sum v + 2w In mathematics, a vector space (also called a linear space) is a set whose elements, often called vectors, can be added together and multiplied ("scaled") by numbers called scalars The operations of vector
  • C++ Vectors - W3Schools
    C++ Vector A vector in C++ is like a resizable array Both vectors and arrays are data structures used to store multiple elements of the same data type The difference between an array and a vector, is that the size of an array cannot be modified (you cannot add or remove elements from an array) A vector however, can grow or shrink in size as needed To use a vector, you have to include the
  • vector - C++ Users
    Instead, vector containers may allocate some extra storage to accommodate for possible growth, and thus the container may have an actual capacity greater than the storage strictly needed to contain its elements (i e , its size)





中文字典-英文字典  2005-2009