求一个数据结构简单实验
求大神自助,急用。。建立一个文本文件,其内容如下。对于任一给定的单词,在该文本中找寻匹配的字符串,输出结果Information security means protectinginformation and information systems from unauthorized access, use, disclosure,disruption, modification, or destruction. The terms information security,computer security and information assurance are frequently usedinterchangeably.具体要求:1、实现文件的读取操作,而不是将文本以字符串形式预存于程序中2、进行单词匹配时,不区分大小写3、统计需要匹配的单词在该文本中出现的次数和位置(即该单词是文本的第几个单词),并输出。