1. 30 8月, 2004 1 次提交
  2. 19 7月, 2004 1 次提交
  3. 01 7月, 2004 1 次提交
  4. 28 5月, 2004 1 次提交
  5. 06 5月, 2004 1 次提交
  6. 28 4月, 2004 1 次提交
  7. 07 2月, 2004 1 次提交
  8. 20 1月, 2003 1 次提交
  9. 17 1月, 2003 1 次提交
  10. 03 1月, 2003 2 次提交
  11. 23 12月, 2002 1 次提交
  12. 21 12月, 2002 1 次提交
  13. 15 12月, 2002 1 次提交
  14. 03 12月, 2002 1 次提交
    • R
      I think I got it now. Apparently, the case of having to shift down · 6ab285bf
      Richard Levitte 提交于
      the divisor was a bit more complex than I first saw.  The lost bit
      can't just be discarded, as there are cases where it is important.
      For example, look at dividing 320000 with 80000 vs. 80001 (all
      decimals), the difference is crucial.  The trick here is to check if
      that lost bit was 1, and in that case, do the following:
      
      1. subtract the quotient from the remainder
      2. as long as the remainder is negative, add the divisor (the whole
         divisor, not the shofted down copy) to it, and decrease the
         quotient by one.
      
      There's probably a nice mathematical proof for this already, but I
      won't bother with that, unless someone requests it from me.
      6ab285bf
  15. 02 12月, 2002 2 次提交
  16. 01 12月, 2002 2 次提交
  17. 30 7月, 2001 1 次提交
  18. 23 6月, 2001 1 次提交
  19. 11 6月, 2001 1 次提交
  20. 31 5月, 2001 1 次提交
  21. 29 5月, 2001 1 次提交
  22. 15 5月, 2001 1 次提交
  23. 28 3月, 2001 1 次提交
  24. 09 3月, 2001 1 次提交
  25. 15 12月, 2000 1 次提交
  26. 07 12月, 2000 1 次提交
  27. 06 12月, 2000 2 次提交
  28. 23 11月, 2000 1 次提交
  29. 22 11月, 2000 1 次提交
  30. 27 9月, 2000 1 次提交
  31. 18 9月, 2000 1 次提交
  32. 13 3月, 2000 1 次提交
  33. 27 2月, 2000 1 次提交
  34. 03 11月, 1999 1 次提交
  35. 25 8月, 1999 1 次提交
  36. 30 7月, 1999 1 次提交