home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0366.lha / Makewords / AllPhoneWord.doc < prev    next >
Text File  |  1990-08-12  |  3KB  |  71 lines

  1. ¢1;33;40m
  2.                       A L L P H O N E W O R D v1.1
  3. ¢0;31;40m   
  4.    AllPhoneWord accepts telephone numbers and tries to make English words
  5.    from them by generating all possible letter combinations from the digits.
  6.  
  7.    AllPhoneWord is public domain and  may be freely distributed.
  8. ¢1;33;40m   
  9.    ------------- H O W  T O  U S E  A L L P H O N E W O R D ---------------
  10. ¢0;31;40m      
  11.    To run AllPhoneWord type "AllPhoneWord" at the CLI prompt, or double-click
  12.    its icon.
  13.    
  14.    A brief set of instructions will be displayed, and then a prompt for you
  15.    to enter 1 to 7 digits, as in part or all of a phone number.  Zero and one
  16.    are not accepted (there are no letters on the phone dial for 0 and 1);
  17.    If you enter more than seven digits or anything that is not a digit 2-9
  18.    then an appropriate message is displayed.
  19.    
  20.    If the phone number has ones or zeroes, then enter groups of the digits
  21.    other one and zero.  For example, if the number is 691-4567, then try
  22.    4567 (and maybe 69).  You should try grouping the seven digits in
  23.    different ways anyway, since two words might be found easier than
  24.    big one.  For example if the number is 234-5678, you could try
  25.  
  26.                 23 & 45678,
  27.                 234 & 5678,
  28.                 2345 & 678,
  29.                 23456 & 78,
  30.                 2345678.
  31.  
  32.    If you do a group of three digits and a group of four, you will only
  33.    have to inspect 91 "words", whereas if you enter a seven-digit number
  34.    all at once you will be presented with 2,187 possible "words".
  35.    
  36.    After you enter the 1-7 digits a list of all possible "words" will be
  37.    displayed.  If there is more than one screenful of "words" there will
  38.    be a pause and prompt at the bottom of the screen.  After all "words"
  39.    have been displayed you will be prompted for a new set of 1-7 digits.
  40.    
  41.    When you get the prompt for 1-7 digits you may press <RETURN> without
  42.    typing any preceeding characters to quit.
  43.  
  44.    NOTE:  There are 2187 different "words" for seven digits, so be prepared
  45.    to see them all.  You can type ^C and <RETURN> to escape a long list
  46.    but that will cause AllPhoneWord to exit.
  47.    
  48.    Do not RUN AllPhoneWord, as in "RUN AllPhoneWord", because it won't work.
  49.  
  50. ¢1;33;40m   
  51.    -------------- H O W  A L L P H O N E W O R D  W O R K S ----------------
  52. ¢0;31;40m      
  53.    AllPhoneWord was programmed in Manx Aztec C using recursion to generate
  54.    a variable number of nested 'for' loops, where the number of nested 'for' 
  55.    loops depends on the number of digits entered.
  56. ¢1;33;40m   
  57.    -------------------------- W H O  D I D  I T ----------------------------
  58. ¢0;31;40m      
  59.                                 Ron Charlton
  60.                              9002 Balcor Circle
  61.                              Knoxville, TN 37923
  62.    
  63.                              Phone: (615)694-0800
  64.    
  65.                               PLINK: R*CHARLTON
  66.                            BINTNET: charltr@utkvx1
  67.  
  68.                                  05-Jul-90
  69.  
  70.  
  71.