文件名称:erlang3
介绍说明--下载内容均来自于网络,请自行研究使用
1.Erlang二分搜索
从一个已排好序的列表中寻找是否包含某元素,返回true/false
2.为文本建立索引
给定一个由英文单词构成的文件,为文件中所有单词建立索引,记录每个单词出现的行号和每行出现的次数,并将索引存入一个文件。
-1.Erlang binary search from an already sorted list to find if a certain element, returns true/false 2. Establish a file index given by the English word composed of text, document indexing all words, each record line number and the number of words per line appears appears, and the index into a file.
从一个已排好序的列表中寻找是否包含某元素,返回true/false
2.为文本建立索引
给定一个由英文单词构成的文件,为文件中所有单词建立索引,记录每个单词出现的行号和每行出现的次数,并将索引存入一个文件。
-1.Erlang binary search from an already sorted list to find if a certain element, returns true/false 2. Establish a file index given by the English word composed of text, document indexing all words, each record line number and the number of words per line appears appears, and the index into a file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
t1.erl
t3.erl