搜索资源列表
editor-tc
- 文本编辑器,有简单的界面,可以实现文本文件的创立,装入,保存,显示和编辑的功能。数据结构要求用链表,要实现链表的建立,添加,删除,插入,参考界面是TC2.0-text editors, a simple interface, can achieve the creation of text files, loading, storage, display and editing functions. Requested data structure used chain, in order to
mpbiq
- 用双向链表,文件读写的知识编写简单的通讯录,可记录姓名、性别、出生年月日、邮编、地址、电话号码等内容。可从第一条显示、从最后一条显示,可实现上翻下翻浏览。可进行添加、删除、插入、查找、保存、退出等通讯录的基本操作。界面友好,输入输出更具人性化,实现键盘响应,有操作提示,便于使用者上手操作。-with two-way linked list, document literacy knowledge of the preparation of simple correspondence, it ca
NotePad_cws
- 一个用JAVA实现的记事本程序,有多文档功能,还可以保存跟打开文件.-JAVA with a notebook of the process, a number of document functions, can also save with open files.
MyEdit
- C++编写的简单文本编辑器,可以时间文本文件的读取保存编辑功能,并且具有撤销,复制剪切粘贴的功能
jishiben
- 本记事本跟window自带功能差不多,有新建,打开文件,复制,粘贴,剪切,编辑,保存,打印,自动换行,字体设置,查看,帮助
wenbenbianjiqi
- 文本编辑器的功能可模仿EDIT。文本编辑器的功能如:插入、删除、修改、光标移动。块操作有:剪切、拷贝、删除、粘贴等。文件操作有:打开、关闭、保存、另存等。还有菜单功能、帮助信息和鼠标操作等。难点是:1、文件的管理;2、鼠标功能与文本编辑和块操作的连接。-text editor functions replicable EDIT. The text editor features such as : insertion, deletion, modification, the cursor mov
word
- 此软件可以打开.DOC文件,并进行文档的修改和保存工作。显示效果很好
notebook
- 简单的文本编辑器,文件操作能够实现:新建文档、保存文档、打开文档、关闭文档、页面设置、打印预览、打印设置、打印等。编辑操作能够实现对文本内容的选择、剪切、复制、粘贴、查找、替换等。
绝地程序编辑器
- 此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK scr ipt,Python CA-Clipper MS-DOS Patch File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)
Editor_Computer.rar
- 一个小型文本编辑器—— 采用C++的ASCII码文件和串函数实现 可以对文本文件进行添加,删除,修改,复制,查询,读取,插入等一系列的操作,然后把修改后的内容保存到另外的文本本件中。,A small text editor- using C++ code files and the ASCII string function implementation can add text files, delete, modify, copy, query, read, insert, such
richedit.rar
- 使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。 各菜单功能项应该有与之相对应的热键字符和快捷键。 支持简单的右键菜单功能,提供便捷的编辑处理。 较高要求:支持字体、文字颜色等特性。 ,To design a program using the Win32 functions and interface style simil
note
- 使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。 主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。 各菜单功能项应该有与之相对应的热键字符和快捷键。 支持简单的右键菜单功能,提供便捷的编辑处理。 较高要求:支持字体、文字颜色等特性。 -file editor in win32 function: open save exit and save as and
program
- 本软件是简单的文本编辑器,能够对.txt文件、.c文件、.bat文件等以文本方式保存的文件进行编辑。-This software is a simple text editor, can. Txt files,. C files,. Bat files stored as text documents for editing.
TextEditor
- 使用Java语言开发一个文本编辑器,实现常用的功能,如打开文件、保存、复制、粘贴、剪切、颜色、字体等。-Using Java language to develop a text editor, the realization of commonly used functions, such as open file, save, copy, paste, cut, color, font and so on.
Wengdr
- 简单文本编辑器,能够完成常规文档处理,不能够保存处理后文件。-Simple text editor, be able to complete the documentation of conventional treatment, not be able to save a document after the treatment.
hanhua_editor
- 能实现简单的英文等字符的输入,基本的编辑功能、文件的保存和打开。支持鼠标和键盘同时控制,具有背景切换功能。-To achieve a simple English such as character input, basic editing functions, the file save and open. At the same time support for mouse and keyboard control, with a background switching.
text42342
- 自己写的一个记事本,简单哦,操作包括文件,菜单打开保存,显示等,vc6编译通过,请大家指正-Write a notebook, a simple O operations, including file, open the save menu, display, vc6 compile, please correct me! !
bianjiqi
- 文本编辑器,进行相关的编辑,文件保存-Text editor, the associated editor, save the file ....
NotePad
- 用C#语言实现记事本的功能,能将记事文件保存为文本文档-With the C# language features of Notepad, Notepad can save the file as a text document
myMdi
- 基于QT的多文档编辑器,能够实现加载文件,添加删除文件保存文件等功能-QT-based multi-document editor, to achieve load the file, save the file to add features such as deleting files