Search:

Type: Posts; User: Arthur Dent

Search: Search took 0.01 seconds.

  1. Thanks quzah - I have now solved the problem. I...

    Thanks quzah - I have now solved the problem. I will probably post a code snippet of my solution later.

    Thanks everyone.

    Arthur.
  2. Essentially the data format is obsolete, it was...

    Essentially the data format is obsolete, it was used on old IBM machines and some cray systems too. None of the data was ever supposed to be represented as ASCII so there are no ascii codes there.
    ...
  3. Sign Magnitude means that the first bit of the...

    Sign Magnitude means that the first bit of the high byte determines if the number is negative.

    The other 15 bits give the 'Magnitude' of the number.
    Examples:
    Byte1 Byte2
    0 0 ...
  4. Converting Sign Magnitude Integer Binary Files

    Hi All,

    I am having difficulty finding the right C code to convert a data file. I previously succeeded in converting this format using Python but to improve the speed and portability I now wish...
Results 1 to 4 of 4