- NGUYEN KHAC NGUYEN KHANG https://github.com/nkhang
- NGUYEN THI NGAN KHANH https://github.com/ngankhanh98
- TA NGOC DUY KHOA https://github.com/tndkhoa0903
Email: nguyenkhacnguyenkhang@gmail.com
Release: Project1.exe works only on Windows 64-bit machines. Project provides:
-
-
-
- / big integer upto 128 bits
-
-
- operator and "&", or "|", xor "^", not "~"
- right shift ">>", left shift "<<"
- rol, ror
- convert big integer among binary, hexa, decimal types
- bug fixed
- Create an input file. E.g Input.txt
- Create an output file. E.g Output.txt
- Write Input.txt. 3.1. Open Input.txt with any text-editors 3.2. Write out what you want to calculate. E.g: 10 2 468465416548 //convert an interger from decimal to binary 10 457845 + 45374 //plus two integers 2 011001001 >> 4 //right-shift a binary number 4 bits 16 ror 45A54B //ror a hexa integer 3.3. See Output.txt for result
Thanks for using this program! OUR TEAM @ HCMUS