Number Conversions
This is another one of my numerical analysis university assignments. It is an extension of binary to decimal conversion code. […]
This is another one of my numerical analysis university assignments. It is an extension of binary to decimal conversion code. […]
This is a Number Base Conversion Program written in C. It is designed to assist novice C programmers in understanding and implementing basic number base conversions. New C programmers can use this program as a reference to grasp fundamental concepts of number base conversions and modular programming in the C language.
This is a BASE85 Encoding Visual Basic class that expands the text to be encoded by 4:5 i.e. uses 5 ASCII characters to represent 4 bytes with 80% accuracy. Used in Postscript and PDF documents. Useful if binary data needs to be persisted in ASCII text.