├── LICENSE
├── README.md
├── 实验
├── 实验一.docx
├── 实验二.docx
├── 实验报告(1+2)
│ ├── 1.1.jpg
│ ├── 1.2.jpg
│ ├── 2.1.jpg
│ ├── 2.2.jpg
│ ├── Allocation_Reclaim_GUI_Frame.java
│ ├── CPU_Scheduling_GUI_JFrame.java
│ ├── 实验1《CPU Scheduling》.doc
│ └── 实验2《Allocation & Reclaim》.doc
└── 操作系统实验源码
│ ├── Allocation&Reclaim
│ ├── build.xml
│ ├── build
│ │ └── classes
│ │ │ ├── .netbeans_automatic_build
│ │ │ ├── .netbeans_update_resources
│ │ │ └── allocation
│ │ │ └── reclaim
│ │ │ ├── Allocation_Reclaim_GUI_Frame$1.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$10.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$11.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$12.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$13.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$14.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$15.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$16.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$17.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$18.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$19.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$2.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$20.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$21.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$22.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$23.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$24.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$25.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$26.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$27.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$28.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$29.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$3.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$30.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$31.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$32.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$33.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$34.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$35.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$36.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$37.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$38.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$39.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$4.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$40.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$41.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$42.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$5.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$6.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$7.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$8.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame$9.class
│ │ │ ├── Allocation_Reclaim_GUI_Frame.class
│ │ │ └── Allocation_Reclaim_GUI_Frame.form
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ │ └── allocation
│ │ └── reclaim
│ │ ├── Allocation_Reclaim_GUI_Frame.form
│ │ └── Allocation_Reclaim_GUI_Frame.java
│ ├── CPU_Scheduling - 1859
│ ├── build.xml
│ ├── build
│ │ └── classes
│ │ │ ├── .netbeans_automatic_build
│ │ │ ├── .netbeans_update_resources
│ │ │ └── cpu_scheduling
│ │ │ ├── CPU_Scheduling.class
│ │ │ ├── GUI_JFrame$1.class
│ │ │ ├── GUI_JFrame$10.class
│ │ │ ├── GUI_JFrame$11.class
│ │ │ ├── GUI_JFrame$12.class
│ │ │ ├── GUI_JFrame$13.class
│ │ │ ├── GUI_JFrame$14.class
│ │ │ ├── GUI_JFrame$15.class
│ │ │ ├── GUI_JFrame$16.class
│ │ │ ├── GUI_JFrame$17.class
│ │ │ ├── GUI_JFrame$18.class
│ │ │ ├── GUI_JFrame$19.class
│ │ │ ├── GUI_JFrame$2.class
│ │ │ ├── GUI_JFrame$20.class
│ │ │ ├── GUI_JFrame$21.class
│ │ │ ├── GUI_JFrame$22.class
│ │ │ ├── GUI_JFrame$23.class
│ │ │ ├── GUI_JFrame$24.class
│ │ │ ├── GUI_JFrame$25.class
│ │ │ ├── GUI_JFrame$26.class
│ │ │ ├── GUI_JFrame$27.class
│ │ │ ├── GUI_JFrame$28.class
│ │ │ ├── GUI_JFrame$29.class
│ │ │ ├── GUI_JFrame$3.class
│ │ │ ├── GUI_JFrame$30.class
│ │ │ ├── GUI_JFrame$31.class
│ │ │ ├── GUI_JFrame$32.class
│ │ │ ├── GUI_JFrame$33.class
│ │ │ ├── GUI_JFrame$34.class
│ │ │ ├── GUI_JFrame$35.class
│ │ │ ├── GUI_JFrame$36.class
│ │ │ ├── GUI_JFrame$37.class
│ │ │ ├── GUI_JFrame$38.class
│ │ │ ├── GUI_JFrame$39.class
│ │ │ ├── GUI_JFrame$4.class
│ │ │ ├── GUI_JFrame$5.class
│ │ │ ├── GUI_JFrame$6.class
│ │ │ ├── GUI_JFrame$7.class
│ │ │ ├── GUI_JFrame$8.class
│ │ │ ├── GUI_JFrame$9.class
│ │ │ ├── GUI_JFrame.class
│ │ │ └── GUI_JFrame.form
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ │ └── cpu_scheduling
│ │ ├── CPU_Scheduling.java
│ │ ├── GUI_JFrame.form
│ │ └── GUI_JFrame.java
│ ├── CPU_Scheduling - 2043
│ ├── build.xml
│ ├── build
│ │ └── classes
│ │ │ ├── .netbeans_automatic_build
│ │ │ ├── .netbeans_update_resources
│ │ │ └── cpu_scheduling
│ │ │ ├── CPU_Scheduling.class
│ │ │ ├── GUI_JFrame$1.class
│ │ │ ├── GUI_JFrame$10.class
│ │ │ ├── GUI_JFrame$11.class
│ │ │ ├── GUI_JFrame$12.class
│ │ │ ├── GUI_JFrame$13.class
│ │ │ ├── GUI_JFrame$14.class
│ │ │ ├── GUI_JFrame$15.class
│ │ │ ├── GUI_JFrame$16.class
│ │ │ ├── GUI_JFrame$17.class
│ │ │ ├── GUI_JFrame$18.class
│ │ │ ├── GUI_JFrame$19.class
│ │ │ ├── GUI_JFrame$2.class
│ │ │ ├── GUI_JFrame$20.class
│ │ │ ├── GUI_JFrame$21.class
│ │ │ ├── GUI_JFrame$22.class
│ │ │ ├── GUI_JFrame$23.class
│ │ │ ├── GUI_JFrame$24.class
│ │ │ ├── GUI_JFrame$3.class
│ │ │ ├── GUI_JFrame$4.class
│ │ │ ├── GUI_JFrame$5.class
│ │ │ ├── GUI_JFrame$6.class
│ │ │ ├── GUI_JFrame$7.class
│ │ │ ├── GUI_JFrame$8.class
│ │ │ ├── GUI_JFrame$9.class
│ │ │ ├── GUI_JFrame.class
│ │ │ ├── GUI_JFrame.form
│ │ │ └── Process.class
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ │ └── cpu_scheduling
│ │ ├── CPU_Scheduling.java
│ │ ├── GUI_JFrame.form
│ │ ├── GUI_JFrame.java
│ │ └── Process.java
│ ├── CPU_Scheduling
│ ├── build.xml
│ ├── build
│ │ └── classes
│ │ │ ├── .netbeans_automatic_build
│ │ │ ├── .netbeans_update_resources
│ │ │ └── cpu_scheduling
│ │ │ ├── CPU_Scheduling_GUI_JFrame$1.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$10.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$11.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$12.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$13.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$14.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$15.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$16.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$17.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$18.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$19.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$2.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$20.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$21.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$22.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$23.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$24.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$25.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$26.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$27.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$28.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$29.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$3.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$30.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$31.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$32.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$4.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$5.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$6.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$7.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$8.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$9.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame$Process.class
│ │ │ ├── CPU_Scheduling_GUI_JFrame.class
│ │ │ └── CPU_Scheduling_GUI_JFrame.form
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ │ └── cpu_scheduling
│ │ ├── CPU_Scheduling_GUI_JFrame.form
│ │ └── CPU_Scheduling_GUI_JFrame.java
│ └── CPU_SchedulingV2
│ ├── build.xml
│ ├── build
│ └── classes
│ │ ├── .netbeans_automatic_build
│ │ ├── .netbeans_update_resources
│ │ └── CPU_SchedulingCPU_Scheduling2
│ │ ├── CPU_SchedulingV2_GUI_Frame$1.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$10.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$11.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$12.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$13.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$14.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$15.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$16.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$17.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$18.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$19.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$2.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$3.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$4.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$5.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$6.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$7.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$8.class
│ │ ├── CPU_SchedulingV2_GUI_Frame$9.class
│ │ ├── CPU_SchedulingV2_GUI_Frame.class
│ │ └── CPU_SchedulingV2_GUI_Frame.form
│ ├── manifest.mf
│ ├── nbproject
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── private
│ │ ├── private.properties
│ │ └── private.xml
│ ├── project.properties
│ └── project.xml
│ └── src
│ └── CPU_SchedulingCPU_Scheduling2
│ ├── CPU_SchedulingV2_GUI_Frame.form
│ └── CPU_SchedulingV2_GUI_Frame.java
├── 操作系统概念 第7版 中文.pdf
└── 操作系统概念第七版习题答案-中文版.pdf
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU LESSER GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 |
9 | This version of the GNU Lesser General Public License incorporates
10 | the terms and conditions of version 3 of the GNU General Public
11 | License, supplemented by the additional permissions listed below.
12 |
13 | 0. Additional Definitions.
14 |
15 | As used herein, "this License" refers to version 3 of the GNU Lesser
16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU
17 | General Public License.
18 |
19 | "The Library" refers to a covered work governed by this License,
20 | other than an Application or a Combined Work as defined below.
21 |
22 | An "Application" is any work that makes use of an interface provided
23 | by the Library, but which is not otherwise based on the Library.
24 | Defining a subclass of a class defined by the Library is deemed a mode
25 | of using an interface provided by the Library.
26 |
27 | A "Combined Work" is a work produced by combining or linking an
28 | Application with the Library. The particular version of the Library
29 | with which the Combined Work was made is also called the "Linked
30 | Version".
31 |
32 | The "Minimal Corresponding Source" for a Combined Work means the
33 | Corresponding Source for the Combined Work, excluding any source code
34 | for portions of the Combined Work that, considered in isolation, are
35 | based on the Application, and not on the Linked Version.
36 |
37 | The "Corresponding Application Code" for a Combined Work means the
38 | object code and/or source code for the Application, including any data
39 | and utility programs needed for reproducing the Combined Work from the
40 | Application, but excluding the System Libraries of the Combined Work.
41 |
42 | 1. Exception to Section 3 of the GNU GPL.
43 |
44 | You may convey a covered work under sections 3 and 4 of this License
45 | without being bound by section 3 of the GNU GPL.
46 |
47 | 2. Conveying Modified Versions.
48 |
49 | If you modify a copy of the Library, and, in your modifications, a
50 | facility refers to a function or data to be supplied by an Application
51 | that uses the facility (other than as an argument passed when the
52 | facility is invoked), then you may convey a copy of the modified
53 | version:
54 |
55 | a) under this License, provided that you make a good faith effort to
56 | ensure that, in the event an Application does not supply the
57 | function or data, the facility still operates, and performs
58 | whatever part of its purpose remains meaningful, or
59 |
60 | b) under the GNU GPL, with none of the additional permissions of
61 | this License applicable to that copy.
62 |
63 | 3. Object Code Incorporating Material from Library Header Files.
64 |
65 | The object code form of an Application may incorporate material from
66 | a header file that is part of the Library. You may convey such object
67 | code under terms of your choice, provided that, if the incorporated
68 | material is not limited to numerical parameters, data structure
69 | layouts and accessors, or small macros, inline functions and templates
70 | (ten or fewer lines in length), you do both of the following:
71 |
72 | a) Give prominent notice with each copy of the object code that the
73 | Library is used in it and that the Library and its use are
74 | covered by this License.
75 |
76 | b) Accompany the object code with a copy of the GNU GPL and this license
77 | document.
78 |
79 | 4. Combined Works.
80 |
81 | You may convey a Combined Work under terms of your choice that,
82 | taken together, effectively do not restrict modification of the
83 | portions of the Library contained in the Combined Work and reverse
84 | engineering for debugging such modifications, if you also do each of
85 | the following:
86 |
87 | a) Give prominent notice with each copy of the Combined Work that
88 | the Library is used in it and that the Library and its use are
89 | covered by this License.
90 |
91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license
92 | document.
93 |
94 | c) For a Combined Work that displays copyright notices during
95 | execution, include the copyright notice for the Library among
96 | these notices, as well as a reference directing the user to the
97 | copies of the GNU GPL and this license document.
98 |
99 | d) Do one of the following:
100 |
101 | 0) Convey the Minimal Corresponding Source under the terms of this
102 | License, and the Corresponding Application Code in a form
103 | suitable for, and under terms that permit, the user to
104 | recombine or relink the Application with a modified version of
105 | the Linked Version to produce a modified Combined Work, in the
106 | manner specified by section 6 of the GNU GPL for conveying
107 | Corresponding Source.
108 |
109 | 1) Use a suitable shared library mechanism for linking with the
110 | Library. A suitable mechanism is one that (a) uses at run time
111 | a copy of the Library already present on the user's computer
112 | system, and (b) will operate properly with a modified version
113 | of the Library that is interface-compatible with the Linked
114 | Version.
115 |
116 | e) Provide Installation Information, but only if you would otherwise
117 | be required to provide such information under section 6 of the
118 | GNU GPL, and only to the extent that such information is
119 | necessary to install and execute a modified version of the
120 | Combined Work produced by recombining or relinking the
121 | Application with a modified version of the Linked Version. (If
122 | you use option 4d0, the Installation Information must accompany
123 | the Minimal Corresponding Source and Corresponding Application
124 | Code. If you use option 4d1, you must provide the Installation
125 | Information in the manner specified by section 6 of the GNU GPL
126 | for conveying Corresponding Source.)
127 |
128 | 5. Combined Libraries.
129 |
130 | You may place library facilities that are a work based on the
131 | Library side by side in a single library together with other library
132 | facilities that are not Applications and are not covered by this
133 | License, and convey such a combined library under terms of your
134 | choice, if you do both of the following:
135 |
136 | a) Accompany the combined library with a copy of the same work based
137 | on the Library, uncombined with any other library facilities,
138 | conveyed under the terms of this License.
139 |
140 | b) Give prominent notice with the combined library that part of it
141 | is a work based on the Library, and explaining where to find the
142 | accompanying uncombined form of the same work.
143 |
144 | 6. Revised Versions of the GNU Lesser General Public License.
145 |
146 | The Free Software Foundation may publish revised and/or new versions
147 | of the GNU Lesser General Public License from time to time. Such new
148 | versions will be similar in spirit to the present version, but may
149 | differ in detail to address new problems or concerns.
150 |
151 | Each version is given a distinguishing version number. If the
152 | Library as you received it specifies that a certain numbered version
153 | of the GNU Lesser General Public License "or any later version"
154 | applies to it, you have the option of following the terms and
155 | conditions either of that published version or of any later version
156 | published by the Free Software Foundation. If the Library as you
157 | received it does not specify a version number of the GNU Lesser
158 | General Public License, you may choose any version of the GNU Lesser
159 | General Public License ever published by the Free Software Foundation.
160 |
161 | If the Library as you received it specifies that a proxy can decide
162 | whether future versions of the GNU Lesser General Public License shall
163 | apply, that proxy's public statement of acceptance of any version is
164 | permanent authorization for you to choose that version for the
165 | Library.
166 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Operating-system-concept
2 | 操作系统概念,包含参考书籍——《操作系统概念 第7版 中文》、实验一CPU调度实验源码及报告、实验二内存分配与回收实验源码和报告等。
3 |
--------------------------------------------------------------------------------
/实验/实验一.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验一.docx
--------------------------------------------------------------------------------
/实验/实验二.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验二.docx
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/1.1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/1.1.jpg
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/1.2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/1.2.jpg
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/2.1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/2.1.jpg
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/2.2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/2.2.jpg
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/实验1《CPU Scheduling》.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/实验1《CPU Scheduling》.doc
--------------------------------------------------------------------------------
/实验/实验报告(1+2)/实验2《Allocation & Reclaim》.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/实验报告(1+2)/实验2《Allocation & Reclaim》.doc
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Builds, tests, and runs the project Allocation&Reclaim.
12 |
13 |
73 |
74 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/.netbeans_automatic_build:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/.netbeans_automatic_build
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/.netbeans_update_resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/.netbeans_update_resources
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$1.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$10.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$11.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$12.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$13.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$14.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$15.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$16.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$17.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$18.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$19.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$19.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$2.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$20.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$20.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$21.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$21.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$22.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$22.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$23.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$23.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$24.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$24.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$25.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$25.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$26.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$26.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$27.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$27.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$28.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$28.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$29.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$29.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$3.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$30.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$30.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$31.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$31.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$32.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$32.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$33.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$33.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$34.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$34.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$35.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$35.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$36.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$36.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$37.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$37.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$38.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$38.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$39.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$39.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$4.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$40.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$40.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$41.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$41.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$42.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$42.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$5.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$6.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$7.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$8.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame$9.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/Allocation&Reclaim/build/classes/allocation/reclaim/Allocation_Reclaim_GUI_Frame.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/manifest.mf:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | X-COMMENT: Main-Class will be added automatically by build
3 |
4 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/nbproject/genfiles.properties:
--------------------------------------------------------------------------------
1 | build.xml.data.CRC32=53015910
2 | build.xml.script.CRC32=327ff9a7
3 | build.xml.stylesheet.CRC32=8064a381@1.80.1.48
4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6 | nbproject/build-impl.xml.data.CRC32=53015910
7 | nbproject/build-impl.xml.script.CRC32=c6b57afe
8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
9 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/nbproject/private/private.properties:
--------------------------------------------------------------------------------
1 | compile.on.save=true
2 | user.properties.file=C:\\Users\\Summer\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
3 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/nbproject/private/private.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | file:/H:/NetBeansProjects/操作系统实验/Allocation&Reclaim/src/allocation/reclaim/Allocation_Reclaim_GUI_Frame.java
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/nbproject/project.properties:
--------------------------------------------------------------------------------
1 | annotation.processing.enabled=true
2 | annotation.processing.enabled.in.editor=false
3 | annotation.processing.processor.options=
4 | annotation.processing.processors.list=
5 | annotation.processing.run.all.processors=true
6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 | build.classes.dir=${build.dir}/classes
8 | build.classes.excludes=**/*.java,**/*.form
9 | # This directory is removed when the project is cleaned:
10 | build.dir=build
11 | build.generated.dir=${build.dir}/generated
12 | build.generated.sources.dir=${build.dir}/generated-sources
13 | # Only compile against the classpath explicitly listed here:
14 | build.sysclasspath=ignore
15 | build.test.classes.dir=${build.dir}/test/classes
16 | build.test.results.dir=${build.dir}/test/results
17 | # Uncomment to specify the preferred debugger connection transport:
18 | #debug.transport=dt_socket
19 | debug.classpath=\
20 | ${run.classpath}
21 | debug.test.classpath=\
22 | ${run.test.classpath}
23 | # build.classes.dir \u4e2d\u5e94\u4ece\u5206\u53d1 jar \u4e2d\u6392\u9664\u7684\u6587\u4ef6
24 | dist.archive.excludes=
25 | # This directory is removed when the project is cleaned:
26 | dist.dir=dist
27 | dist.jar=${dist.dir}/Allocation_Reclaim.jar
28 | dist.javadoc.dir=${dist.dir}/javadoc
29 | excludes=
30 | includes=**
31 | jar.compress=false
32 | javac.classpath=
33 | # Space-separated list of extra javac options
34 | javac.compilerargs=
35 | javac.deprecation=false
36 | javac.external.vm=true
37 | javac.processorpath=\
38 | ${javac.classpath}
39 | javac.source=1.8
40 | javac.target=1.8
41 | javac.test.classpath=\
42 | ${javac.classpath}:\
43 | ${build.classes.dir}
44 | javac.test.processorpath=\
45 | ${javac.test.classpath}
46 | javadoc.additionalparam=
47 | javadoc.author=false
48 | javadoc.encoding=${source.encoding}
49 | javadoc.noindex=false
50 | javadoc.nonavbar=false
51 | javadoc.notree=false
52 | javadoc.private=false
53 | javadoc.splitindex=true
54 | javadoc.use=true
55 | javadoc.version=false
56 | javadoc.windowtitle=
57 | main.class=allocation.reclaim.AllocationReclaim
58 | manifest.file=manifest.mf
59 | meta.inf.dir=${src.dir}/META-INF
60 | mkdist.disabled=false
61 | platform.active=default_platform
62 | run.classpath=\
63 | ${javac.classpath}:\
64 | ${build.classes.dir}
65 | # Space-separated list of JVM arguments used when running the project.
66 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
67 | # To set system properties for unit tests define test-sys-prop.name=value:
68 | run.jvmargs=
69 | run.test.classpath=\
70 | ${javac.test.classpath}:\
71 | ${build.test.classes.dir}
72 | source.encoding=UTF-8
73 | src.dir=src
74 | test.src.dir=test
75 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/Allocation&Reclaim/nbproject/project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.netbeans.modules.java.j2seproject
4 |
5 |
6 | Allocation&Reclaim
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Builds, tests, and runs the project CPU_Scheduling.
12 |
13 |
73 |
74 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/.netbeans_automatic_build:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/.netbeans_automatic_build
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/.netbeans_update_resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/.netbeans_update_resources
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/CPU_Scheduling.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/CPU_Scheduling.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$1.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$10.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$11.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$12.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$13.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$14.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$15.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$16.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$17.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$18.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$19.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$19.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$2.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$20.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$20.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$21.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$21.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$22.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$22.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$23.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$23.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$24.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$24.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$25.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$25.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$26.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$26.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$27.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$27.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$28.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$28.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$29.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$29.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$3.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$30.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$30.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$31.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$31.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$32.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$32.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$33.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$33.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$34.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$34.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$35.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$35.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$36.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$36.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$37.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$37.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$38.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$38.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$39.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$39.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$4.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$5.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$6.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$7.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$8.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame$9.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 1859/build/classes/cpu_scheduling/GUI_JFrame.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/manifest.mf:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | X-COMMENT: Main-Class will be added automatically by build
3 |
4 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/nbproject/genfiles.properties:
--------------------------------------------------------------------------------
1 | build.xml.data.CRC32=433b4637
2 | build.xml.script.CRC32=5bcb98da
3 | build.xml.stylesheet.CRC32=8064a381@1.80.1.48
4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6 | nbproject/build-impl.xml.data.CRC32=433b4637
7 | nbproject/build-impl.xml.script.CRC32=a1c657a0
8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
9 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/nbproject/private/private.properties:
--------------------------------------------------------------------------------
1 | compile.on.save=true
2 | user.properties.file=C:\\Users\\Summer\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
3 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/nbproject/private/private.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | file:/H:/NetBeansProjects/操作系统实验/CPU_Scheduling/src/cpu_scheduling/GUI_JFrame.java
7 | file:/H:/NetBeansProjects/操作系统实验/CPU_Scheduling/src/cpu_scheduling/CPU_Scheduling.java
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/nbproject/project.properties:
--------------------------------------------------------------------------------
1 | annotation.processing.enabled=true
2 | annotation.processing.enabled.in.editor=false
3 | annotation.processing.processor.options=
4 | annotation.processing.processors.list=
5 | annotation.processing.run.all.processors=true
6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 | build.classes.dir=${build.dir}/classes
8 | build.classes.excludes=**/*.java,**/*.form
9 | # This directory is removed when the project is cleaned:
10 | build.dir=build
11 | build.generated.dir=${build.dir}/generated
12 | build.generated.sources.dir=${build.dir}/generated-sources
13 | # Only compile against the classpath explicitly listed here:
14 | build.sysclasspath=ignore
15 | build.test.classes.dir=${build.dir}/test/classes
16 | build.test.results.dir=${build.dir}/test/results
17 | # Uncomment to specify the preferred debugger connection transport:
18 | #debug.transport=dt_socket
19 | debug.classpath=\
20 | ${run.classpath}
21 | debug.test.classpath=\
22 | ${run.test.classpath}
23 | # build.classes.dir \u4e2d\u5e94\u4ece\u5206\u53d1 jar \u4e2d\u6392\u9664\u7684\u6587\u4ef6
24 | dist.archive.excludes=
25 | # This directory is removed when the project is cleaned:
26 | dist.dir=dist
27 | dist.jar=${dist.dir}/CPU_Scheduling.jar
28 | dist.javadoc.dir=${dist.dir}/javadoc
29 | excludes=
30 | includes=**
31 | jar.compress=false
32 | javac.classpath=
33 | # Space-separated list of extra javac options
34 | javac.compilerargs=
35 | javac.deprecation=false
36 | javac.external.vm=true
37 | javac.processorpath=\
38 | ${javac.classpath}
39 | javac.source=1.8
40 | javac.target=1.8
41 | javac.test.classpath=\
42 | ${javac.classpath}:\
43 | ${build.classes.dir}
44 | javac.test.processorpath=\
45 | ${javac.test.classpath}
46 | javadoc.additionalparam=
47 | javadoc.author=false
48 | javadoc.encoding=${source.encoding}
49 | javadoc.noindex=false
50 | javadoc.nonavbar=false
51 | javadoc.notree=false
52 | javadoc.private=false
53 | javadoc.splitindex=true
54 | javadoc.use=true
55 | javadoc.version=false
56 | javadoc.windowtitle=
57 | main.class=cpu_scheduling.CPU_Scheduling
58 | manifest.file=manifest.mf
59 | meta.inf.dir=${src.dir}/META-INF
60 | mkdist.disabled=false
61 | platform.active=default_platform
62 | run.classpath=\
63 | ${javac.classpath}:\
64 | ${build.classes.dir}
65 | # Space-separated list of JVM arguments used when running the project.
66 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
67 | # To set system properties for unit tests define test-sys-prop.name=value:
68 | run.jvmargs=
69 | run.test.classpath=\
70 | ${javac.test.classpath}:\
71 | ${build.test.classes.dir}
72 | source.encoding=UTF-8
73 | src.dir=src
74 | test.src.dir=test
75 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/nbproject/project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.netbeans.modules.java.j2seproject
4 |
5 |
6 | CPU_Scheduling
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 1859/src/cpu_scheduling/CPU_Scheduling.java:
--------------------------------------------------------------------------------
1 | /*
2 | * To change this license header, choose License Headers in Project Properties.
3 | * To change this template file, choose Tools | Templates
4 | * and open the template in the editor.
5 | */
6 | package cpu_scheduling;
7 |
8 | /**
9 | *
10 | * @author Summer
11 | */
12 | public class CPU_Scheduling {
13 |
14 | /**
15 | * @param args the command line arguments
16 | */
17 | public static void main(String[] args) {
18 | // TODO code application logic here
19 | }
20 |
21 | }
22 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Builds, tests, and runs the project CPU_Scheduling.
12 |
13 |
73 |
74 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/.netbeans_automatic_build:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/.netbeans_automatic_build
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/.netbeans_update_resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/.netbeans_update_resources
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/CPU_Scheduling.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/CPU_Scheduling.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$1.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$10.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$11.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$12.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$13.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$14.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$15.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$16.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$17.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$18.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$19.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$19.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$2.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$20.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$20.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$21.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$21.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$22.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$22.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$23.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$23.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$24.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$24.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$3.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$4.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$5.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$6.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$7.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$8.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame$9.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/GUI_JFrame.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/Process.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling - 2043/build/classes/cpu_scheduling/Process.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/manifest.mf:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | X-COMMENT: Main-Class will be added automatically by build
3 |
4 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/nbproject/genfiles.properties:
--------------------------------------------------------------------------------
1 | build.xml.data.CRC32=433b4637
2 | build.xml.script.CRC32=5bcb98da
3 | build.xml.stylesheet.CRC32=8064a381@1.80.1.48
4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6 | nbproject/build-impl.xml.data.CRC32=433b4637
7 | nbproject/build-impl.xml.script.CRC32=a1c657a0
8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
9 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/nbproject/private/private.properties:
--------------------------------------------------------------------------------
1 | compile.on.save=true
2 | user.properties.file=C:\\Users\\Summer\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
3 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/nbproject/private/private.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | file:/H:/NetBeansProjects/操作系统实验/CPU_Scheduling/src/cpu_scheduling/GUI_JFrame.java
7 | file:/H:/NetBeansProjects/操作系统实验/CPU_Scheduling/src/cpu_scheduling/CPU_Scheduling.java
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/nbproject/project.properties:
--------------------------------------------------------------------------------
1 | annotation.processing.enabled=true
2 | annotation.processing.enabled.in.editor=false
3 | annotation.processing.processor.options=
4 | annotation.processing.processors.list=
5 | annotation.processing.run.all.processors=true
6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 | build.classes.dir=${build.dir}/classes
8 | build.classes.excludes=**/*.java,**/*.form
9 | # This directory is removed when the project is cleaned:
10 | build.dir=build
11 | build.generated.dir=${build.dir}/generated
12 | build.generated.sources.dir=${build.dir}/generated-sources
13 | # Only compile against the classpath explicitly listed here:
14 | build.sysclasspath=ignore
15 | build.test.classes.dir=${build.dir}/test/classes
16 | build.test.results.dir=${build.dir}/test/results
17 | # Uncomment to specify the preferred debugger connection transport:
18 | #debug.transport=dt_socket
19 | debug.classpath=\
20 | ${run.classpath}
21 | debug.test.classpath=\
22 | ${run.test.classpath}
23 | # build.classes.dir \u4e2d\u5e94\u4ece\u5206\u53d1 jar \u4e2d\u6392\u9664\u7684\u6587\u4ef6
24 | dist.archive.excludes=
25 | # This directory is removed when the project is cleaned:
26 | dist.dir=dist
27 | dist.jar=${dist.dir}/CPU_Scheduling.jar
28 | dist.javadoc.dir=${dist.dir}/javadoc
29 | excludes=
30 | includes=**
31 | jar.compress=false
32 | javac.classpath=
33 | # Space-separated list of extra javac options
34 | javac.compilerargs=
35 | javac.deprecation=false
36 | javac.external.vm=true
37 | javac.processorpath=\
38 | ${javac.classpath}
39 | javac.source=1.8
40 | javac.target=1.8
41 | javac.test.classpath=\
42 | ${javac.classpath}:\
43 | ${build.classes.dir}
44 | javac.test.processorpath=\
45 | ${javac.test.classpath}
46 | javadoc.additionalparam=
47 | javadoc.author=false
48 | javadoc.encoding=${source.encoding}
49 | javadoc.noindex=false
50 | javadoc.nonavbar=false
51 | javadoc.notree=false
52 | javadoc.private=false
53 | javadoc.splitindex=true
54 | javadoc.use=true
55 | javadoc.version=false
56 | javadoc.windowtitle=
57 | main.class=cpu_scheduling.CPU_Scheduling
58 | manifest.file=manifest.mf
59 | meta.inf.dir=${src.dir}/META-INF
60 | mkdist.disabled=false
61 | platform.active=default_platform
62 | run.classpath=\
63 | ${javac.classpath}:\
64 | ${build.classes.dir}
65 | # Space-separated list of JVM arguments used when running the project.
66 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
67 | # To set system properties for unit tests define test-sys-prop.name=value:
68 | run.jvmargs=
69 | run.test.classpath=\
70 | ${javac.test.classpath}:\
71 | ${build.test.classes.dir}
72 | source.encoding=UTF-8
73 | src.dir=src
74 | test.src.dir=test
75 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/nbproject/project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.netbeans.modules.java.j2seproject
4 |
5 |
6 | CPU_Scheduling
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/src/cpu_scheduling/CPU_Scheduling.java:
--------------------------------------------------------------------------------
1 | /*
2 | * To change this license header, choose License Headers in Project Properties.
3 | * To change this template file, choose Tools | Templates
4 | * and open the template in the editor.
5 | */
6 | package cpu_scheduling;
7 |
8 | /**
9 | *
10 | * @author Summer
11 | */
12 | public class CPU_Scheduling {
13 |
14 | /**
15 | * @param args the command line arguments
16 | */
17 | public static void main(String[] args) {
18 | // TODO code application logic here
19 | }
20 |
21 | }
22 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling - 2043/src/cpu_scheduling/Process.java:
--------------------------------------------------------------------------------
1 | /*
2 | * To change this license header, choose License Headers in Project Properties.
3 | * To change this template file, choose Tools | Templates
4 | * and open the template in the editor.
5 | */
6 | package cpu_scheduling;
7 |
8 | import java.util.ArrayList;
9 |
10 | /**
11 | *
12 | * @author Summer
13 | */
14 | public class Process {
15 | ArrayList p_name = new ArrayList();
16 | ArrayList p_time = new ArrayList();
17 | ArrayList p_rank = new ArrayList();
18 |
19 | public Process(){
20 |
21 | }
22 |
23 |
24 | }
25 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Builds, tests, and runs the project CPU_Scheduling.
12 |
13 |
73 |
74 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/.netbeans_automatic_build:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/.netbeans_automatic_build
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/.netbeans_update_resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/.netbeans_update_resources
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$1.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$10.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$11.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$12.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$13.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$14.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$15.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$16.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$17.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$18.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$19.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$19.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$2.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$20.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$20.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$21.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$21.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$22.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$22.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$23.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$23.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$24.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$24.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$25.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$25.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$26.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$26.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$27.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$27.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$28.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$28.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$29.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$29.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$3.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$30.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$30.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$31.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$31.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$32.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$32.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$4.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$5.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$6.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$7.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$8.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$9.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$Process.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame$Process.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_Scheduling/build/classes/cpu_scheduling/CPU_Scheduling_GUI_JFrame.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/manifest.mf:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | X-COMMENT: Main-Class will be added automatically by build
3 |
4 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/nbproject/genfiles.properties:
--------------------------------------------------------------------------------
1 | build.xml.data.CRC32=433b4637
2 | build.xml.script.CRC32=5bcb98da
3 | build.xml.stylesheet.CRC32=8064a381@1.80.1.48
4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6 | nbproject/build-impl.xml.data.CRC32=433b4637
7 | nbproject/build-impl.xml.script.CRC32=a1c657a0
8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
9 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/nbproject/private/private.properties:
--------------------------------------------------------------------------------
1 | compile.on.save=true
2 | user.properties.file=C:\\Users\\Summer\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
3 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/nbproject/private/private.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | file:/H:/NetBeansProjects/操作系统实验/CPU_Scheduling/src/cpu_scheduling/CPU_Scheduling_GUI_JFrame.java
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/nbproject/project.properties:
--------------------------------------------------------------------------------
1 | annotation.processing.enabled=true
2 | annotation.processing.enabled.in.editor=false
3 | annotation.processing.processor.options=
4 | annotation.processing.processors.list=
5 | annotation.processing.run.all.processors=true
6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 | build.classes.dir=${build.dir}/classes
8 | build.classes.excludes=**/*.java,**/*.form
9 | # This directory is removed when the project is cleaned:
10 | build.dir=build
11 | build.generated.dir=${build.dir}/generated
12 | build.generated.sources.dir=${build.dir}/generated-sources
13 | # Only compile against the classpath explicitly listed here:
14 | build.sysclasspath=ignore
15 | build.test.classes.dir=${build.dir}/test/classes
16 | build.test.results.dir=${build.dir}/test/results
17 | # Uncomment to specify the preferred debugger connection transport:
18 | #debug.transport=dt_socket
19 | debug.classpath=\
20 | ${run.classpath}
21 | debug.test.classpath=\
22 | ${run.test.classpath}
23 | # build.classes.dir \u4e2d\u5e94\u4ece\u5206\u53d1 jar \u4e2d\u6392\u9664\u7684\u6587\u4ef6
24 | dist.archive.excludes=
25 | # This directory is removed when the project is cleaned:
26 | dist.dir=dist
27 | dist.jar=${dist.dir}/CPU_Scheduling.jar
28 | dist.javadoc.dir=${dist.dir}/javadoc
29 | excludes=
30 | includes=**
31 | jar.compress=false
32 | javac.classpath=\
33 | ${libs.beans-binding.classpath}
34 | # Space-separated list of extra javac options
35 | javac.compilerargs=
36 | javac.deprecation=false
37 | javac.external.vm=true
38 | javac.processorpath=\
39 | ${javac.classpath}
40 | javac.source=1.8
41 | javac.target=1.8
42 | javac.test.classpath=\
43 | ${javac.classpath}:\
44 | ${build.classes.dir}
45 | javac.test.processorpath=\
46 | ${javac.test.classpath}
47 | javadoc.additionalparam=
48 | javadoc.author=false
49 | javadoc.encoding=${source.encoding}
50 | javadoc.noindex=false
51 | javadoc.nonavbar=false
52 | javadoc.notree=false
53 | javadoc.private=false
54 | javadoc.splitindex=true
55 | javadoc.use=true
56 | javadoc.version=false
57 | javadoc.windowtitle=
58 | main.class=cpu_scheduling.CPU_Scheduling
59 | manifest.file=manifest.mf
60 | meta.inf.dir=${src.dir}/META-INF
61 | mkdist.disabled=false
62 | platform.active=default_platform
63 | run.classpath=\
64 | ${javac.classpath}:\
65 | ${build.classes.dir}
66 | # Space-separated list of JVM arguments used when running the project.
67 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
68 | # To set system properties for unit tests define test-sys-prop.name=value:
69 | run.jvmargs=
70 | run.test.classpath=\
71 | ${javac.test.classpath}:\
72 | ${build.test.classes.dir}
73 | source.encoding=UTF-8
74 | src.dir=src
75 | test.src.dir=test
76 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_Scheduling/nbproject/project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.netbeans.modules.java.j2seproject
4 |
5 |
6 | CPU_Scheduling
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | Builds, tests, and runs the project CPU_SchedulingV2.
12 |
13 |
73 |
74 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/.netbeans_automatic_build:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/.netbeans_automatic_build
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/.netbeans_update_resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/.netbeans_update_resources
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$1.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$10.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$11.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$12.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$13.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$14.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$15.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$16.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$17.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$18.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$19.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$19.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$2.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$3.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$4.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$5.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$6.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$7.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$8.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame$9.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/实验/操作系统实验源码/CPU_SchedulingV2/build/classes/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame.class
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/manifest.mf:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | X-COMMENT: Main-Class will be added automatically by build
3 |
4 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/nbproject/genfiles.properties:
--------------------------------------------------------------------------------
1 | build.xml.data.CRC32=8480e61c
2 | build.xml.script.CRC32=e9eafcd3
3 | build.xml.stylesheet.CRC32=8064a381@1.80.1.48
4 | # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5 | # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6 | nbproject/build-impl.xml.data.CRC32=8480e61c
7 | nbproject/build-impl.xml.script.CRC32=27216bea
8 | nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
9 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/nbproject/private/private.properties:
--------------------------------------------------------------------------------
1 | compile.on.save=true
2 | user.properties.file=C:\\Users\\Summer\\AppData\\Roaming\\NetBeans\\8.2\\build.properties
3 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/nbproject/private/private.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | file:/H:/NetBeansProjects/操作系统实验/CPU_SchedulingV2/src/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame.java
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/nbproject/project.properties:
--------------------------------------------------------------------------------
1 | annotation.processing.enabled=true
2 | annotation.processing.enabled.in.editor=false
3 | annotation.processing.processor.options=
4 | annotation.processing.processors.list=
5 | annotation.processing.run.all.processors=true
6 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
7 | build.classes.dir=${build.dir}/classes
8 | build.classes.excludes=**/*.java,**/*.form
9 | # This directory is removed when the project is cleaned:
10 | build.dir=build
11 | build.generated.dir=${build.dir}/generated
12 | build.generated.sources.dir=${build.dir}/generated-sources
13 | # Only compile against the classpath explicitly listed here:
14 | build.sysclasspath=ignore
15 | build.test.classes.dir=${build.dir}/test/classes
16 | build.test.results.dir=${build.dir}/test/results
17 | # Uncomment to specify the preferred debugger connection transport:
18 | #debug.transport=dt_socket
19 | debug.classpath=\
20 | ${run.classpath}
21 | debug.test.classpath=\
22 | ${run.test.classpath}
23 | # build.classes.dir \u4e2d\u5e94\u4ece\u5206\u53d1 jar \u4e2d\u6392\u9664\u7684\u6587\u4ef6
24 | dist.archive.excludes=
25 | # This directory is removed when the project is cleaned:
26 | dist.dir=dist
27 | dist.jar=${dist.dir}/CPU_SchedulingV2.jar
28 | dist.javadoc.dir=${dist.dir}/javadoc
29 | excludes=
30 | includes=**
31 | jar.compress=false
32 | javac.classpath=
33 | # Space-separated list of extra javac options
34 | javac.compilerargs=
35 | javac.deprecation=false
36 | javac.external.vm=true
37 | javac.processorpath=\
38 | ${javac.classpath}
39 | javac.source=1.8
40 | javac.target=1.8
41 | javac.test.classpath=\
42 | ${javac.classpath}:\
43 | ${build.classes.dir}
44 | javac.test.processorpath=\
45 | ${javac.test.classpath}
46 | javadoc.additionalparam=
47 | javadoc.author=false
48 | javadoc.encoding=${source.encoding}
49 | javadoc.noindex=false
50 | javadoc.nonavbar=false
51 | javadoc.notree=false
52 | javadoc.private=false
53 | javadoc.splitindex=true
54 | javadoc.use=true
55 | javadoc.version=false
56 | javadoc.windowtitle=
57 | main.class=cpu_schedulingv2.CPU_SchedulingV2
58 | manifest.file=manifest.mf
59 | meta.inf.dir=${src.dir}/META-INF
60 | mkdist.disabled=false
61 | platform.active=default_platform
62 | run.classpath=\
63 | ${javac.classpath}:\
64 | ${build.classes.dir}
65 | # Space-separated list of JVM arguments used when running the project.
66 | # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
67 | # To set system properties for unit tests define test-sys-prop.name=value:
68 | run.jvmargs=
69 | run.test.classpath=\
70 | ${javac.test.classpath}:\
71 | ${build.test.classes.dir}
72 | source.encoding=UTF-8
73 | src.dir=src
74 | test.src.dir=test
75 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/nbproject/project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.netbeans.modules.java.j2seproject
4 |
5 |
6 | CPU_SchedulingV2
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/src/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame.form:
--------------------------------------------------------------------------------
1 |
2 |
3 |
932 |
--------------------------------------------------------------------------------
/实验/操作系统实验源码/CPU_SchedulingV2/src/CPU_SchedulingCPU_Scheduling2/CPU_SchedulingV2_GUI_Frame.java:
--------------------------------------------------------------------------------
1 | /*
2 | * To change this license header, choose License Headers in Project Properties.
3 | * To change this template file, choose Tools | Templates
4 | * and open the template in the editor.
5 | */
6 | package CPU_SchedulingCPU_Scheduling2;
7 |
8 | /**
9 | *
10 | * @author Summer
11 | */
12 | public class CPU_SchedulingV2_GUI_Frame extends javax.swing.JFrame {
13 |
14 | /**
15 | * Creates new form CPU_SchedulingV2_GUI_Frame
16 | */
17 | public CPU_SchedulingV2_GUI_Frame() {
18 | initComponents();
19 | this.setTitle("CPU Scheduling");
20 | this.setLocationRelativeTo(null); //设置窗口居中显示
21 | }
22 |
23 | /**
24 | * This method is called from within the constructor to initialize the form.
25 | * WARNING: Do NOT modify this code. The content of this method is always
26 | * regenerated by the Form Editor.
27 | */
28 | @SuppressWarnings("unchecked")
29 | // //GEN-BEGIN:initComponents
30 | private void initComponents() {
31 |
32 | jPanel1 = new javax.swing.JPanel();
33 | jButton3 = new javax.swing.JButton();
34 | jButton2 = new javax.swing.JButton();
35 | jScrollPane1 = new javax.swing.JScrollPane();
36 | jTable1 = new javax.swing.JTable();
37 | jPanel3 = new javax.swing.JPanel();
38 | jScrollPane3 = new javax.swing.JScrollPane();
39 | jTable3 = new javax.swing.JTable();
40 | jButton5 = new javax.swing.JButton();
41 | jButton7 = new javax.swing.JButton();
42 | jPanel4 = new javax.swing.JPanel();
43 | jLabel1 = new javax.swing.JLabel();
44 | jTextField1 = new javax.swing.JTextField();
45 | jLabel2 = new javax.swing.JLabel();
46 | jLabel3 = new javax.swing.JLabel();
47 | jTextField2 = new javax.swing.JTextField();
48 | jComboBox1 = new javax.swing.JComboBox<>();
49 | jPanel5 = new javax.swing.JPanel();
50 | jScrollPane5 = new javax.swing.JScrollPane();
51 | jTable5 = new javax.swing.JTable();
52 | jButton10 = new javax.swing.JButton();
53 | jButton11 = new javax.swing.JButton();
54 | jPanel6 = new javax.swing.JPanel();
55 | jScrollPane6 = new javax.swing.JScrollPane();
56 | jTable6 = new javax.swing.JTable();
57 | jButton12 = new javax.swing.JButton();
58 | jButton13 = new javax.swing.JButton();
59 | jLabel4 = new javax.swing.JLabel();
60 | jButton1 = new javax.swing.JButton();
61 | jPanel7 = new javax.swing.JPanel();
62 | jScrollPane7 = new javax.swing.JScrollPane();
63 | jTable7 = new javax.swing.JTable();
64 | jButton14 = new javax.swing.JButton();
65 | jButton15 = new javax.swing.JButton();
66 | jScrollPane2 = new javax.swing.JScrollPane();
67 | jTable2 = new javax.swing.JTable();
68 |
69 | setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
70 |
71 | jPanel1.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "添加进程", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
72 |
73 | jButton3.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
74 | jButton3.setText("清空");
75 |
76 | jButton2.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
77 | jButton2.setText("提交");
78 | jButton2.addMouseListener(new java.awt.event.MouseAdapter() {
79 | public void mouseClicked(java.awt.event.MouseEvent evt) {
80 | jButton2MouseClicked(evt);
81 | }
82 | });
83 | jButton2.addActionListener(new java.awt.event.ActionListener() {
84 | public void actionPerformed(java.awt.event.ActionEvent evt) {
85 | jButton2ActionPerformed(evt);
86 | }
87 | });
88 |
89 | jTable1.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
90 | jTable1.setModel(new javax.swing.table.DefaultTableModel(
91 | new Object [][] {
92 | {"a", new Integer(3), new Integer(3)},
93 | {"i", new Integer(8), new Integer(5)},
94 | {"d", new Integer(6), new Integer(1)},
95 | {"r", new Integer(2), new Integer(6)},
96 | {null, null, null},
97 | {null, null, null},
98 | {null, null, null}
99 | },
100 | new String [] {
101 | "进程名", "运行时间", "优先级"
102 | }
103 | ) {
104 | Class[] types = new Class [] {
105 | java.lang.Object.class, java.lang.Integer.class, java.lang.Integer.class
106 | };
107 |
108 | public Class getColumnClass(int columnIndex) {
109 | return types [columnIndex];
110 | }
111 | });
112 | jTable1.setColumnSelectionAllowed(true);
113 | jTable1.setRowHeight(20);
114 | jTable1.getTableHeader().setReorderingAllowed(false);
115 | jScrollPane1.setViewportView(jTable1);
116 | jTable1.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
117 | if (jTable1.getColumnModel().getColumnCount() > 0) {
118 | jTable1.getColumnModel().getColumn(0).setResizable(false);
119 | jTable1.getColumnModel().getColumn(1).setResizable(false);
120 | jTable1.getColumnModel().getColumn(2).setResizable(false);
121 | }
122 |
123 | javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
124 | jPanel1.setLayout(jPanel1Layout);
125 | jPanel1Layout.setHorizontalGroup(
126 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
127 | .addGroup(jPanel1Layout.createSequentialGroup()
128 | .addContainerGap()
129 | .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 196, javax.swing.GroupLayout.PREFERRED_SIZE)
130 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
131 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
132 | .addComponent(jButton2)
133 | .addComponent(jButton3))
134 | .addContainerGap())
135 | );
136 | jPanel1Layout.setVerticalGroup(
137 | jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
138 | .addGroup(jPanel1Layout.createSequentialGroup()
139 | .addContainerGap()
140 | .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
141 | .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)
142 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
143 | .addComponent(jButton2)
144 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
145 | .addComponent(jButton3)))
146 | .addContainerGap())
147 | );
148 |
149 | jPanel3.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "就绪队列", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
150 |
151 | jTable3.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
152 | jTable3.setModel(new javax.swing.table.DefaultTableModel(
153 | new Object [][] {
154 | {"a", "1", null},
155 | {"b", null, null},
156 | {null, null, null},
157 | {null, null, null},
158 | {null, null, null},
159 | {null, null, null},
160 | {null, null, null}
161 | },
162 | new String [] {
163 | "进程名", "运行时间", "优先级"
164 | }
165 | ) {
166 | Class[] types = new Class [] {
167 | java.lang.Object.class, java.lang.Object.class, java.lang.Integer.class
168 | };
169 | boolean[] canEdit = new boolean [] {
170 | false, false, false
171 | };
172 |
173 | public Class getColumnClass(int columnIndex) {
174 | return types [columnIndex];
175 | }
176 |
177 | public boolean isCellEditable(int rowIndex, int columnIndex) {
178 | return canEdit [columnIndex];
179 | }
180 | });
181 | jTable3.setColumnSelectionAllowed(true);
182 | jTable3.setRowHeight(20);
183 | jTable3.getTableHeader().setReorderingAllowed(false);
184 | jScrollPane3.setViewportView(jTable3);
185 | jTable3.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
186 | if (jTable3.getColumnModel().getColumnCount() > 0) {
187 | jTable3.getColumnModel().getColumn(0).setResizable(false);
188 | jTable3.getColumnModel().getColumn(1).setResizable(false);
189 | jTable3.getColumnModel().getColumn(2).setResizable(false);
190 | }
191 |
192 | jButton5.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
193 | jButton5.setText("挂起");
194 | jButton5.addActionListener(new java.awt.event.ActionListener() {
195 | public void actionPerformed(java.awt.event.ActionEvent evt) {
196 | jButton5ActionPerformed(evt);
197 | }
198 | });
199 |
200 | jButton7.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
201 | jButton7.setText("运行");
202 | jButton7.addActionListener(new java.awt.event.ActionListener() {
203 | public void actionPerformed(java.awt.event.ActionEvent evt) {
204 | jButton7ActionPerformed(evt);
205 | }
206 | });
207 |
208 | javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);
209 | jPanel3.setLayout(jPanel3Layout);
210 | jPanel3Layout.setHorizontalGroup(
211 | jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
212 | .addGroup(jPanel3Layout.createSequentialGroup()
213 | .addContainerGap()
214 | .addComponent(jScrollPane3, javax.swing.GroupLayout.PREFERRED_SIZE, 196, javax.swing.GroupLayout.PREFERRED_SIZE)
215 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
216 | .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
217 | .addComponent(jButton5)
218 | .addComponent(jButton7))
219 | .addContainerGap())
220 | );
221 | jPanel3Layout.setVerticalGroup(
222 | jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
223 | .addGroup(jPanel3Layout.createSequentialGroup()
224 | .addContainerGap()
225 | .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
226 | .addComponent(jScrollPane3, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)
227 | .addGroup(jPanel3Layout.createSequentialGroup()
228 | .addComponent(jButton5)
229 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
230 | .addComponent(jButton7)))
231 | .addContainerGap())
232 | );
233 |
234 | jPanel4.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "CPU", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
235 |
236 | jLabel1.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
237 | jLabel1.setText("CPU");
238 |
239 | jTextField1.setEditable(false);
240 | jTextField1.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
241 |
242 | jLabel2.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
243 | jLabel2.setText("Time");
244 |
245 | jLabel3.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
246 | jLabel3.setText("道数");
247 |
248 | jTextField2.setEditable(false);
249 | jTextField2.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
250 |
251 | jComboBox1.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
252 | jComboBox1.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "1", "2", "3", "4", "5", "6", "7" }));
253 |
254 | javax.swing.GroupLayout jPanel4Layout = new javax.swing.GroupLayout(jPanel4);
255 | jPanel4.setLayout(jPanel4Layout);
256 | jPanel4Layout.setHorizontalGroup(
257 | jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
258 | .addGroup(jPanel4Layout.createSequentialGroup()
259 | .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
260 | .addGroup(jPanel4Layout.createSequentialGroup()
261 | .addGap(21, 21, 21)
262 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 36, javax.swing.GroupLayout.PREFERRED_SIZE)
263 | .addGap(37, 37, 37))
264 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel4Layout.createSequentialGroup()
265 | .addContainerGap()
266 | .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, 62, javax.swing.GroupLayout.PREFERRED_SIZE)
267 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)))
268 | .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
269 | .addGroup(jPanel4Layout.createSequentialGroup()
270 | .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 62, javax.swing.GroupLayout.PREFERRED_SIZE)
271 | .addGap(18, 18, 18)
272 | .addComponent(jComboBox1, javax.swing.GroupLayout.PREFERRED_SIZE, 50, javax.swing.GroupLayout.PREFERRED_SIZE))
273 | .addGroup(jPanel4Layout.createSequentialGroup()
274 | .addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 36, javax.swing.GroupLayout.PREFERRED_SIZE)
275 | .addGap(49, 49, 49)
276 | .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 36, javax.swing.GroupLayout.PREFERRED_SIZE)))
277 | .addContainerGap(67, Short.MAX_VALUE))
278 | );
279 | jPanel4Layout.setVerticalGroup(
280 | jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
281 | .addGroup(jPanel4Layout.createSequentialGroup()
282 | .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
283 | .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)
284 | .addComponent(jLabel2, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE)
285 | .addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 30, javax.swing.GroupLayout.PREFERRED_SIZE))
286 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
287 | .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
288 | .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
289 | .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE)
290 | .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, 37, javax.swing.GroupLayout.PREFERRED_SIZE))
291 | .addComponent(jComboBox1)))
292 | );
293 |
294 | jPanel5.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "挂起队列", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
295 |
296 | jTable5.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
297 | jTable5.setModel(new javax.swing.table.DefaultTableModel(
298 | new Object [][] {
299 | {"a", "1", null},
300 | {"b", null, null},
301 | {null, null, null},
302 | {null, null, null},
303 | {null, null, null},
304 | {null, null, null},
305 | {null, null, null}
306 | },
307 | new String [] {
308 | "进程名", "运行时间", "优先级"
309 | }
310 | ) {
311 | Class[] types = new Class [] {
312 | java.lang.Object.class, java.lang.Object.class, java.lang.Integer.class
313 | };
314 | boolean[] canEdit = new boolean [] {
315 | false, false, false
316 | };
317 |
318 | public Class getColumnClass(int columnIndex) {
319 | return types [columnIndex];
320 | }
321 |
322 | public boolean isCellEditable(int rowIndex, int columnIndex) {
323 | return canEdit [columnIndex];
324 | }
325 | });
326 | jTable5.setRowHeight(20);
327 | jTable5.getTableHeader().setReorderingAllowed(false);
328 | jScrollPane5.setViewportView(jTable5);
329 | jTable5.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
330 | if (jTable5.getColumnModel().getColumnCount() > 0) {
331 | jTable5.getColumnModel().getColumn(0).setResizable(false);
332 | jTable5.getColumnModel().getColumn(1).setResizable(false);
333 | jTable5.getColumnModel().getColumn(2).setResizable(false);
334 | }
335 |
336 | jButton10.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
337 | jButton10.setText("挂起");
338 | jButton10.addActionListener(new java.awt.event.ActionListener() {
339 | public void actionPerformed(java.awt.event.ActionEvent evt) {
340 | jButton10ActionPerformed(evt);
341 | }
342 | });
343 |
344 | jButton11.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
345 | jButton11.setText("运行");
346 | jButton11.addActionListener(new java.awt.event.ActionListener() {
347 | public void actionPerformed(java.awt.event.ActionEvent evt) {
348 | jButton11ActionPerformed(evt);
349 | }
350 | });
351 |
352 | javax.swing.GroupLayout jPanel5Layout = new javax.swing.GroupLayout(jPanel5);
353 | jPanel5.setLayout(jPanel5Layout);
354 | jPanel5Layout.setHorizontalGroup(
355 | jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
356 | .addGroup(jPanel5Layout.createSequentialGroup()
357 | .addContainerGap()
358 | .addComponent(jScrollPane5, javax.swing.GroupLayout.PREFERRED_SIZE, 196, javax.swing.GroupLayout.PREFERRED_SIZE)
359 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
360 | .addGroup(jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
361 | .addComponent(jButton10)
362 | .addComponent(jButton11))
363 | .addContainerGap())
364 | );
365 | jPanel5Layout.setVerticalGroup(
366 | jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
367 | .addGroup(jPanel5Layout.createSequentialGroup()
368 | .addContainerGap()
369 | .addGroup(jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
370 | .addComponent(jScrollPane5, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)
371 | .addGroup(jPanel5Layout.createSequentialGroup()
372 | .addComponent(jButton10)
373 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
374 | .addComponent(jButton11)))
375 | .addContainerGap())
376 | );
377 |
378 | jPanel6.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "终止进程", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
379 |
380 | jTable6.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
381 | jTable6.setModel(new javax.swing.table.DefaultTableModel(
382 | new Object [][] {
383 | {"a", null, null},
384 | {"b", null, null},
385 | {null, null, null},
386 | {null, null, null},
387 | {null, null, null},
388 | {null, null, null},
389 | {null, null, null}
390 | },
391 | new String [] {
392 | "进程名", "运行时间", "优先级"
393 | }
394 | ) {
395 | Class[] types = new Class [] {
396 | java.lang.Object.class, java.lang.Integer.class, java.lang.Integer.class
397 | };
398 | boolean[] canEdit = new boolean [] {
399 | false, false, false
400 | };
401 |
402 | public Class getColumnClass(int columnIndex) {
403 | return types [columnIndex];
404 | }
405 |
406 | public boolean isCellEditable(int rowIndex, int columnIndex) {
407 | return canEdit [columnIndex];
408 | }
409 | });
410 | jTable6.setColumnSelectionAllowed(true);
411 | jTable6.setRowHeight(20);
412 | jTable6.getTableHeader().setReorderingAllowed(false);
413 | jScrollPane6.setViewportView(jTable6);
414 | jTable6.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
415 | if (jTable6.getColumnModel().getColumnCount() > 0) {
416 | jTable6.getColumnModel().getColumn(0).setResizable(false);
417 | jTable6.getColumnModel().getColumn(1).setResizable(false);
418 | jTable6.getColumnModel().getColumn(2).setResizable(false);
419 | }
420 |
421 | jButton12.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
422 | jButton12.setText("挂起");
423 | jButton12.addActionListener(new java.awt.event.ActionListener() {
424 | public void actionPerformed(java.awt.event.ActionEvent evt) {
425 | jButton12ActionPerformed(evt);
426 | }
427 | });
428 |
429 | jButton13.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
430 | jButton13.setText("运行");
431 | jButton13.addActionListener(new java.awt.event.ActionListener() {
432 | public void actionPerformed(java.awt.event.ActionEvent evt) {
433 | jButton13ActionPerformed(evt);
434 | }
435 | });
436 |
437 | javax.swing.GroupLayout jPanel6Layout = new javax.swing.GroupLayout(jPanel6);
438 | jPanel6.setLayout(jPanel6Layout);
439 | jPanel6Layout.setHorizontalGroup(
440 | jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
441 | .addGroup(jPanel6Layout.createSequentialGroup()
442 | .addContainerGap()
443 | .addComponent(jScrollPane6, javax.swing.GroupLayout.PREFERRED_SIZE, 196, javax.swing.GroupLayout.PREFERRED_SIZE)
444 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
445 | .addGroup(jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
446 | .addComponent(jButton12)
447 | .addComponent(jButton13))
448 | .addContainerGap())
449 | );
450 | jPanel6Layout.setVerticalGroup(
451 | jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
452 | .addGroup(jPanel6Layout.createSequentialGroup()
453 | .addContainerGap()
454 | .addGroup(jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
455 | .addComponent(jScrollPane6, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)
456 | .addGroup(jPanel6Layout.createSequentialGroup()
457 | .addComponent(jButton12)
458 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
459 | .addComponent(jButton13)))
460 | .addContainerGap())
461 | );
462 |
463 | jLabel4.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
464 | jLabel4.setText("CPU Scheduling");
465 |
466 | jButton1.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
467 | jButton1.setText("退出");
468 | jButton1.addMouseListener(new java.awt.event.MouseAdapter() {
469 | public void mouseClicked(java.awt.event.MouseEvent evt) {
470 | jButton1MouseClicked(evt);
471 | }
472 | });
473 | jButton1.addActionListener(new java.awt.event.ActionListener() {
474 | public void actionPerformed(java.awt.event.ActionEvent evt) {
475 | jButton1ActionPerformed(evt);
476 | }
477 | });
478 |
479 | jPanel7.setBorder(javax.swing.BorderFactory.createTitledBorder(null, "挂起队列", javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, new java.awt.Font("宋体", 0, 18))); // NOI18N
480 |
481 | jTable7.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
482 | jTable7.setModel(new javax.swing.table.DefaultTableModel(
483 | new Object [][] {
484 | {"a", "1", null},
485 | {"b", null, null},
486 | {null, null, null},
487 | {null, null, null},
488 | {null, null, null},
489 | {null, null, null},
490 | {null, null, null}
491 | },
492 | new String [] {
493 | "进程名", "运行时间", "优先级"
494 | }
495 | ) {
496 | Class[] types = new Class [] {
497 | java.lang.Object.class, java.lang.Object.class, java.lang.Integer.class
498 | };
499 | boolean[] canEdit = new boolean [] {
500 | false, false, false
501 | };
502 |
503 | public Class getColumnClass(int columnIndex) {
504 | return types [columnIndex];
505 | }
506 |
507 | public boolean isCellEditable(int rowIndex, int columnIndex) {
508 | return canEdit [columnIndex];
509 | }
510 | });
511 | jTable7.setRowHeight(20);
512 | jTable7.getTableHeader().setReorderingAllowed(false);
513 | jScrollPane7.setViewportView(jTable7);
514 | jTable7.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_SELECTION);
515 | if (jTable7.getColumnModel().getColumnCount() > 0) {
516 | jTable7.getColumnModel().getColumn(0).setResizable(false);
517 | jTable7.getColumnModel().getColumn(1).setResizable(false);
518 | jTable7.getColumnModel().getColumn(2).setResizable(false);
519 | }
520 |
521 | jButton14.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
522 | jButton14.setText("挂起");
523 | jButton14.addActionListener(new java.awt.event.ActionListener() {
524 | public void actionPerformed(java.awt.event.ActionEvent evt) {
525 | jButton14ActionPerformed(evt);
526 | }
527 | });
528 |
529 | jButton15.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
530 | jButton15.setText("运行");
531 | jButton15.addActionListener(new java.awt.event.ActionListener() {
532 | public void actionPerformed(java.awt.event.ActionEvent evt) {
533 | jButton15ActionPerformed(evt);
534 | }
535 | });
536 |
537 | javax.swing.GroupLayout jPanel7Layout = new javax.swing.GroupLayout(jPanel7);
538 | jPanel7.setLayout(jPanel7Layout);
539 | jPanel7Layout.setHorizontalGroup(
540 | jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
541 | .addGroup(jPanel7Layout.createSequentialGroup()
542 | .addContainerGap()
543 | .addComponent(jScrollPane7, javax.swing.GroupLayout.PREFERRED_SIZE, 196, javax.swing.GroupLayout.PREFERRED_SIZE)
544 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
545 | .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
546 | .addComponent(jButton14)
547 | .addComponent(jButton15))
548 | .addContainerGap())
549 | );
550 | jPanel7Layout.setVerticalGroup(
551 | jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
552 | .addGroup(jPanel7Layout.createSequentialGroup()
553 | .addContainerGap()
554 | .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
555 | .addComponent(jScrollPane7, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)
556 | .addGroup(jPanel7Layout.createSequentialGroup()
557 | .addComponent(jButton14)
558 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
559 | .addComponent(jButton15)))
560 | .addContainerGap())
561 | );
562 |
563 | jTable2.setFont(new java.awt.Font("宋体", 0, 18)); // NOI18N
564 | jTable2.setModel(new javax.swing.table.DefaultTableModel(
565 | new Object [][] {
566 | {null, null, null},
567 | {null, null, null},
568 | {null, null, null},
569 | {null, null, null},
570 | {null, null, null},
571 | {null, null, null},
572 | {null, null, null},
573 | {null, null, null},
574 | {null, null, null},
575 | {null, null, null},
576 | {null, null, null},
577 | {null, null, null},
578 | {null, null, null},
579 | {null, null, null},
580 | {null, null, null},
581 | {null, null, null},
582 | {null, null, null},
583 | {null, null, null},
584 | {null, null, null},
585 | {null, null, null},
586 | {null, null, null},
587 | {null, null, null},
588 | {null, null, null},
589 | {null, null, null},
590 | {null, null, null},
591 | {null, null, null}
592 | },
593 | new String [] {
594 | "进程名", "起址", "长度"
595 | }
596 | ) {
597 | boolean[] canEdit = new boolean [] {
598 | false, false, false
599 | };
600 |
601 | public boolean isCellEditable(int rowIndex, int columnIndex) {
602 | return canEdit [columnIndex];
603 | }
604 | });
605 | jTable2.setRowHeight(23);
606 | jTable2.getTableHeader().setReorderingAllowed(false);
607 | jScrollPane2.setViewportView(jTable2);
608 |
609 | javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
610 | getContentPane().setLayout(layout);
611 | layout.setHorizontalGroup(
612 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
613 | .addGroup(layout.createSequentialGroup()
614 | .addContainerGap()
615 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
616 | .addGroup(layout.createSequentialGroup()
617 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
618 | .addGroup(layout.createSequentialGroup()
619 | .addGap(8, 8, 8)
620 | .addComponent(jLabel4))
621 | .addGroup(layout.createSequentialGroup()
622 | .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
623 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
624 | .addComponent(jPanel7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
625 | .addGap(10, 10, 10)
626 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
627 | .addComponent(jButton1)
628 | .addComponent(jPanel3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
629 | .addGroup(layout.createSequentialGroup()
630 | .addComponent(jPanel6, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
631 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
632 | .addComponent(jPanel5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
633 | .addComponent(jPanel4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
634 | .addGap(18, 18, 18)
635 | .addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, 152, javax.swing.GroupLayout.PREFERRED_SIZE)
636 | .addContainerGap(32, Short.MAX_VALUE))
637 | );
638 | layout.setVerticalGroup(
639 | layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
640 | .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
641 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
642 | .addGroup(layout.createSequentialGroup()
643 | .addComponent(jLabel4, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
644 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED))
645 | .addGroup(layout.createSequentialGroup()
646 | .addGap(0, 0, Short.MAX_VALUE)
647 | .addComponent(jButton1)
648 | .addGap(7, 7, 7)))
649 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
650 | .addGroup(layout.createSequentialGroup()
651 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
652 | .addGroup(layout.createSequentialGroup()
653 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
654 | .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
655 | .addComponent(jPanel7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
656 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
657 | .addComponent(jPanel4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
658 | .addComponent(jPanel3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
659 | .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
660 | .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
661 | .addComponent(jPanel5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
662 | .addComponent(jPanel6, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
663 | .addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, 629, javax.swing.GroupLayout.PREFERRED_SIZE))
664 | .addContainerGap())
665 | );
666 |
667 | pack();
668 | }// //GEN-END:initComponents
669 |
670 | private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton2ActionPerformed
671 | // TODO add your handling code here:
672 | }//GEN-LAST:event_jButton2ActionPerformed
673 |
674 | private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton5ActionPerformed
675 | // TODO add your handling code here:
676 | }//GEN-LAST:event_jButton5ActionPerformed
677 |
678 | private void jButton7ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton7ActionPerformed
679 | // TODO add your handling code here:
680 | }//GEN-LAST:event_jButton7ActionPerformed
681 |
682 | private void jButton10ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton10ActionPerformed
683 | // TODO add your handling code here:
684 | }//GEN-LAST:event_jButton10ActionPerformed
685 |
686 | private void jButton11ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton11ActionPerformed
687 | // TODO add your handling code here:
688 | }//GEN-LAST:event_jButton11ActionPerformed
689 |
690 | private void jButton12ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton12ActionPerformed
691 | // TODO add your handling code here:
692 | }//GEN-LAST:event_jButton12ActionPerformed
693 |
694 | private void jButton13ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton13ActionPerformed
695 | // TODO add your handling code here:
696 | }//GEN-LAST:event_jButton13ActionPerformed
697 |
698 | private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
699 | // TODO add your handling code here:
700 | }//GEN-LAST:event_jButton1ActionPerformed
701 |
702 | private void jButton1MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton1MouseClicked
703 | // TODO add your handling code here:
704 | System.exit(WIDTH);
705 | }//GEN-LAST:event_jButton1MouseClicked
706 |
707 | private void jButton2MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton2MouseClicked
708 | // TODO add your handling code here:
709 |
710 | }//GEN-LAST:event_jButton2MouseClicked
711 |
712 | private void jButton14ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton14ActionPerformed
713 | // TODO add your handling code here:
714 | }//GEN-LAST:event_jButton14ActionPerformed
715 |
716 | private void jButton15ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton15ActionPerformed
717 | // TODO add your handling code here:
718 | }//GEN-LAST:event_jButton15ActionPerformed
719 |
720 | /**
721 | * @param args the command line arguments
722 | */
723 | public static void main(String args[]) {
724 | /* Set the Nimbus look and feel */
725 | //
726 | /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
727 | * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
728 | */
729 | try {
730 | for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
731 | if ("Nimbus".equals(info.getName())) {
732 | javax.swing.UIManager.setLookAndFeel(info.getClassName());
733 | break;
734 | }
735 | }
736 | } catch (ClassNotFoundException ex) {
737 | java.util.logging.Logger.getLogger(CPU_SchedulingV2_GUI_Frame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
738 | } catch (InstantiationException ex) {
739 | java.util.logging.Logger.getLogger(CPU_SchedulingV2_GUI_Frame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
740 | } catch (IllegalAccessException ex) {
741 | java.util.logging.Logger.getLogger(CPU_SchedulingV2_GUI_Frame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
742 | } catch (javax.swing.UnsupportedLookAndFeelException ex) {
743 | java.util.logging.Logger.getLogger(CPU_SchedulingV2_GUI_Frame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
744 | }
745 | //
746 |
747 | /* Create and display the form */
748 | java.awt.EventQueue.invokeLater(new Runnable() {
749 | public void run() {
750 | new CPU_SchedulingV2_GUI_Frame().setVisible(true);
751 | }
752 | });
753 | }
754 |
755 | // Variables declaration - do not modify//GEN-BEGIN:variables
756 | private javax.swing.JButton jButton1;
757 | private javax.swing.JButton jButton10;
758 | private javax.swing.JButton jButton11;
759 | private javax.swing.JButton jButton12;
760 | private javax.swing.JButton jButton13;
761 | private javax.swing.JButton jButton14;
762 | private javax.swing.JButton jButton15;
763 | private javax.swing.JButton jButton2;
764 | private javax.swing.JButton jButton3;
765 | private javax.swing.JButton jButton5;
766 | private javax.swing.JButton jButton7;
767 | private javax.swing.JComboBox jComboBox1;
768 | private javax.swing.JLabel jLabel1;
769 | private javax.swing.JLabel jLabel2;
770 | private javax.swing.JLabel jLabel3;
771 | private javax.swing.JLabel jLabel4;
772 | private javax.swing.JPanel jPanel1;
773 | private javax.swing.JPanel jPanel3;
774 | private javax.swing.JPanel jPanel4;
775 | private javax.swing.JPanel jPanel5;
776 | private javax.swing.JPanel jPanel6;
777 | private javax.swing.JPanel jPanel7;
778 | private javax.swing.JScrollPane jScrollPane1;
779 | private javax.swing.JScrollPane jScrollPane2;
780 | private javax.swing.JScrollPane jScrollPane3;
781 | private javax.swing.JScrollPane jScrollPane5;
782 | private javax.swing.JScrollPane jScrollPane6;
783 | private javax.swing.JScrollPane jScrollPane7;
784 | private javax.swing.JTable jTable1;
785 | private javax.swing.JTable jTable2;
786 | private javax.swing.JTable jTable3;
787 | private javax.swing.JTable jTable5;
788 | private javax.swing.JTable jTable6;
789 | private javax.swing.JTable jTable7;
790 | private javax.swing.JTextField jTextField1;
791 | private javax.swing.JTextField jTextField2;
792 | // End of variables declaration//GEN-END:variables
793 | }
794 |
--------------------------------------------------------------------------------
/操作系统概念 第7版 中文.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/操作系统概念 第7版 中文.pdf
--------------------------------------------------------------------------------
/操作系统概念第七版习题答案-中文版.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zz2summer/Operating-system-concept/54b3ead71a7d596e7cfce666447a39adf60fc519/操作系统概念第七版习题答案-中文版.pdf
--------------------------------------------------------------------------------