英文字典中文字典


英文字典中文字典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重要成员,是可容纳多种数据的容器。 介绍了其五种初始化方式、对象的重要操作、顺序访问的几种方式,包括向向量添加元素和从向量读取元素的方法,还提及几种重要算法及所需头文件。
  • Free Vector Images - Download Edit Online | Freepik
    Discover millions of free vectors on Freepik Explore a vast collection of diverse, high-quality vector files in endless styles Find the perfect vector to enhance your creative projects!
  • 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 () 函数查询。
  • Vector (mathematics and physics) - Wikipedia
    In mathematics, physics, and engineering, a Euclidean vector or simply a vector (sometimes called a geometric vector [1] or spatial vector [2]) is a geometric object that has magnitude (or length) and direction
  • C++ STL vector容器详解 - C语言中文网
    vector 常被称为 向量容器,因为该容器擅长在尾部插入或删除元素,在常量时间内就可以完成,时间复杂度为 O(1);而对于在容器头部或者中部插入或删除元素,则花费时间要长一些(移动元素需要耗费时间),时间复杂度为线性阶 O(n)。
  • C++ Vector(向量) - 菜鸟教程
    vector是C++标准模板库中的部分内容,它是一个多功能的,能够操作多种数据结构和算法的模板类和函数库。 vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放任意类型的动态数组,能够增加和压缩数据。





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