home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D4 / ESBRTNS.ZIP / ESBRtns.txt < prev   
Text File  |  1998-09-02  |  3KB  |  82 lines

  1. ESB Routine Collection v1.2
  2.  
  3. by    Glenn Crouch esb@gold.net.au
  4.  
  5.     (c) 1997-1998     ESB Consultancy
  6.             PO Box 2259
  7.             Boulder WA 6432
  8.             AUSTRALIA
  9.             http://www.gold.net.au/~esb
  10.  
  11. The aim of this code is to provide extra routines to those supplied
  12. with SysUtils. Routines included cover:
  13.  
  14.     - 32-Bit and 16-bit Bit Lists
  15.     - Block Operations
  16.     - various String Routines and Conversions
  17.  
  18. Code is Delphi 3 and 4 checked but should also work fine in Delphi 2.
  19. There are some Delphi 4 specific enhancements.
  20.  
  21. The Help File has been produced with a pre-release Time2Help,
  22. so this is still a work in progress. I recommened that you
  23. check out this tool at: http://www.time2help.com
  24.  
  25. You are free to use the code as you see fit, however an
  26. Email or Postcard would be nice, as would a reference to
  27. our web site included on our web site or in your docs.
  28. Though none of this is obligatory.
  29.  
  30. ESB Consultancy makes no guarantees regarding the capabilities
  31. nor the "Safeness" of this code. It is free after all,
  32. so you take all the risks :-)
  33.  
  34. ESB Consultancy makes no promise of support for this code,
  35. however we are happy to receive Email comments
  36.  
  37. Version History:
  38.  
  39. 1.2 2 Sep 1998
  40.         - Delphi 4 Support Added
  41.         - Comments changed to be Time2Help compliant
  42.     - Help File Added
  43.     - Max/Min of Data types removed as High/Low should be used
  44.     - Byte2Str removed as LInt2Str can be used in it's place
  45.         - Added String To Integer conversions for Smallint,
  46.                LongWord(D4) and Int64(D4)
  47.  
  48. 1.1        14-Nov-97    Added 32-Bit Bit Lists
  49.  
  50. 1.0        15-Aug-97    Initial Release
  51.  
  52. Other Products
  53. ==============
  54.  
  55. ESBMaths
  56. ========
  57.  
  58. Collection of Maths and Stats Routines. Freeware. Includes full Source.
  59.  
  60. ESB PDF Analysis
  61. ================
  62.  
  63. Provides everything needed for using Discrete & Continuous Probability
  64. Distributions in a single application. Most Tables and supplied functions
  65. (such as in MS Excel) give P(X <= A) and using algebra other results can
  66. be found whereas ESB PDF Analysis handles all the Probability combinations
  67. for you.
  68.  
  69. Features include: Binomial, Poisson, Normal, and Student t Distributions;
  70. Inverses of the Normal Distribution; Lists of Binomial Coefficients, 
  71. Factorials,  Permutations; Fully Customisable; Integrated Help System 
  72. which includes a Tutorial. 
  73.  
  74. We also plan on adding many more Distributions and features. Ideal for the 
  75. Maths/Stats Student who wishes to understand Probability Distributions
  76. better, as well as the Maths Buff who wants a well designed calculating 
  77. tool.
  78.  
  79. We intend to develop a suite of Statistical Packages, with the next one
  80. under development concentrating on Hypothesis Analysis.
  81.  
  82. Fully Functional Trial version available from our web site.