Huffman code procedure without using in built functions
古いコメントを表示
Hello i want a code that generates a huffman procedure for symbols N(N<=1000) or more without using any built in functions like huffman hufflen anything like that. PLease can any one help me with that. I want in matlab
Also i need to convert a program from java to matlab is there any site which converts it? I will really appreciate your help thank you
回答 (1 件)
Walter Roberson
2013 年 5 月 26 日
0 投票
Did you try searching the File Exchange?
I have not heard of any program that converts java to MATLAB. You can call Java routines from within MATLAB.
6 件のコメント
faraz.a
2013 年 5 月 26 日
Walter Roberson
2013 年 5 月 26 日
Yes, I took that in class... let me see, I think it was 33 years ago. Or has it changed since 1952?
If you need a sample implementation in another language to spark ideas, then you can see (for example) here
Walter Roberson
2013 年 5 月 27 日
Did you follow the link I gave?
faraz.a
2013 年 5 月 28 日
Walter Roberson
2013 年 5 月 28 日
Your guess is wrong. The link I gave in reference to the sample implementations is to routines that do not use built-in huffman routines.
カテゴリ
ヘルプ センター および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!