vector-like
Смотреть что такое "vector-like" в других словарях:
Vector Prime (Transformers) — Vector Prime is a fictional character from the toyline, animated series and comics.Transformers: CybertronTransformers character name = Vector Prime caption = Knight Warrior of Cybertron and Defender of Spacetime affiliation =Autobot subgroup =… … Wikipedia
Vector synthesis — is a type of audio synthesis introduced by Sequential Circuits in the Prophet VS synthesizer during 1986. The concept was subsequently used by Yamaha in the SY22/TG33 and similar instruments and by Korg in the Wavestation. Vector synthesis… … Wikipedia
Vector game — refers to any video game that uses a vector graphics display. This means, instead of drawing the image by pixels, the image is projected by an electron beam, drawing lines like a laser show.Many early arcade games used such displays, as they were … Wikipedia
Vector-field consistency — [ designation coined by L. Veiga. ] is a consistency model for replicated data (e.g., objects), described in the paper by cite paper | author=Nuno Santos, Luís Veiga, Paulo Ferreira | date=2007 | title=Vector Field Consistency for Adhoc Gaming|… … Wikipedia
Vector 13 — is a 2000 AD comic strip which featured the eponymous agency setup to investigate anomalous phenomena and conspiracy theories. It was influenced by The X Files (which was at the height of its popularity at the time) and other events like the 1995 … Wikipedia
Vector notation — This page is an overview of the common notations used when working with vectors, which may be spatial or more abstract members of vector spaces.The common typographic convention for representing a vector is upright boldface type, as in v for a… … Wikipedia
Vector space — This article is about linear (vector) spaces. For the structure in incidence geometry, see Linear space (geometry). Vector addition and scalar multiplication: a vector v (blue) is added to another vector w (red, upper illustration). Below, w is… … Wikipedia
Vector graphics — This article is about computer illustration. For other uses, see Vector graphics (disambiguation). Example showing effect of vector graphics versus raster graphics. The original vector based illustration is at the left. The upper right image… … Wikipedia
Vector processor — A vector processor, or array processor, is a CPU design where the instruction set includes operations that can perform mathematical operations on multiple data elements simultaneously. This is in contrast to a scalar processor which handles one… … Wikipedia
Vector bundle — The Möbius strip is a line bundle over the 1 sphere S1. Locally around every point in S1, it looks like U × R, but the total bundle is different from S1 × R (which is a cylinder instead). In mathematics, a vector bundle is a… … Wikipedia
Vector (STL) — Vectors (or std::vector) are a C++ implementation of the dynamic array data structure. Their interface emulates the behavior of a C array (i.e., capable of fast random access) but with the additional ability to automatically resize itself when… … Wikipedia