JLex

所属分类:自然语言处理
开发工具:Java
文件大小:36KB
下载次数:63
上传日期:2006-07-26 18:17:33
上 传 者管理员
说明:  java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。
(achieve the lexical analyzer, artisanal production, import source, can be broken down into digital, URI, Segmentation website Operators, reservations word.)

文件列表:
JLex (0, 2006-06-23)
JLex\build (0, 2006-06-23)
JLex\build.xml (3349, 2006-06-22)
JLex\build\classes (0, 2006-06-23)
JLex\build\classes\com (0, 2006-06-23)
JLex\build\classes\com\emon (0, 2006-06-23)
JLex\build\classes\com\emon\tools (0, 2006-06-23)
JLex\build\classes\com\emon\tools\in.class (865, 2006-06-22)
JLex\build\classes\com\emon\tools\p.class (584, 2006-06-22)
JLex\build\classes\jlex (0, 2006-06-23)
JLex\build\classes\jlex\JLex.class (1996, 2006-06-23)
JLex\build\classes\jlex\Position_in_File.class (1055, 2006-06-23)
JLex\build\classes\jlex\Token.class (3883, 2006-06-23)
JLex\build\classes\jlex\tokens.class (892, 2006-06-22)
JLex\dist (0, 2006-06-23)
JLex\dist\JLex.jar (10777, 2006-06-23)
JLex\dist\run.dat (37, 2006-06-23)
JLex\manifest.mf (85, 2006-06-22)
JLex\nbproject (0, 2006-06-23)
JLex\nbproject\build-impl.xml (27021, 2006-06-23)
JLex\nbproject\genfiles.properties (455, 2006-06-23)
JLex\nbproject\private (0, 2006-06-23)
JLex\nbproject\private\private.properties (155, 2006-06-23)
JLex\nbproject\private\private.xml (211, 2006-06-23)
JLex\nbproject\project.properties (1723, 2006-06-22)
JLex\nbproject\project.xml (574, 2006-06-22)
JLex\src (0, 2006-06-23)
JLex\src\com (0, 2006-06-23)
JLex\src\com\emon (0, 2006-06-23)
JLex\src\com\emon\tools (0, 2006-06-23)
JLex\src\com\emon\tools\in.java (555, 2006-06-22)
JLex\src\com\emon\tools\p.java (388, 2006-06-22)
JLex\src\jlex (0, 2006-06-23)
JLex\src\jlex\JLex.java (2224, 2006-06-23)
JLex\src\jlex\Token.java (4949, 2006-06-23)
JLex\src\jlex\tokens.java (752, 2006-06-22)
JLex\test (0, 2006-06-23)
编译报告.doc (54272, 2006-06-23)

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "JLex.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * If the classpath contains a folder of classes or resources, none of the classpath elements are copied to the dist folder. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者