Глоссарий





Новости переводов

16 мая, 2024

Translating UMI-CMS based website

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Post-event

Глоссарий ИТ-терминов
    An asynchronous event whose handler runs only after the action that raised the event is complete.




Asynchronous, английский
  1. Lacking synchronization. in video, a signal is asynchronous when its timing

  2. Lacking synchronization. in video, a signal is asynchronous when its timing differs from that of the system reference signal. a foreign video signal is asynchronous before a local frame synchronizer treats it.

  3. Data that is transmitted without an associated clock signal. the time spacing between data characters or blocks may be of arbitrary duration. opposite of synchronous.

  4. Асинхронный

  5. Асинхронный. термин применяется к устройствам памяти, цикл обращения к которым состоит из стадий, имеющих разную длительность, что не позволяет оптимизировать совместную работу подсистемы памяти и процессора. в настоящее время происходит вытеснение асинхронных устройств синхронными.


After event, английский
    An asynchronous event whose handler runs only after the action that raised the event is complete. aftp (n)


Public key algorithm, английский
    An asymmetric cipher that uses two keys, one for encryption, the public key, and the other for decryption, the private key. as implied by the key names, the public key used to encode plaintext can be made available to anyone. however, the private key must remain secret. only the private key can decrypt the ciphertext. the public key algorithm used in this process is slow (on the order of 1,000 times slower than symmetric algorithms), and is typically used to encrypt session keys or digitally sign a message.