搜索资源列表
clean-exe-file-virus-by-Java
- 采用JAVA语言简单的实现了杀毒软件的基本功能
DFA
- 编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file DFA class implements member fun
UnLinker编译原理实验
- 编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str
jedit41source
- 用java 编写的源码开放的文本编辑器。有很多有用的特性,包括语法加亮显示,括号 匹配,表达式搜索,多个文件搜索和替换,定义键盘宏-Java prepared with open-source text editor. There are many useful features, including syntax highlighting show matching brackets, expression search, multiple file search and replace, t
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.
javacc-4.1
- javacc4.1软件为java的词法分析软件,可以编译java文件的类库-java software javacc4.1 lexical analysis software, you can compile java file class library
DealWithExcel
- java编写的监控一个文件夹里面有没有新的excel文件放入-java prepared to monitor a folder there is no new excel file Add
107215806Delphi
- 个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备份文件,直接还原即可,还原数据库后可以在USERS表里找到帐号和密码.-a simple student performance management system, the VC 2000 and SQL tested successfully, (they have a database backup file, direct reduction, and it would be reduced after -A
FileOperate
- 文件系统操作类,可进行文件的读写,创建,删除,修改等操作,比较方便-Type of file system operation, can read and write documents, create, delete, modify, such as operation, more convenient
java-scanner
- 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
My-Java
- 本人开发的一款java编译器,当年学java时候用的。 主要功能:1.*.java文件编辑、2.*.java文件编译及运行、3.自动判断主类名(java文件保存时体现)、4.JDK环境变量检测及设置(winXP证实可用,理论上支持win7)... 开发环境:Microsoft Visual Studio 2005(Visual Basic 2005)。 仅供学习,如要盗版,请经过本人同意。 联系方式:QQ747192928。 可能存在Bug,请多包涵。- I
NFA
- 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b
201162222242553
- JAVA开发的文档编辑器,可以编译JAVA文件,查找并定位错误行等相关功能。 -JAVA development of document editor, you can compile the JAVA file, find and locate the error line and other related functions.
java
- Java小程序——数据输入输出 读取文件-Java applets- read a file of data input and output
FileIODemo.java
- Reading and writing to a file in Java
compiler
- 利用antlr生成的的java文件,能够对c语言四元式进行词法和语法分析-The use antlr generated java file, able to carry four yuan c language lexical and syntax analysis
Java--soure-code-250
- 这些都是Java Examples in a Nutshell这本书的例子,点击index.html文件获取更多信息。-These are the examples from the book Java Examples in a Nutshell, 2nd Edition.See the file index.html for more information.
MartrixMultiply100.java.tar
- hadoop实现矩阵乘法 输入文件是M#i#j#Mij-hadoop achieve matrix multiplication input file is M# i# j# Mij
nachos-java.tar
- its nachos all in one folder.. installation file. and so all.
Java从入门到精通(项目案例版)【代码源文件】
- 该文件为书籍《Java从入门到精通 项目案例版》中全部源码。(The file is the full source code of the book "Java from the start to the master project case edition".)