Archive for the 'interpreter' Category
04
May
08
CONVERSUB
03
May
08
HEXADECIMAL CONVERTER
This program reads a text file and displays the contents on screen in encrypted hexademal format.
It can also be used to decrypt hexadecimal format to human-readable format. author: ezequielher
You need set gcc on command line for compile: Download this Source Code
03
May
08
COMPILADOR
COMPILADOR is a compiler for arithmetic expressions. It consists of a lexical and syntactic analyzer for a matrix of precedence. This program will check if the expression is well formed and then evaluates it. author: ezequielher
Compile using command Makefile of Linux : Download this Source Code
02
May
08
Encryption
Encryption program that uses as a basis opposed to the letter of the alphabet. An example might be
Hello baby, how are you? = Svool yzyb, sld ziv blf?
You need use command gcc for compile this source. author: ezequielher
Show the original / encrypted Source Code

