搜索资源列表
labelexx
- 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。-do the user interface, often have to use some static text control, showing some textual information, but the MFC CStatic funct
zidongfenci3.0
- 这个是我们的中文信息处理的作业,我是用mfc结合sqlserver写的,可以自己一步一步的进行分词,并且可以对文本进行分词,还可以自己的找到其中的歧义字段,并自动保存到文件
MFCpl02.3
- 这个是我用mfc写的一个pl0的编译器,可以对一段程序进行编译,同时,可以对文本进行编辑,运行的时候可以生成输入对话框,还可以整体保存错误信息,并给出提示
MFCtest12Code
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
合并多个UNICODE编码的文本
- 把多个UNICODE编码的文本合成一个文本,需要建立MFC工作区,添加一个按钮即可。-UNICODE from multiple text encoding a synthetic version of the need to establish MFC work area, add a button.
一个很好的文本编辑器
- 一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications : Words, Phrases and of the ins
MFC查词典、分词、词频统计程序
- MFC编程,功能是查词典(用户可自己导入文本),分词,统计词频,还可以保存结果!我们MFC课的期末作业,强烈推荐!-MFC programming function is to check dictionary (users can import their own version), participle, statistical, frequency, the results can be saved! We MFC class at the end operations, strongly
text_editor
- 文档详细解说了如何用VC++的MFC设计一个简单的单文档的文本编辑器-Document a detailed explanation of how the MFC with VC++ to design a simple single-document text editor
shuji
- 程序用MFC实现了在窗口条件下实现文本的输入,类似于记事本的功能.比较简单.-MFC realize the procedure used in the window under the conditions of realization of the text input, similar to Notepad function. Relatively simple.
AppINIFileRW
- INI文件读写,可以按IP、数值、和文本三种方式读写INI文件-INI file to read and write, can be IP, numerical, and text in three ways to read and write INI files
nfhlfoe
- 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是MFC提供的CStatic类的功能过于简单,无法满()