Re: Garmin VISTA C, NMEA?



Jack wrote:
> There is one OTHER unit you should consider (mentioned early in this
> thread) the Garmin GPSmap 76C (or CS with the compass and altimeter)...
> The GPSmap 76C series contain tide tables where the 60C doesn't...

The tide tables work with the Map60 and 60c/cs as well as with the 76
series.

The 76series case is physically larger and therefore these will float
higher in the water (the 60 series just barely floats with typical
batteries). The other difference is that the 76c/cs have more memory
both for the basemap (13 MB vs. 8 MB) and downloadable memory (115 MB
vs. 56 MB) than the 60c/cs.

.



Relevant Pages

  • Be careful when using MMX or Float point instructions in Delphi 2007
    ... For example, FillChar uses ... FLD/FST to fill memory. ... and it also uses X87 instructions. ... There is nothing wrong for a procedure to use float instructions, ...
    (borland.public.delphi.non-technical)
  • Re: Is VC++ 6.0 faster than VC++ .Net and VC# .Net ?
    ... will result in a memory allocation in C# for each iteration but will simply ... result into the re-utilisation of an object allocated on the stack in the ... it's very easy in C++ to use or access unallocated memory or to forget to ... public float Length ...
    (microsoft.public.vstudio.general)
  • Re: Vector efficiency
    ... <float>.get(i) to retrieve each record versus aligning the data into an array declared as float, and noticed about 2x computational speed improvement. ... I guess there are a number of step performing a look up with vector has to do as opposed to simple addressing through an array. ... There's also the memory issue (c.f. another ... Expenditure of computer time is not the only ...
    (comp.lang.java.help)
  • Re: Basics on real floating types
    ... With memory at low, low prices it seem hard to come up with sensible reasons to prefer float over double for the vast majority of applications. ... I've just tested the overhead of adding one extra level of function call to a function. ...
    (comp.lang.c)
  • Re: Reading Float Data from a binary file into ada
    ... would interpret the binary data for processing? ... SUBTYPE s_float IS float; ... NEW Ada.Unchecked_Conversion(aFourBytes, s_float); ... Unchecked conversion is the preferred way of copying the memory image from ...
    (comp.lang.ada)