-
1 state machine
automat stanówmaszyna stanów -
2 state machine
automat stanówmaszyna stanówEnglish-Polish dictionary of Electronics and Computer Science > state machine
-
3 state machine diagram
ostate diagramstate diagramEnglish-Polish dictionary for engineers > state machine diagram
-
4 state machine diagram
ostate diagramstate diagramEnglish-Polish dictionary of Electronics and Computer Science > state machine diagram
-
5 finite state machine
automat o skończonej liczbie stanówautomat skończonyEnglish-Polish dictionary for engineers > finite state machine
-
6 finite state machine
automat o skończonej liczbie stanówautomat skończonyEnglish-Polish dictionary of Electronics and Computer Science > finite state machine
-
7 develop
[dɪ'vɛləp] 1. vtbusiness, idea rozwijać (rozwinąć perf); land zagospodarowywać (zagospodarować perf); resource wykorzystywać (wykorzystać perf); ( PHOT) wywoływać (wywołać perf); disease dostawać (dostać perf) +gen, nabawić się ( perf) +gen2. vi(advance, evolve) rozwijać się (rozwinąć się perf); ( appear) występować (wystąpić perf), pojawiać się (pojawić się perf)to develop a taste for sth — nabierać (nabrać perf) upodobania do czegoś, zasmakować ( perf) w czymś
to develop into — rozwijać się (rozwinąć się perf) w +acc
* * *[di'veləp]past tense, past participle - developed; verb1) (to (cause to) grow bigger or to a more advanced state: The plan developed slowly in his mind; It has developed into a very large city.) rozwijać się2) (to acquire gradually: He developed the habit of getting up early.) nabywać3) (to become active, visible etc: Spots developed on her face.) rozwijać się, uwidaczniać się4) (to use chemicals to make (a photograph) visible: My brother develops all his own films.) wywoływać• -
8 expectation
[ɛkspɛk'teɪʃən]noczekiwanie ntagainst/contrary to all expectation(s) — wbrew (wszelkim) oczekiwaniom
to come/live up to sb's expectations — spełniać (spełnić perf) czyjeś oczekiwania
* * *[ekspek-]1) (the state of expecting: In expectation of a wage increase, he bought a washing-machine.) przewidywanie2) (what is expected: He failed his exam, contrary to expectation(s); Did the concert come up to your expectations?) oczekiwanie -
9 motion
['məuʃən] 1. n(movement, gesture) ruch m; ( proposal) wniosek m; ( BRIT) (also: bowel motion) ( act) wypróżnienie nt; ( faeces) stolec m2. vt, vito motion (to) sb to do sth — skinąć ( perf) na kogoś, żeby coś zrobił
to be in motion — vehicle być w ruchu
to set in motion — machine uruchamiać (uruchomić perf); process nadawać (nadać perf) bieg +dat
he went through the motions of clapping — udawał, że klaszcze
* * *['məuʃən] 1. noun1) (the act or state of moving: the motion of the planets; He lost the power of motion.) ruch2) (a single movement or gesture: He summoned the waiter with a motion of the hand.) ruch3) (a proposal put before a meeting: She was asked to speak against the motion in the debate.) wniosek2. verb(to make a movement or sign eg directing a person or telling him to do something: He motioned (to) her to come nearer.) skinąć- motion picture
- in motion -
10 rest
[rɛst] 1. n 2. vi 3. vtto rest sth on/against sth — opierać (oprzeć perf) coś na czymś/o coś
to rest on sth ( lit, fig) — opierać się (oprzeć się perf) na czymś
to put/set sb's mind at rest — uspokoić ( perf) kogoś
to come to rest — zatrzymać się ( perf), znieruchomieć ( perf)
to lay sb to rest — składać (złożyć perf) kogoś na wieczny spoczynek
to rest one's eyes/gaze on sth — zatrzymywać (zatrzymać perf) wzrok na czymś
to let the matter rest — dawać (dać perf) sprawie spokój
rest assured that … — bądź pewny or spokojny, że…
I won't rest until … — nie spocznę, dopóki…
may he/she rest in peace — niech spoczywa w pokoju
* * *I 1. [rest] noun1) (a (usually short) period of not working etc after, or between periods of, effort; (a period of) freedom from worries etc: Digging the garden is hard work - let's stop for a rest; Let's have/take a rest; I need a rest from all these problems - I'm going to take a week's holiday.) odpoczynek2) (sleep: He needs a good night's rest.) spoczynek3) (something which holds or supports: a book-rest; a headrest on a car seat.) podpórka4) (a state of not moving: The machine is at rest.) spoczynek2. verb1) (to (allow to) stop working etc in order to get new strength or energy: We've been walking for four hours - let's stop and rest; Stop reading for a minute and rest your eyes; Let's rest our legs.) odpoczywać2) (to sleep; to lie or sit quietly in order to get new strength or energy, or because one is tired: Mother is resting at the moment.) odpoczywać, dać odpocząć3) (to (make or allow to) lean, lie, sit, remain etc on or against something: Her head rested on his shoulder; He rested his hand on her arm; Her gaze rested on the jewels.) opierać (się), spoczywać4) (to relax, be calm etc: I will never rest until I know the murderer has been caught.) spocząć5) (to (allow to) depend on: Our hopes now rest on him, since all else has failed.) opierać się6) ((with with) (of a duty etc) to belong to: The choice rests with you.) należeć•- restful- restfully
- restfulness
- restless
- restlessly
- restlessness
- rest-room
- at rest
- come to rest
- lay to rest
- let the matter rest
- rest assured
- set someone's mind at rest II [rest]- the rest
См. также в других словарях:
state machine — noun A formalism for describing computation, consisting of a set of states and a transition function describing when to move from one state to another. This algorithm will produce a state machine for parsing a given context free grammar. See Also … Wiktionary
State machine replication — Introduction from Schneider s 1990 survey: : Distributed software is often structured in terms of clients and services. Each service comprises one or more servers and exports operations that clients invoke by making requests. Although using a… … Wikipedia
Finite-state machine — State machine redirects here. For infinite state machines, see State transition system. For fault tolerance methodology, see State machine replication. SFSM redirects here. For the Italian railway company, see Circumvesuviana. A finite state… … Wikipedia
state machine — … Useful english dictionary
Finite state machine — A finite state machine (FSM) or finite state automaton (plural: automata ) or simply a state machine, is a model of behavior composed of a finite number of states, transitions between those states, and actions. A finite state machine is an… … Wikipedia
Nondeterministic finite-state machine — In the theory of computation, a nondeterministic finite state machine or nondeterministic finite automaton (NFA) is a finite state machine where for each pair of state and input symbol there may be several possible next states. This distinguishes … Wikipedia
Deterministic finite-state machine — An example of a Deterministic Finite Automaton that accepts only binary numbers that are multiples of 3. The state S0 is both the start state and an accept state. In the theory of computation and automata theory, a deterministic finite state… … Wikipedia
Nondeterministic finite state machine — In the theory of computation, a nondeterministic finite state machine or nondeterministic finite automaton (NFA) is a finite state machine where for each pair of state and input symbol there may be several possible next states. This distinguishes … Wikipedia
Event-driven finite state machine — In computation, a finite state machine (FSM) is event driven if the creator of the FSM intends to think of the machine as consuming events or messages. This is in contrast to the parsing theory origins of the term finite state machine where the… … Wikipedia
Virtual finite state machine — The virtual finite state machine (VFSM) is a concept promoted by [http://www.stateworks.com SW Software] and implemented in their StateWORKS product. A VFSM is a finite state machine (FSM) defined in a virtual environment. The VFSM concept… … Wikipedia
Extended finite state machine — In a conventional finite state machine, the transition is associated with a set of input Boolean conditions and a set of output Boolean functions. In an extended finite state machine (EFSM) model, the transition can be expressed by an “if… … Wikipedia