2D lookup table



If I want to store and fetch information from a matrix like structure
where the indexes of the matrix are not integers but other data
structures, how such thing can be done without a translation table?

Example:

If I have a list of doubles and I want to store a value per each pairs
of values
What is the best way to do this?


Thanks

.



Relevant Pages

  • Give Some real life Example using C# or Vc++ Acessing Xml data
    ... i want to real life example how to store and fetch information in Xml ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Storing array of double. There must be an easier way.
    ... You can use GetChunk & AppendChunk methods of Field (ADO) object. ... > I would like to gather a sample of data, which consists of 5,000 doubles. ... I would store the data in a single field in a database. ...
    (microsoft.public.data.ado)
  • RE: Converting text to a number in query
    ... you asked if I wanted this to store the info back into my table. ... "KARL DEWEY" wrote: ... A translation table will work for you. ... it won't populate. ...
    (microsoft.public.access.queries)
  • Re: DataType for storing pointlist (x,y,z)?
    ... Using vb6, ado, writing to mdb format ... If I want to store an array of 3 doubles, what would be best for the data ...
    (microsoft.public.vb.database.ado)
  • Re: about fwrite( )
    ... > thats mean if I want to store the file like this one (the integer is the no ... translation when writing to the file, ... if it was because of eof, then you have read the whole file. ... of course error checking needs to be added (use the return values ...
    (comp.lang.c)