文件名称:Editor
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-05-02
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- xin****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.插入行
2.删除行
3.行内容的编辑
4.行间的跳转
5.行内容的修改
6.文件内容的读取
7.内容的写入保存
调用函数:
Ask() //询问操作指令
Run() //运行
功能:
begin: 换到开头第一行
change: 对本行进行修改
delete: 删除所在行
end: 换到最后一行
find: 在本行查找字符串
go: 跳到某一行
help: 帮助(显示各种帮助的助记符)
insert: 选择行插入内容
length: 显示文件共有的行数
next: 跳到下一行
prior: 跳到上一行
quit: 退出
read: 读取文件
substitute: 整行的替换
view: 显示当前文件的所有内容
write: 保存文件-Jump 5. The contents of the line to read the contents of a file modification 6. 7. Save the calling function to write the contents of the insert row 1. 2. 3. Delete Row row row between the editorial content of 4: Ask () // inquiry Operating instructions Run () // run function: begin: change to the beginning of the first line change: the Bank modify delete: delete the row end: the last line change to find: go search string in the Bank: Skip a line help : Help (displaying various helpful mnemonic) insert: Inserts the line length: Total number of lines displayed file next: jump to the next row prior: Skip the line quit: Quit read: read the file substitute: the whole line Replace view: Displays all contents write the current file: Save the file
2.删除行
3.行内容的编辑
4.行间的跳转
5.行内容的修改
6.文件内容的读取
7.内容的写入保存
调用函数:
Ask() //询问操作指令
Run() //运行
功能:
begin: 换到开头第一行
change: 对本行进行修改
delete: 删除所在行
end: 换到最后一行
find: 在本行查找字符串
go: 跳到某一行
help: 帮助(显示各种帮助的助记符)
insert: 选择行插入内容
length: 显示文件共有的行数
next: 跳到下一行
prior: 跳到上一行
quit: 退出
read: 读取文件
substitute: 整行的替换
view: 显示当前文件的所有内容
write: 保存文件-Jump 5. The contents of the line to read the contents of a file modification 6. 7. Save the calling function to write the contents of the insert row 1. 2. 3. Delete Row row row between the editorial content of 4: Ask () // inquiry Operating instructions Run () // run function: begin: change to the beginning of the first line change: the Bank modify delete: delete the row end: the last line change to find: go search string in the Bank: Skip a line help : Help (displaying various helpful mnemonic) insert: Inserts the line length: Total number of lines displayed file next: jump to the next row prior: Skip the line quit: Quit read: read the file substitute: the whole line Replace view: Displays all contents write the current file: Save the file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
附件:Editor代码\Editor.cpp
................\Editor.dsw
................\Editor.h
................\Editor.ncb
................\Editor.opt
................\in.txt
................\main.cpp
................\out.txt
附件:Editor代码