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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
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 () 函数查询。
C++ STL vector容器详解 - C语言中文网 vector 容器是 STL 中最常用的容器之一,它和 array 容器非常类似,都可以看做是对 C++ 普通数组的“升级版”。 不同之处在于,array 实现的是静态数组(容量固定的数组),而 vector 实现的是一个动态数组,即可以进行元素的插入和删除,在此过程中,vector 会动态
Vector (STL) - 维基百科,自由的百科全书 設計 vector 定義於 <vector> 標頭檔中。 與其他STL元件一樣,vector 屬於std名稱空間。 vector是 C++標準程式庫 裡最基本的容器,大多數狀況下都很有效率。 vector設計之初即是為了改善C語言原生陣列的種種缺失與不便,而欲提供一種更有效、更安全的陣列。
矢量(计算机术语)_百度百科 矢量(英语:Vector),又称向量,是数学、物理学及计算机科学中的基础概念,指同时具有大小和方向的几何对象。 在物理学中描述位移、速度、力等量,数学中通过矢量空间进行抽象定义,计算机领域则指可无限放大不失真的矢量图形。