PageReplaceMentAlgorithmsDemo

所属分类:操作系统开发
开发工具:Visual C++
文件大小:3319KB
下载次数:52
上传日期:2009-01-04 01:20:45
上 传 者zhangweiweiwei
说明:  操作系统课程设计:页面置换算法!!!很好的操作系统大作业,做的很认真
(Operating systems curriculum design: page replacement algorithm! ! ! Very good operating system, large operations, to do very seriously)

文件列表:
PageReplaceMentAlgorithmsDemo\build.xml (3782, 2008-12-13)
PageReplaceMentAlgorithmsDemo\manifest.mf (85, 2008-11-19)
PageReplaceMentAlgorithmsDemo\PageReplaceMentAlgorithmsDemo.bat (103, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\BetterClock.java (6569, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\Clock.java (4166, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\FIFO.java (4028, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\LFU.java (4435, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\LRU.java (3983, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\Optimal.java (4314, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\PageReplace.java (223, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\util\RandomSeq.java (539, 2008-11-21)
PageReplaceMentAlgorithmsDemo\src\app\DemoFrame.java (20650, 2008-12-13)
PageReplaceMentAlgorithmsDemo\src\app\LineChart.java (2737, 2008-11-22)
PageReplaceMentAlgorithmsDemo\src\app\Main.java (1117, 2008-12-13)
PageReplaceMentAlgorithmsDemo\nbproject\build-impl.xml (34079, 2008-12-13)
PageReplaceMentAlgorithmsDemo\nbproject\genfiles.properties (455, 2008-12-13)
PageReplaceMentAlgorithmsDemo\nbproject\project.properties (2376, 2008-11-22)
PageReplaceMentAlgorithmsDemo\nbproject\project.xml (599, 2008-11-21)
PageReplaceMentAlgorithmsDemo\nbproject\private\config.properties (0, 2008-11-21)
PageReplaceMentAlgorithmsDemo\nbproject\private\private.properties (761, 2008-12-13)
PageReplaceMentAlgorithmsDemo\nbproject\private\private.xml (474, 2008-12-13)
PageReplaceMentAlgorithmsDemo\lib\gnujaxp.jar (231445, 2005-06-02)
PageReplaceMentAlgorithmsDemo\lib\jcommon-1.0.0-rc1.jar (297906, 2005-06-02)
PageReplaceMentAlgorithmsDemo\lib\jfreechart-1.0.0-rc1.jar (1074431, 2005-06-02)
PageReplaceMentAlgorithmsDemo\lib\junit.jar (121070, 2005-06-02)
PageReplaceMentAlgorithmsDemo\lib\servlet.jar (80054, 2005-06-02)
PageReplaceMentAlgorithmsDemo\dist\PageReplaceMentAlgorithmsDemo.jar (50416, 2008-11-26)
PageReplaceMentAlgorithmsDemo\dist\lib\gnujaxp.jar (231445, 2008-11-26)
PageReplaceMentAlgorithmsDemo\dist\lib\jcommon-1.0.0-rc1.jar (297906, 2008-11-26)
PageReplaceMentAlgorithmsDemo\dist\lib\jfreechart-1.0.0-rc1.jar (1074431, 2008-11-26)
PageReplaceMentAlgorithmsDemo\dist\lib\junit.jar (121070, 2008-11-26)
PageReplaceMentAlgorithmsDemo\dist\lib\servlet.jar (80054, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\BetterClock.class (4320, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\Clock.class (3514, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\FIFO.class (3413, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\LFU.class (3688, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\LRU.class (3427, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\Optimal.class (3647, 2008-11-26)
PageReplaceMentAlgorithmsDemo\build\classes\util\PageReplace.class (334, 2008-11-26)
... ...

======================== 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 "PageReplaceMentAlgorithmsDemo.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. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, none of the classpath elements are copied to the lib folder. In such a case, you need to copy the classpath elements to the lib folder manually after the build. * 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.

近期下载者

相关文件


收藏者