文件名称:find
介绍说明--下载内容均来自于网络,请自行研究使用
问题描述
用转置法实现一个自组织线性表,保存一组汉字用于查询。
基本要求
(1) 从文件中读入一组汉字集合,用自组织线性表保存。
(2) 在查询时,采用转置法调整自组织线性表的内容。
(3) 从文件中依次读入需查询的汉字,把查询结果保存在文件中(如找到,返回比较的次数,如果没有找到,返回比较的次数)-Problem descr iptionTranspose method is used to implement a self-organizing linear table, save a set of characters used to query. The basic requirements(1) the file read into a set of Chinese character set, using self-organizing linear table to save.(2) in the query, by using transposed to adjust the organization linear table content.(3) the file read in turn need to query the Chinese characters, the query results in a file (such as find, return to compare the number of times, if not found, the number of comparisons return)
用转置法实现一个自组织线性表,保存一组汉字用于查询。
基本要求
(1) 从文件中读入一组汉字集合,用自组织线性表保存。
(2) 在查询时,采用转置法调整自组织线性表的内容。
(3) 从文件中依次读入需查询的汉字,把查询结果保存在文件中(如找到,返回比较的次数,如果没有找到,返回比较的次数)-Problem descr iptionTranspose method is used to implement a self-organizing linear table, save a set of characters used to query. The basic requirements(1) the file read into a set of Chinese character set, using self-organizing linear table to save.(2) in the query, by using transposed to adjust the organization linear table content.(3) the file read in turn need to query the Chinese characters, the query results in a file (such as find, return to compare the number of times, if not found, the number of comparisons return)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
find.cpp