home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / b / binprolog / !BinPro330 / progs / INDEX < prev    next >
Encoding:
Text File  |  1994-04-21  |  1.3 KB  |  31 lines

  1.  
  2. allperms.pl: permutation benchmarks with findall
  3. bfmeta.pl:   breadth-first metainterpreter
  4. bp.pl:       float intensive neural net learning by backpropagation
  5. cal.pl:      calendar: computes the last 10000 fools-days
  6. fcal.pl:     calendar: with floats
  7. chat.pl:     CHAT parser
  8. choice.pl:   Choice-intensive ECRC benchmark
  9. cnrev.pl:    nrev with ^/2 as a constructor instead of ./2
  10. cube.pl:     E. Tick's benchmark program
  11. fibo.pl:     naive fibonacci
  12. ffibo.pl:    naive fibonacci with floats
  13. hello.pl:    example program to create standalone Unix application
  14. knight.pl:   knight tour to cover a chess-board (uses the bboard)
  15. lknight.pl:  knight tour to cover a chess-board (uses the lists)
  16. ltak.pl:     tak program with lemmas
  17. lfibo.pl:    fibo program with lemmas
  18. lq8.pl :     8 queens using global logicl variables
  19. maplist.pl:  fast findall based maplist predicate
  20. nrev.pl:     naive reverse
  21. nrev30.pl:   small nrev benchmark to reconsult for the meta-intepreter
  22. or.pl:       or-parallel simulator for binary programs (VT100)
  23. other_bm*:   benchmark suite to compare Sicstus, Quintus and BinProlog
  24. puzzle.pl:   king-prince-queen puzzle
  25. q8.pl:       fast N-queens
  26. qrev.pl:     quick nrev using builtin det_append/3
  27. subset.pl:   findall+subset
  28. tetris.pl:   tetris player (VT100)
  29.  
  30. bb.pl: BinProlog compatibility package for other Prologs
  31.