登录
首页 » Java » HomeWork_OS

HomeWork_OS

于 2021-01-07 发布 文件大小:92KB
0 245
下载积分: 1 下载次数: 7

代码说明:

  模拟操作系统的界面程序,磁盘管理模块,文件管理模块,内存置换算法等(Simulation of the operating system interface program, disk management module, document management modules, memory replacement algorithm)

文件列表:

HomeWork_OS
...........\.classpath,232,2013-11-15
...........\.project,387,2013-11-15


...........\bin
...........\...\com
...........\...\...\Fream$1.class,1834,2013-12-26
...........\...\...\Fream$2.class,1429,2013-12-26
...........\...\...\Fream$3.class,1448,2013-12-26
...........\...\...\Fream.class,13830,2013-12-26
...........\...\...\MyJPanel.class,1453,2013-12-26
...........\...\...\MyJPanel1.class,2853,2013-12-26
...........\...\file
...........\...\....\Fream$1.class,1365,2013-12-26
...........\...\....\Fream$2.class,1284,2013-12-26
...........\...\....\Fream.class,11004,2013-12-26
...........\...\gang
...........\...\....\Fream$1.class,1495,2013-12-26
...........\...\....\Fream$2.class,1496,2013-12-26
...........\...\....\Fream.class,11250,2013-12-26
...........\...\....\test.class,6865,2013-12-26
...........\...\hou
...........\...\...\CSCAN.class,1678,2013-12-26
...........\...\...\DiskManage.class,3027,2013-12-26
...........\...\...\Panel.class,2846,2013-12-26
...........\...\...\SCAN.class,1659,2013-12-26
...........\...\...\SSTF.class,2658,2013-12-26
...........\...\lv
...........\...\..\Fream$1.class,1846,2013-12-26
...........\...\..\Fream.class,7724,2013-12-26
...........\...\..\myPanel.class,1571,2013-12-26
...........\...\RotatePanel.class,2022,2013-12-26
...........\...\Testxz.class,865,2013-12-26
...........\...\two
...........\...\...\Fream.class,1603,2013-12-26
...........\...\...\LinkedList.class,952,2013-12-26
...........\...\...\Memory.class,1202,2013-12-26
...........\...\...\Panel.class,594,2013-12-26
...........\config.ini,128,2013-11-24
...........\src
...........\...\com
...........\...\...\Fream.java,19021,2013-12-04
...........\...\...\MyJPanel.java,970,2013-11-24
...........\...\...\MyJPanel1.java,3023,2013-12-04
...........\...\file
...........\...\....\Fream.java,10098,2013-12-19
...........\...\gang
...........\...\....\Fream.java,14191,2013-12-18
...........\...\....\test.java,7410,2013-12-18
...........\...\hou
...........\...\...\DiskManage.java,6885,2013-12-19
...........\...\...\Panel.java,1951,2013-12-19
...........\...\lv
...........\...\..\Fream.java,8419,2013-12-15
...........\...\..\myPanel.java,1208,2013-12-15
...........\...\Testxz.java,1647,2013-12-22
...........\...\two
...........\...\...\Fream.java,1041,2013-12-22
...........\...\...\LinkedList.java,714,2013-12-22
...........\...\...\Memory.java,1029,2013-12-22
...........\...\...\Panel.java,340,2013-12-22

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

发表评论

0 个回复

  • 成绩系统.cpp
    说明:  本程序可用时输入学生序号学号成绩并进行查找(import the number, student ID numbers and scores, available to search.)
    2020-06-23 11:20:01下载
    积分:1
  • DH
    说明:  Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。(DH Protocol source code)
    2014-04-16 11:05:46下载
    积分:1
  • 银行卡号查询
    说明:  根据银行卡号码得出开户银行名称,银行代码(According to the bank card number, get the name and code of the opening bank.)
    2019-01-23 12:49:34下载
    积分:1
  • java-Exe5_1
    1. 分别使用Vector、Hashtable、Stack,ArrayList、LinkedList和HashSet作为容器类,实现以下要求: (1) 向容器中添加1,000,000个随机整数。 (2) 遍历容器中的所有元素。 (3) 随机产生100,000个整数,在容器中查找这些整数。 (4) 随机产生100个整数,从容器中删除这些整数。 (5) 统计完成以上各个操作需要的时间。 比较一下不同操作在不同数据结构下的性能差异。程序文件命名为Exe5_1.java。 (51 respectively using Vector, Hashtable, Stack, ArrayList, LinkedList and HashSet as the container class, to achieve the following requirements: ( 1) are added to the container 1000000 random integers. ( 2) to traverse all the elements in the container. ( 3) 100000 randomly generated integer, in the container to find these integers. ( 4) random produces 100 integers, is removed from the container of these integers. ( 5) complete the statistics above each operation requires time. Compare the different operating at different data structure performance differences. Program file named Exe5_1.java )
    2012-12-14 11:26:23下载
    积分:1
  • regEnv
    说明:  如果已知很多环境变量,每次换机器都是相同配置,环境变量配置窗口操作觉得麻烦,可以考虑这个直接注册。 只需要在reg.txt中按行写入:环境变量名=环境变量值(If many environment variables are known, each machine change is the same configuration, environment variables configuration window operation is troublesome, you can consider this direct registration. Just write in reg. TXT by line: environment variable name = environment variable value)
    2019-02-26 14:31:12下载
    积分:1
  • 一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。...
    一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。-A HTML code downloader, support proxy. It s a demo to winsock.
    2022-06-14 14:26:44下载
    积分:1
  • ex5_3
    VC ++面向对象编程和可视化程序第5章3(VC++ object-oriented programming and visualization program Chapter V)
    2016-05-30 11:15:01下载
    积分:1
  • tmoerlan
    一个学习SNMP项目:tmoerlan.(a study SNMP : tmoerlan.)
    2007-01-17 21:28:24下载
    积分:1
  • HASP-MultiKey-Emulator
    hasp multikey emulator
    2018-03-15 06:13:55下载
    积分:1
  • Java-jishiben
    记事本的源代码, 与Windows记事本相比,有以下不同点: 1.没有实现的功能:时间与日期 状态栏 帮助文档。 2.添加的功能:颜色设置 断词设置。 3.改善的功能:撤消与恢复分离,查找和替换合并。 4.不完善的功能:不完整字体字符集的显示问题。 5.未知功能:打印(Notepad source code, compared with the Windows Notepad, the following differences: (1) does not implement the function: time and date status bar Help documentation. 2 added: color settings broken word set. Improved functionality: separation Undo and Redo, Find and Replace merger. 4 imperfect function: incomplete font character set display problems. Unknown function: Print)
    2013-04-20 20:54:35下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载