Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zmreact authored Dec 21, 2017
1 parent 9847253 commit bafb270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# cc_edcoder RU
cc_edcoder - Кодер/декодер циклических кодов и генератор шума, реализующий процессы кодирования/декодирования исходных данных кодом Хэмминга (7, 4) и внесения ошибок в виде 3-х отдельных независимых приложений, использующих экземпляр класса QSharedMemory в качестве симулятора канала связи с ВРК (TDMA).
cc_edcoder - Кодек циклических кодов и генератор шума, реализующий процессы кодирования/декодирования исходных данных кодом Хэмминга (7, 4) и внесения ошибок в виде 3-х отдельных независимых приложений, использующих экземпляр класса QSharedMemory в качестве симулятора канала связи с ВРК (TDMA).

## Компоненты:

Expand Down Expand Up @@ -28,7 +28,7 @@ memory_cleaner - Очиститель QSharedMemory (в Windows реализац
Библиотеку QtCore необходимо установить.

# cc_edcoder EN
cc_edcoder - Cyclic code encoder/decoder and noise generator that implements encoding/decoding of (7, 4) Hamming codes and error insertion processes as 3 separate independent applications that use instance of QSharedMemory class as TDMA data link simulator.
cc_edcoder - Cyclic code codec and noise generator that implements encoding/decoding of (7, 4) Hamming codes and error insertion processes as 3 separate independent applications that use instance of QSharedMemory class as TDMA data link simulator.

## Windows:
Libraries QtCore and Visual C++ Redistributable are needed to run applications.
Expand All @@ -42,4 +42,4 @@ Library QtCore is needed to run applications.

Compiled binaries with QtCore library are in bin/macOS. Libraries are needed to be installed.

QtCore library is needed to be installed.
QtCore library is needed to be installed.

0 comments on commit bafb270

Please sign in to comment.