home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------
- ; ATREE.DLL module definition file
- ;----------------------------------
-
- LIBRARY ATREE
-
- DESCRIPTION 'DLL for ATREE'
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE SINGLE
- HEAPSIZE 8192
- EXPORTS atree_create
- atree_init
- atree_print
- atree_eval
- atree_train
- atree_rand_walk
- atree_free
- bv_diff
- bv_create
- bv_pack
- bv_concat
- bv_copy
- bv_set
- bv_extract
- bv_equal
- bv_free
- bv_print
- WinMem_Malloc
- WinMem_Free
- Windows_Interrupt
- VerbosityWndProc
- WEP
-