登录
首页 » Java » OsSimulation

OsSimulation

于 2021-01-07 发布 文件大小:183KB
0 246
下载积分: 1 下载次数: 55

代码说明:

  一个简单的操作系统模拟程序 java+swing 可进行一般的文件操作 进程建立及删除等(A simple operating system simulation program java+ Swing can be a general file operations, such as the process of creation and deletion)

文件列表:

Copy of OsSimulation
....................\build
....................\.....\classes
....................\.....\.......\ossimulation
....................\.....\.......\............\AboutFrame$1.class
....................\.....\.......\............\AboutFrame.class
....................\.....\.......\............\CommandTips$1.class
....................\.....\.......\............\CommandTips.class
....................\.....\.......\............\CPU.class
....................\.....\.......\............\Device.class
....................\.....\.......\............\Disk.class
....................\.....\.......\............\DRCB.class
....................\.....\.......\............\EditorFrame$1.class
....................\.....\.......\............\EditorFrame$2.class
....................\.....\.......\............\EditorFrame.class
....................\.....\.......\............\ExtDefaultTreeModel.class
....................\.....\.......\............\INode.class
....................\.....\.......\............\MainFrame$1.class
....................\.....\.......\............\MainFrame$2.class
....................\.....\.......\............\MainFrame$3.class
....................\.....\.......\............\MainFrame$4.class
....................\.....\.......\............\MainFrame$5.class
....................\.....\.......\............\MainFrame$6.class
....................\.....\.......\............\MainFrame$7.class
....................\.....\.......\............\MainFrame$8.class
....................\.....\.......\............\MainFrame$9.class
....................\.....\.......\............\MainFrame$Kernel.class
....................\.....\.......\............\MainFrame.class
....................\.....\.......\............\PCB.class
....................\.....\.......\............\RAM.class
....................\.....\.......\............\SystemTips$1.class
....................\.....\.......\............\SystemTips.class
....................\.....\depcache
....................\.....\........\dependencies.txt
....................\build.xml
....................\disk.out
....................\dist
....................\....\disk.out
....................\....\lib
....................\....\...\swing-layout-1.0.jar
....................\....\OsSimulation.jar
....................\....\README.TXT
....................\ico





....................\manifest.mf
....................\nbproject
....................\.........\build-impl.xml
....................\.........\genfiles.properties
....................\.........\private
....................\.........\.......\private.properties
....................\.........\.......\private.xml
....................\.........\project.properties
....................\.........\project.xml
....................\src
....................\...\ossimulation
....................\...\............\AboutFrame.form
....................\...\............\AboutFrame.java
....................\...\............\CommandTips.form
....................\...\............\CommandTips.java
....................\...\............\CPU.java
....................\...\............\Device.java
....................\...\............\Disk.java
....................\...\............\DRCB.java
....................\...\............\EditorFrame.form
....................\...\............\EditorFrame.java
....................\...\............\ExtDefaultTreeModel.java
....................\...\............\INode.java
....................\...\............\MainFrame.form
....................\...\............\MainFrame.java
....................\...\............\PCB.java
....................\...\............\RAM.java
....................\...\............\SystemTips.form
....................\...\............\SystemTips.java
....................\test

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • socket
    关于SOCKET的单用户,以及多用户多线程问题,java,是老师给的范例(About SOCKET single-user, as well as multi-user multi-threaded issues, java, is a teacher gave an example of)
    2009-10-30 21:45:40下载
    积分:1
  • Lab8_v0.3
    java+mysql+tomcat 开发的程序 用户管理(java+mysql+tomcat procedures developed user management)
    2012-05-27 17:17:11下载
    积分:1
  • SelectorProvider
    SelectorProvider is an abstract base class that declares methods for providing instances of DatagramChannel, Pipe, java.nio.channels.Selector , ServerSocketChannel, and SocketChannel.
    2014-07-04 00:29:54下载
    积分:1
  • jgame-code-civi-students3k
    Civilization game source code in Java: This game is a single or multiplayer strategy game. The player’s character is depends on the ruler of a civilization. It is a simple java game which is also developed for Android device platforms. Yeah! This game supports the android mobile devices as well.
    2014-02-09 12:55:12下载
    积分:1
  • ftp
    fe 分布式连接Amazon linux 服务器FTP上传下载功能的实现(Distributed Implementation fe FTP upload function)
    2015-04-20 14:33:55下载
    积分:1
  • myshiro
    说明:  使用shiro框架进行权限设置,该框架提供权限、安全、过滤等功能(Use Shiro framework to set permissions, which provides permissions, security, filtering and other functions)
    2019-05-28 11:15:43下载
    积分:1
  • djsxgdwxg
    本项目是一个倒计时动画和定位一体的小例子,实现了倒计时三、二、一、GO的动画效果和加载中等待动画效果和使用百度的locSDK_4.0.jar定位。另外还对多次点击请求只执行最后一次进行了处理。源码很简单有详细的注释编码GBK编译版本4.4.2(This project is a countdown animation and positioning of a small example, to achieve the countdown three, two, one, GO animation effects and load waiting for the animation effect and the use of Baidu s locSDK_4.0.jar positioning. In addition to repeatedly click request only the last time to perform the processing. Source code is very simple to have a detailed compilation of the notes GBK compiled version 4.4.2)
    2016-06-16 12:10:42下载
    积分:1
  • useftpapplet
    Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 (Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.)
    2014-09-23 18:11:27下载
    积分:1
  • oLDtHREADtEST
    OldThreadTest extends junit.framework.TestCase Source Code for Andriod.
    2014-01-21 12:29:33下载
    积分:1
  • 概念格
    概念格建格代码,模型的建立概念格(Concept Lattice)是一个以概念为元素的偏序集,它可以通过Hasse图可视化,其中每个节点是一个概念。概念格结构模型来源于形式概念分析(FCA)理论,是FCA中的核心数据分析工具,它本质上描述了对象(样本)与属性(特征)之间的关联。[1](The concept lattice (Concept, Lattice) is a poset of concept elements, which can be visualized by Hasse diagrams, where each node is a concept. The concept lattice structure model, derived from formal concept analysis (FCA) theory, is the core data analysis tool in FCA, which essentially describes the association between objects (samples) and attributes (features))
    2021-01-08 18:18:51下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载