文件名称:A3
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-08
- 文件大小:
- 1.91mb
- 下载次数:
- 0次
- 提 供 者:
- H**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
文本编辑器(10分)
课题内容:
设计一个简单的文本编辑器,该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组或字符指针实现字符串操作的功能。
课题要求:
(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3)具有输入输出界面。
-Text Editor (10 points)
DISCLOSURE:
Design a simple text editor, the system requires a text file, the contents of various conventional operations, such as: insert, delete, find, replace, and other functions. With this issue, mastering and manipulating text files to achieve functional operation with a character string or an array of character pointers.
Requirements of the subject:
(1) edit the text
(2) save, open specify the location of text files
(3) having input and output interfaces.
课题内容:
设计一个简单的文本编辑器,该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组或字符指针实现字符串操作的功能。
课题要求:
(1)编辑文本;
(2)保存、打开指定位置的文本文件;
(3)具有输入输出界面。
-Text Editor (10 points)
DISCLOSURE:
Design a simple text editor, the system requires a text file, the contents of various conventional operations, such as: insert, delete, find, replace, and other functions. With this issue, mastering and manipulating text files to achieve functional operation with a character string or an array of character pointers.
Requirements of the subject:
(1) edit the text
(2) save, open specify the location of text files
(3) having input and output interfaces.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A3\A33.APS
..\A33.clw
..\A33.cpp
..\A33.dsp
..\A33.dsw
..\A33.h
..\A33.ncb
..\A33.opt
..\A33.plg
..\A33.rc
..\A33Doc.cpp
..\A33Doc.h
..\A33View.cpp
..\A33View.h
..\Debug\A33.exe
..\.....\A33.ilk
..\.....\A33.obj
..\.....\A33.pch
..\.....\A33.pdb
..\.....\A33.res
..\.....\A33Doc.obj
..\.....\A33View.obj
..\.....\MainFrm.obj
..\.....\StdAfx.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\MainFrm.cpp
..\MainFrm.h
..\ReadMe.txt
..\res\A33.ico
..\...\A33.rc2
..\...\A33Doc.ico
..\...\Toolbar.bmp
..\resource.h
..\StdAfx.cpp
..\StdAfx.h
..\Debug
..\res
A3