-
1 binary source
English-German dictionary of Electrical Engineering and Electronics > binary source
-
2 Binary Source Archive
Programming: BSAУниверсальный русско-английский словарь > Binary Source Archive
-
3 entropy of a binary source
English-German dictionary of Electrical Engineering and Electronics > entropy of a binary source
-
4 binary information source
binary information source NRT binäre Informationsquelle f (Sonderfall der diskreten Informationsquelle; liefert 0 und 1)English-German dictionary of Electrical Engineering and Electronics > binary information source
-
5 source
1) источник2) отправитель (информации) -
6 source relation
-
7 binary voltage
English-Russian dictionary of Information technology > binary voltage
-
8 binary X-ray source
Астрономия: двойной рентгеновский источник -
9 binary symmetric source
генератор двоичных последовательностей с равномерным распределением единиц и нулейАнгло-русский словарь по компьютерной безопасности > binary symmetric source
-
10 binary true random source
Англо-русский словарь по компьютерной безопасности > binary true random source
-
11 binary radio source
-
12 binary X-ray source
рентгеновский источник двойной звезды, двойной рентгеновский источник -
13 X-ray source
1) Астрономия: компактный источник космического рентгеновского излучения2) Металлургия: источник рентгеновских лучей3) Метрология: рентгеновский излучатель -
14 x-ray source
1) Астрономия: компактный источник космического рентгеновского излучения2) Металлургия: источник рентгеновских лучей3) Метрология: рентгеновский излучатель -
15 Profiler Binary Input
File extension: PBI (MS Source Profiler)Универсальный русско-английский словарь > Profiler Binary Input
-
16 Profiler Binary Output
File extension: PBO (MS Source Profiler)Универсальный русско-английский словарь > Profiler Binary Output
-
17 Profiler Binary Table
File extension: PBT (MS Source Profiler)Универсальный русско-английский словарь > Profiler Binary Table
-
18 рентгеновский источник двойной звезды binary
Makarov: X-ray sourceУниверсальный русско-английский словарь > рентгеновский источник двойной звезды binary
-
19 compiled binary file
An Access 2007 database (.accdb) file with all modules compiled and all editable source code removed.ملف ثنائي تم تجميعه برمجيًا -
20 BSA
1) Компьютерная техника: Basic Service Area2) Американизм: Bad Scope Altogether, Bank Secrecy Act3) Военный термин: barracks store accountant, base subarea, basic standardization agreement, basic stock allowance, beach support area, brief stop for ammunition, brigade support area4) Техника: Bachelor of Agricultural Sciences, Bimetal Steel Aluminium, beam solid angle, beam steerable antenna, burst spectrum analyzer, bus state analyzer5) Сельское хозяйство: antibovine serum6) Шутливое выражение: Bigoted Scouts Of America7) Химия: Bi s-trimethylsilyl-acetamide8) Юридический термин: Bad Suspect Account, Better Send Assistance9) Фармакология: площадь поверхности тела (body surface area)10) Финансы: Baseline Security Assessment11) Грубое выражение: Bastard Stalled Again, Big Stupid Asses, Bloody Sore Arse, Bull Shit ARTIST, Bullshit Alliance12) Телекоммуникации: Basic Service Arrangement13) Сокращение: Bachelor of Scientific Agriculture, Bibliographical Society of America, Birmingham Small Arms, Bosnian Serb Army (Bosnia-Herzegovina), Botanical Society of America, Boy Scouts Association, Boy Scouts of America, Business Software Alliance (Association), Bilateral Steel Agreement, Bloody Sore Ass14) Университет: Baylor Student Association, Bendigo Student Association, Bengali Students Association, Black Student Association, Borneo Students Association15) Физиология: Bowel signs active16) Вычислительная техника: Backbone Service Area, Business Software Association, Ассоциация производителей программ для бизнеса, Союз производителей программ для бизнеса, Business Software Alliance (organization, Hersteller), business software alliance17) Литература: Best Speaker Award (Toastmasters)18) Нефть: bulk storage area19) Микробиология: бычий сывороточный альбумин20) Иммунология: Biomolecular Sequence Analysis21) Транспорт: Brake Slack Adjuster22) Фирменный знак: British Scrap Aluminum, British Small Arms, Business Services Associates23) СМИ: Britney Spears Archive24) Образование: basic skills agency ( UK)25) Программирование: Binary Source Archive, Branch And Save Address26) Химическое оружие: Buffer storage area27) Авиационная медицина: body surface area28) Макаров: bovine serum albumin29) Расширение файла: Archive format (BSArc archiver)30) Военно-политический термин: Bosnian-Serb Army31) Должность: Bachelor of Science In Accountancy, Bachelor of Science in Agriculture32) НАСА: Bottom Side Alignment
См. также в других словарях:
Binary Large Object — Binary Large Objects (BLOBs) sind große binäre Objekte wie Bild oder Audiodateien. Der Begriff wird häufig im Zusammenhang mit Open Source Projekten und Datenbanken benutzt. Freie Software und Open Source Projekte Im Rahmen des Open Source wird… … Deutsch Wikipedia
Source code escrow — means deposit of the source code of the software into an account held by a third party escrow agent. Escrow is typically requested by a party licensing software (the licensee), to ensure maintenance of the software. The software source code is… … Wikipedia
Binary delta compression — (BDC) is a technology used in software deployment for distributing patches. Explanation Downloading large amounts of data over the internet for software updates can induce high network traffic problems, especially when a network of computers is… … Wikipedia
Binary Format for Scenes — (BIFS) ist eine auf VRML97 basierende und in MPEG 4 part 11 (ISO/IEC 14496 11, „Szenenbeschreibung und Anwendungs Engine“) standardisierte Beschreibungssprache für zwei und dreidimensionale multimediale audiovisuelle interaktive Inhalte. Sie wird … Deutsch Wikipedia
Binary blob — In open source culture, binary blob is a pejorative term for an object file loaded into the kernel of a free or open source operating system without publicly available source code. The term is not usually applied to code running outside the… … Wikipedia
Binary star — For the hip hop group, see Binary Star (band). Hubble image of the … Wikipedia
Binary prefix — Prefixes for bit and byte multiples Decimal Value SI 1000 k kilo 10002 M mega … Wikipedia
Binary erasure channel — A binary erasure channel (or BEC) is a common communications channel model used in coding theory and information theory. In this model, a transmitter sends a bit (a zero or a one), and the receiver either receives the bit or it receives a message … Wikipedia
Binary-to-text encoding — A binary to text encoding is encoding of data in plain text. More precisely, it is an encoding of binary data in a sequence of ASCII printable characters. These encodings are necessary for transmission of data when the channel or the protocol… … Wikipedia
Binary search tree — In computer science, a binary search tree (BST) is a binary tree data structurewhich has the following properties: *each node (item in the tree) has a value; *a total order (linear order) is defined on these values; *the left subtree of a node… … Wikipedia
Binary file — binaries redirects here. For double stars, see Binary star. .bin redirects here. For The CD image format, see Disk image. A hex dump of the 318 byte Wikipedia favicon, or … Wikipedia