Search found 8 matches

by tomas498
Thu Dec 15, 2011 9:45 am
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

caracas can you put some comments to every part of your script? i must describe it to my professor and i don't want to be confused :D many thanks!
by tomas498
Thu Dec 08, 2011 7:29 pm
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

its in many programming languages but VBS is missing..
by tomas498
Thu Dec 08, 2011 7:27 pm
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

great job caracas :) i haven't got that Huffman tree but here is the link with Huffman Coding/decoding..i hope it helps you :)) many thanks :)

http://rosettacode.org/wiki/Huffman_coding#Objective-C
by tomas498
Wed Nov 30, 2011 2:03 pm
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

thanks Caracas :wink:
by tomas498
Wed Nov 30, 2011 12:34 pm
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

ok so again :) it doesnt matter if it will be PAC file or anything else :) first script will encode ASCII text from external TXT file to other external file (For example .PAC or .TXT ,it doesnt matter which extension it will be) using Huffman tree. and second script will decode encoded file using Hu...
by tomas498
Wed Nov 30, 2011 11:13 am
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

yes :) in one file (.TXT) will be some text and that script will encode/decode it using Huffman tree to another file (.PAC) :) i hope you understand ..my english isnt so good :/
by tomas498
Wed Nov 30, 2011 10:45 am
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

Caracas i need compression/decompression of text using static Huffman coding ..

...first script will compress text(from external .txt file) to PAC file using huffman coding and second script will decompress it :) (.PAC to .TXT) ...and of course it should be done in VBScript :) thanks for any help :(
by tomas498
Tue Nov 29, 2011 10:42 pm
Forum: Developer's Heaven
Topic: Decode Bard's Tale Huffman files
Replies: 31
Views: 27085

hi :) i would be very grateful if someone could help me with this :/

i need to make something like this for my homework:

Compression/Decompression script using Huffman coding.

1. script) From .TXT(ascii) to .PAC file
2. script) From .PAC file to .TXT(ascii)

I hope someone help me :(