-
141 test
1) испытание; испытания; проверка; контроль (см. тж testing) || испытывать; проверять; контролировать2) тест || тестировать3) стат. критерий•- actual value test
- ageing test
- alpha test
- basic test
- bench test
- benchmark test
- best unbiased test
- beta test
- bias test
- bit-stuck test
- boundary test
- busy test
- checkerboard test
- chi-square test
- class test
- compatibility test
- conditional test
- conditional-branching test
- content test
- count test
- crippled leapfrog test
- data measuring test
- delay test
- design acceptance test
- destructive test
- deterministic test
- diagnostic test
- dynamic test
- echo test
- engineering test
- environmental test
- evaluation test
- exchange test
- exhaustive test
- fault detection test
- formal test
- functional test
- function-independent test
- galloping 0's and 1's test
- galloping column test
- galwrec test
- high-low bias test
- impulse test
- in-house test
- in-process test
- inspection test
- integration test
- jerry-rigged test
- large-scale integration test
- leapfrog test
- leg test
- life test
- limit test
- link test
- logical relationship test
- longevity test
- long-term life test
- loop test
- loopback test
- LSI test
- march test
- marching ones and zeroes test
- marching ones and zeros test
- marginal test
- masest test
- maximum test
- model test
- multiple station test
- multithread test
- nondestructive test
- off-line test
- off-nominal tests
- one-shot tests
- one-sided test
- one-tailed test
- on-line test
- open test
- parameterized test
- path test
- pattern-sensitivity test
- penetration test
- perceptual test
- perimeter desturb test
- personality test
- ping-pong test
- preoperational test
- primary purpose test
- production acceptance test
- product-proof test
- program test
- qualification test
- read-margin test
- reasonableness test
- regression tests
- related transaction test
- reliability test
- remote test
- row disturb test
- sampling test
- screening test
- shifted diagonal test
- sign test
- significance test
- simulation test
- sliding-ONE test
- static test
- statistical test
- status test
- stress test
- suppression test
- system test
- temperature test
- test of grammaticality
- test of normality
- timing tests
- torture test
- total test
- trouble-shooting test
- truth-table test
- two-sample test
- two-tailed test
- volume test
- wafer test
- walking 1 test
- walking column testEnglish-Russian dictionary of computer science and programming > test
См. также в других словарях:
program loop — programos ciklas statusas T sritis automatika atitikmenys: angl. program cycle; program loop vok. Programmgang, m; Programmschleife, f; Programmzyklus, m rus. цикл программы, m; циклическая часть программы, f pranc. cycle de programme, m … Automatikos terminų žodynas
LOOP Barcelona — LOOP – THE PLACE FOR VIDEOART LOVERS is the annual meeting point in Barcelona for video art lovers around the world. The platform takes the form of Festival + Fair + Conferences. The LOOP Festival present works of 800 artists to 200.000 visitors… … Wikipedia
program — I noun 1. a series of steps to be carried out or goals to be accomplished (Freq. 106) they drew up a six step plan they discussed plans for a new bond issue • Syn: ↑plan, ↑programme • Derivationally related for … Useful english dictionary
program cycle — programos ciklas statusas T sritis automatika atitikmenys: angl. program cycle; program loop vok. Programmgang, m; Programmschleife, f; Programmzyklus, m rus. цикл программы, m; циклическая часть программы, f pranc. cycle de programme, m … Automatikos terminų žodynas
Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… … Wikipedia
loop — [luːp] noun [countable] 1. in the loop informal if a person is in the loop, he or she is one of the group of people who receive information about important subjects or who are involved in making important decisions 2. COMPUTING a set of commands… … Financial and business terms
loop — loop1 [lo͞op] n. [ME loup < Anglo N forms corresponding to ON hlaup, a leap, hlaupa, to run (akin to LEAP) > Dan løbe(knude), lit., running (knot)] 1. a) the more or less circular figure formed by a line, thread, wire, etc. that curves back … English World dictionary
Loop-invariant code motion — Loop invariant code in an imperative programming language consists of statements which could be moved to before the loop (if the loop always terminates), or after the loop, without affecting the semantics of the program. As a result it is… … Wikipedia
Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… … Wikipedia
Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… … Wikipedia
Loop variant — In computer science, a loop variant is a mathematical function defined on the state space of a computer program having the property that each iteration of a loop (given its invariant) strictly decreases its value with respect to a well founded… … Wikipedia