⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources.cm

📁 这是我们参加06年全国开源软件的竞赛作品
💻 CM
字号:
(* sources.cm * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * COPYRIGHT (c) 1999 Bell Labs, Lucent Technologies. * * sources file for the CML library. *)Library(** CML specific modules **)  signature MULTICAST  signature SIMPLE_RPC  signature TRACE_CML  structure Multicast  structure SimpleRPC  structure TraceCML(** Modules inherited from the SML/NJ Util Library **)  signature ARRAY_SORT  signature ATOM  signature BIT_ARRAY  signature BIT_VECTOR  signature CHAR_MAP  signature DYNAMIC_ARRAY  signature FIFO  signature FORMAT  signature GRAPH_SCC  signature HASH_KEY  signature HASH_TABLE  signature INT_INF  signature IO_UTIL		(* copied to avoid typing problems *)  signature GET_OPT  signature LIB_BASE  signature LIST_FORMAT  signature LIST_SORT  signature LIST_XPROD  signature MONO_ARRAY_SORT  signature MONO_DYNAMIC_ARRAY  signature MONO_HASH_TABLE  signature MONO_HASH2_TABLE  signature ORD_KEY  signature ORD_MAP  signature ORD_SET  signature PARSER_COMB  signature PATH_UTIL  signature PROP_LIST  signature QUEUE  signature RAND  signature RANDOM  signature SCAN  signature SPLAY_TREE  signature UREF  structure ArrayQSort  structure Atom		(* reimplemented *)  structure AtomBinaryMap		(* to be removed *)  structure AtomBinarySet		(* to be removed *)  structure AtomRedBlackMap  structure AtomRedBlackSet  structure AtomMap  structure AtomSet  structure AtomTable  structure BitArray(****  structure BitVector****)  structure CharMap  structure DynamicArray  structure Fifo  structure Format  structure HashString  structure HashTable  structure IntBinaryMap  structure IntBinarySet  structure IntHashTable  structure IntInf  structure IntListMap  structure IntListSet  structure IntRedBlackMap  structure IntRedBlackSet  structure IOUtil		(* copied to avoid typing problems *)  structure GetOpt  structure LibBase  structure ListFormat  structure ListMergeSort  structure ListXProd  structure ParserComb  structure PathUtil  structure PropList  structure Queue  structure Rand  structure Random  structure Scan  structure SimpleURef  structure SplayTree(* structure TimeLimit *)	(* not applicable for CML *)  structure URef  structure WordHashTable  structure WordRedBlackMap  structure WordRedBlackSet  functor ArrayQSortFn  functor BSearchFn  functor BinaryMapFn  functor BinarySetFn  functor DynamicArrayFn  functor GraphSCCFn  functor HashTableFn  functor Hash2TableFn  functor KeywordFn  functor ListMapFn  functor ListSetFn  functor MonoArrayFn  functor RedBlackMapFn  functor RedBlackSetFn  functor SplayMapFn  functor SplaySetFn(** Modules from the SML/NJ Unix Library *)#if defined(OPSYS_UNIX)  signature UNIX_ENV  structure UnixEnv#endif(** Modules from the SML/NJ INet Library *)  signature SOCK_UTIL		(* copied to avoid typing problems *)  structure SockUtil		(* copied to avoid typing problems *)#if defined(OPSYS_UNIX)  signature UNIX_SOCK_UTIL  structure UnixSockUtil#endifis  smlnj-lib.cm#if defined(OPSYS_UNIX)  unix-lib.cm#endif  ../src/sources.cm  SMLNJ-Util/cml-atom.sml  SMLNJ-Util/atom-binary-map.sml  SMLNJ-Util/atom-binary-set.sml  SMLNJ-Util/atom-map.sml  SMLNJ-Util/atom-redblack-map.sml  SMLNJ-Util/atom-redblack-set.sml  SMLNJ-Util/atom-set.sml  SMLNJ-Util/atom-sig.sml  SMLNJ-Util/atom-table.sml  SMLNJ-Util/io-util.sml  SMLNJ-Util/io-util-sig.sml  SMLNJ-INet/sock-util-sig.sml  SMLNJ-INet/sock-util.sml#if defined(OPSYS_UNIX)  SMLNJ-INet/unix-sock-util.sml#endif   multicast-sig.sml  multicast.sml  trace-cml.cm		(* for trace-cml-sig.sml and trace-cml.sml *)  simple-rpc-sig.sml  simple-rpc.sml

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -