搜索资源列表
-
0下载:
本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5
大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的)
-
-
0下载:
固定资产管理系统java项目源码
、数据库安装:
本例采用SQL Server数据库(同时也支持MySQL、Oracle数据库)。首先需要通过SQL Server的企业管理器工具创建数据库equipment。
登录SQL Server的"查询分析器",确认是否存在equipment数据库,如果不存在,执行附带光盘中的equipment.sql。
数据库需要配置ODBC,在ODBC中的数据源名称为equipment
2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹
-
-
0下载:
编译原理 词法分析器 实验源代码 可识别java代码 基于书中最基本的算法-Principles of lexical analyzer test compile the source code can identify the java code in the book based on the most basic algorithm
-
-
0下载:
开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR算法 -I developed a java language compiler, containing the lexical analyzer, parser, and code generation can be achieved in the middle. Algorithm used in the SLR and LR algorithm
-
-
0下载:
用JAVA写的java语言的词法分析器,analyzer文件夹下是词表,使用的时候将文件夹放到E盘根目录或者在代码里修改路径,保证能找到词表-Written in JAVA java language lexical analyzer, analyzer folder is the word table, when using the folder into the root directory of E or modify the path in the code to ensure that
-
-
0下载:
Lexical analyzer code in java
-