搜索资源列表
jiaoxue
- C语言编写的一个教学管理系统,可以模拟查询学生的成绩,排名等-C language written in a teaching management system, students can simulate the query results, rankings, etc.
TextQuery
- 文本查询程序,生成文本位置map,单词转换map。-Text query process, generate the text location map, the word conversion map.
STL_MAP
- STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
textquery
- 一个查询书籍中词频出现次数的程序,是C++ primer 第十章的内容,使用map和vector实现-A query book word occurrences of the program