Similar Topics
Keywords :
Algorithms Languageless- An Absolute Basic Guide To Algorithms For Dummies
- (1)
- CS Engineers = Programming Engineers?
- Should CS Engineers be qualified to program algorithms? (7)
Hi there, I would like to start a topic, which probably would be controversial, about whether the
Computer Sciences Engineers (I mean at the University) should be taught to program or not. This is a
fact that has been around inside my mind for long time. I think CS-Engs. should have knowledge
about general programming methodology, but we (yes, I am a CS-Eng.) are not supposed to be just
programmers... we are data/system/program analysts, designers, etc. I just cannot imagine an
Architect in a building work, preparing the concrete mixture and putting the tiles, etc. Th...
Encryption Algorithms
- (3)
I think this is in the correct forum. This includes various encryption algorithms, could come in
useful if you want to see how the different algorithms work etc. These are all class modules. -
Encryption Algorithms RC4 - Download Blowfish - Download Gost - Download TEA - Download
Twofish - Download DES - Download Skipjack - Download Rijndael - Download Serpent -
Download - Hash Algorithms MD5 - Download SHA - Download - Compression Huffman - Download
Example code on how to work them (using RC4, this will be the exact same as any other algori...
Interested In Compression Algorithms?
- Here you have a cute code! (5)
That's a compressor i made during my university practical lessons on information theory,
it's a text compressor, it's only usefull for texts containing only vocals, but it can
easily be adapted for the whole alphabet ^^... Good luck with the comment translation!! (Catalan
and Spanish...) #include #include #include //En argv tenemos: (1)selector de
compresion/descompresion (2)Tabla de frecuencias (3)Fichero de simbolos // (4)Fichero de salida int
treureDigitsCodificacio (int*,int*,FILE*,FILE*,int*,int*); void calcularAltBaix
(int*,int*,int*,int,FILE*...
Looking for Algorithms, (Languageless)