搜索资源列表
JAVA
- JAVA课程设计 简单文本编辑器。适合JAVA初学者做课程设计!-JAVA Course Design simple text editor. JAVA courses suitable for beginners to do the design!
wenbenbianjiqi
- Java文本编辑器,加入了设计模式中装饰模式的内容,有简单的编辑器的功能-Java text editor, joined the design patterns in the content of decorative patterns, there is a simple function of the editor
zuop
- 本软件的设计思路是参考windows自带的记事本的功能和框架,用Java语言编写一个记事本。可以实现大多数基本功能。如文件的新建、打开、保存、另存为、退出。内容的复制、粘贴、删除、查找-The idea is to design software windows notepad for reference to the functions and framework, using the Java language to write a notepad. Most basic functions
TxtEdit
- 文本编辑器 使用了三种设计模式 java语言编写,myeclipse9.0运行环境-text editor
Java
- 目前文本编辑器种类很多,所提供的功能也很多,但是能满足用户实现多种功能,不能更好的适应当前用户的要求。本设计所完成的文本编辑器功能是针对学习Java程序语言,因此我们利用Java程序设计虚拟机和软件对用户及使用者的应用过程形成一整套完整的编写代码,编译,运行。-Many different types of text editor functionality provided by many, but can meet a variety of functions, not better ad
JavaEdit
- 写字留痕,管理日记,通过Java设计界面,不同时间写日记,按时间查看所写的日记-Write the traces of the diary diary through the Java interface design, different time, time to review your written diary
JavaLexicalAnalyzer
- Java语言词法分析器。使用DFA实现词法分析器的设计;实现对Java源程序中注释的过滤;利用两对半缓冲区从文件中逐一读取单词;能把词法分析结果属性字流存放在独立文件中;能统计源程序每行和整个源文件单词个数;具有报错的功能 -lexical analyzer