HAMMING_CODE_CALCULATOR
# PROJE GENEL ÖZET
HTML CSS JS(JAVASCRİPT) Kullanılarak, js içinde herhangi bir hazır kütüphane olmayan ,temelde 3 button ile iletişim kurularak oluşturulmuş basit hesaplayıcı.
Simple calculator created by using HTML CSS JS (JAVASCRİPT), without any ready library in js, basically communicating with 3 buttons.
"
proje dosyası indirildikten sonra index.html dosyası bilgisayarınızda tercih etttiğiniz herhangi bir browser ile çalıştırabilirsiniz .
yandaki buttonlar ile uygun bitlik veri girişi sağlanır.
oluşan tablo parity bitleri hesaplanmış ve uygun hücreye yerleştirilmiş olarak getirilir.
hatalı veri girişi saglanır.
hatalı bit alert ile kullanıcıya gösterilir.
After the project file is downloaded, you can run the index.html file on your computer with any browser you prefer.
Appropriate bit data entry is provided with the buttons on the side.
The resulting table is returned with the parity bits calculated and placed in the appropriate cell.
incorrect data entry is provided.
The wrong bit is displayed to the user with an alert.
Hatalı bit renklendirilerek tabloda gösterilebilir.
Hatalı veri girişi daha kullanıcı dostu olabilir.
Girilen tex için boyutu anlık gösterilebilir.
The faulty bit can be colored and shown in the table.
Incorrect data entry can be more user friendly.
The size for the entered tex can be displayed instantaneously.
1-Uygun bıtlık veri gırışı buttuonlar ve text box ile saglandı.
2-Alınan verinin parity bitleri bulundu.
3-Değer ve parity bileri tabloda uygun şekilde gösterildi.
4-Hatalı veri girisi saglandı.
5- hatalı gırısin parity bitleri bulundu.
6- 2. ve 5. adımdakı parity bitleri exor işlemine tabi tutuldu.
7- exor dan üretilen sonuc decimal degere dönüştürülerek kullanıcıya alert penceresinde gösterildi.
8- en son elde edilen tablonun ilgili biti yanlıs(1 ise 0 , o ise 1 ) olarak gözterildi.
1-Appropriate bit data entry is provided with buttons and text box.
2-Parity bits of the received data were found.
3-Value and parity values are shown in the table accordingly.
4-Incorrect data entry was provided.
5- faulty gyris parity bits found.
6- The parity bits in the 2nd and 5th steps were exorated.
7- The result produced from exor was converted to decimal value and displayed to the user in the alert window.
8- The relevant bit of the last obtained table is displayed as false(0 if 1, 1 if it is).