Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996.
  5. //
  6. // File: proxtab.cxx
  7. //
  8. //--------------------------------------------------------------------------
  9. #include <pch.cxx>
  10. #pragma hdrstop
  11. #include "proxcur.hxx"
  12. unsigned ProxDefault[PROX_MAX] = {
  13. 1000, 996, 986, 970, 948, 920, 886, 849, 807, 763,
  14. 716, 668, 618, 569, 520, 472, 425, 381, 339, 300,
  15. 263, 229, 199, 171, 146, 124, 105, 88, 73, 60,
  16. 49, 40, 32, 26, 21, 16, 13, 10, 8, 6,
  17. 4, 3, 2, 2, 1, 1, 0, 0, 0, 0
  18. };
  19. /*
  20. x = 1000. * exp ( - n * n / 300.);
  21. 1000, **************************************************
  22. 996, *************************************************
  23. 986, *************************************************
  24. 970, ************************************************
  25. 948, ***********************************************
  26. 920, **********************************************
  27. 886, ********************************************
  28. 849, ******************************************
  29. 807, ****************************************
  30. 763, **************************************
  31. 716, ***********************************
  32. 668, *********************************
  33. 618, ******************************
  34. 569, ****************************
  35. 520, **************************
  36. 472, ***********************
  37. 425, *********************
  38. 381, *******************
  39. 339, ****************
  40. 300, ***************
  41. 263, *************
  42. 229, ***********
  43. 199, *********
  44. 171, ********
  45. 146, *******
  46. 124, ******
  47. 105, *****
  48. 88, ****
  49. 73, ***
  50. 60, ***
  51. 49, **
  52. 40, **
  53. 32, *
  54. 26, *
  55. 21, *
  56. 16,
  57. 13,
  58. 10,
  59. 8,
  60. 6,
  61. 4,
  62. 3,
  63. 2,
  64. 2,
  65. 1,
  66. 1,
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. */