Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~582 People Reached
Favorite Tags
Member Avatar for mostafanageeb

I am now making the huffman algorithm. I have generated the tree but I cannot generate the codes.. please if anyone can help tell me how? [B]This is the class Node[/B] [CODE] public class Node { private Node left=null; private Node right = null; private Node parent = null; boolean …

Member Avatar for hasanabada
0
105
Member Avatar for mostafanageeb

I am Making an implementation to the lz77 compression algorithm, but I couldn't calculate the offset, pleasei f someone can help tell me, [CODE] public class Main3 { public static void main(String[] args) { StringBuffer input = new StringBuffer("ADABRARRARRAD"); StringBuffer toBe = new StringBuffer(input); StringBuffer done = new StringBuffer(""); String …

0
127
Member Avatar for mostafanageeb

Please how to get a specified data from a file?? in java and what is the substitution of the seek function in java??? I need information Thanks

Member Avatar for kvprajapati
0
87
Member Avatar for mostafanageeb

Please I am now making a project using C# and I want to connect to a database how to do this using visual studio 6? Thanks

Member Avatar for Poojasrivastava
0
108
Member Avatar for mostafanageeb

I am now making a content management system for my site and I made a form that adds a new task to the database but I want this form to enable multiple users to this task I user select tag and allowed multiple choice but when I click submit I …

Member Avatar for cwarn23
0
59
Member Avatar for mostafanageeb

Assume you have a hard disk with the following specs: • Has 4 platters • Has 4096 tracks per platter surface • Has 512 sectors per track • Has 256 bytes per sector • Rotates at 8,00 rpm • Average seek time: 4 msec Write a program that roughly simulates …

Member Avatar for mvmalderen
-1
96