Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 4 - Lossy (Part 3)
Date: Mon Oct 22 2001 10:35 am
Author: Douglas, Keith <kdouglas@andrew.cmu.edu>
Subject: Re: bad instructions: 1D array vs. 3D array

The dimensions of the array are for the programmer's convience. Remember that the computer's (or java VM's, in this case) memory is "flat." When we worked on our lossy implementation, I found it easier to think in terms of a 128*128*3, so I wrote it that way. But one can of course do it flat as well ...

Post response

Go to the previous messageGo to the following message
Current Thread Detail:
bad instructions: 1D array vs. 3D array      Chen, Richard      Mon Oct 22 2001 1:32 am       
Re: bad instructions: 1D array vs. ...      Lee, Charles C.      Mon Oct 22 2001 1:52 am       
Re: bad instructions: 1D array v...      Douglas, Keith      Mon Oct 22 2001 10:35 am       
Re: bad instructions: 1D arra...      White, David      Mon Oct 22 2001 1:17 pm       
Re: bad instructions: 1D a...      Lee, Charles C.      Mon Oct 22 2001 5:22 pm       

Back to previous screen