搜索资源列表
行编辑
- 文本编辑程序 可以对文本进行修改 添加删除等操作- The text editor may carry on the revision increase deletion to the text and so on to operate
几种串行通信
- 基于VC的串行通信技术应用实例 作者:出处:论坛责任编辑: 方舟 [ 2003-10-13 18:04 ] 本文将介绍在Windows平台下串行通信的工作机制和用VC设计串行通信程序的编程方法
使用单行多行编辑框输入显示文本
- 将演示基本编辑控件的开发使用过程。掌握编辑控件的常用形态,CEdit类常用处理函数以及消息处理
C语言文本编辑器
- 该程序是大二数据结构实践课的源码。程序实现了在命令行中对文本进行编辑。
history_edit_demo
- 方便地往多行编辑框后面添加数据行的多行编辑框-Multi-line edit which can add data lines to the end of the edit conveniently
GridList
- 可以编辑SubItems并且可以多行编辑的ListView-The listview which can edit subitems and can edit multiple lines
EditLog_src
- 有用的可以显示行式文本日志信息的多行编辑框-useful multiline edit box which can show text log information by line
hanzihangbianjichengxu
- 汉字行编辑程序,软工题目-Chinese firms editor, soft Public topic
simpleversion
- 一个用C编写的汉字行编辑程序,功能虽然不强,但包括了绝大部分的编辑命令,类似于原来的文字编辑程序.详见<<软件工程导论>>附录B-C,,,.lt;lt;gt;gt;B
cmdcal
- 命令行编辑器的实现,代码演示,希望各位高手多多指教~-command line editor and that the realization of demonstration code, I hope to master the exhibitions Thank you
jiandanhangbianjichengxu
- 这是一个简单的行编辑程序,请大家给予指点指点,有什么好的可以共同分享分享!-This is a simple line editor for you to give instructions to guide you, what good can be shared share!
DOS_edlin
- DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor fu
SHIZHONG
- 行编辑器,-Line editor,
cfile
- 该代码可实现简单行编辑程序例,串操作应用举例,实现串的存储管理-The code can realize a simple line editing process cases, the application of string operations, for example, strings of storage management realize
roweditor
- 本设计是一个简单的行编辑器。它主要能实现五个主要内容: 1、字符的按行录入及储存;2、文件内容的显示;3、文件内容的查找;4、文件内容的替换5、文件的修改。 设计按数标准I/O下文件系统软件工程的方法进行,系统应具有良好的界面、必要的交互信息和较好的健壮性;醒目美观的软件封面。操作人员能快捷简单地进行操作。 -The design is a simple line editor. It is mainly to achie
109
- 文本编辑程序是利用计算机进行文字加工的基本软件工具,实现对文本文件的插入、删除等修改操作。限制这些操作以行为单位进行的编辑程序称为行编辑程序。 被编辑的文本文件可能很大,全部读入编辑程序的数据空间(内存)的做法既不经济,也不总能实现。一种解决方法是逐段地编辑。任何时刻只把待编辑文件的一段放在内存,称为活区。试按照这种方法实现一个简单的行编辑程序。设文件每行不超过320个字符,很少超过80字符。 -Text editor pr
hangbianji
- 数据结构课程设计,简单的行编辑程序 -err
EDLIN
- 用c实现的行编辑器,运行环境为tc2.0,具体功能见设计说明书,基本实现了所有的行编辑功能,有问题可以和我联系:sunyu1949@sina.com-With c realize the line editor, run the environment tc2.0, specific features, see the design specification, the basic realization of all the line
hang
- 行编辑程序,是严蔚敏的数据结构C语言版实验的一个,我们有这个实验,其他人应该也有,能用上的。-Line editing process is YAN Wei-min data structure C language version of an experiment, we have this experiment, other people should have, can be used on.
行编辑
- 数据结构 C语言 栈 实现行编辑 严蔚敏版数据结构 C语言 栈 实现行编辑(Data structure, C language stack, current editing)