搜索资源列表
cnreader_fix4.12src
- psp上的reader 这个是以月光老大的cnreader为基础 增加了zip文件浏览功能,象浏览目录一样浏览zip文件。 zip内部的中文文件名可以正常显示 修正了原版的cnreader不能显示中文路径名的问题(同处理中文文件名一样处理)。 我只有1.5的,所以1.0没有测试过。 zlib用的是网上流行的版本,可能是1.2.2版,这个版本已经确认了有一些安全问题,稍候后我会研究一下最新1.2.3版本。 我这样做的原因是现在rip过的game都是正好
Using_Footnote_In_Microsoft_Word_2003
- 脚注位于页面的结尾处,而尾注位于节或文档的结尾处。两者可以用于同一文档中一、添加和删除脚注或尾注 。-Footnote at the end of the page, while endnotes section or at the end of the document. Both can be used in a same document, add and delete footnotes or endnotes.
WordCounter
- 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
Dictory
- 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
delphi
- C++ (pronounced cee plus plus) is a general purpose programming language. It has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation. It is designed with a bias for