├── 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 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 |
207 |
208 | 209 | 210 | 211 | 212 | <Editor/> 213 | <Renderer/> 214 | </Column> 215 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 216 | <Title/> 217 | <Editor/> 218 | <Renderer/> 219 | </Column> 220 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 221 | <Title/> 222 | <Editor/> 223 | <Renderer/> 224 | </Column> 225 | </TableColumnModel> 226 | </Property> 227 | <Property name="columnSelectionAllowed" type="boolean" value="true"/> 228 | <Property name="rowHeight" type="int" value="20"/> 229 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 230 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 231 | </Property> 232 | </Properties> 233 | </Component> 234 | </SubComponents> 235 | </Container> 236 | </SubComponents> 237 | </Container> 238 | <Container class="javax.swing.JPanel" name="jPanel3"> 239 | <Properties> 240 | <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 241 | <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 242 | <TitledBorder title="就绪队列"> 243 | <Font PropertyName="font" name="宋体" size="18" style="0"/> 244 | </TitledBorder> 245 | </Border> 246 | </Property> 247 | </Properties> 248 | 249 | <Layout> 250 | <DimensionLayout dim="0"> 251 | <Group type="103" groupAlignment="0" attributes="0"> 252 | <Group type="102" alignment="0" attributes="0"> 253 | <EmptySpace max="-2" attributes="0"/> 254 | <Component id="jScrollPane3" min="-2" pref="196" max="-2" attributes="0"/> 255 | <EmptySpace max="-2" attributes="0"/> 256 | <Group type="103" groupAlignment="0" attributes="0"> 257 | <Component id="jButton5" min="-2" max="-2" attributes="0"/> 258 | <Component id="jButton7" alignment="0" min="-2" max="-2" attributes="0"/> 259 | </Group> 260 | <EmptySpace max="-2" attributes="0"/> 261 | </Group> 262 | </Group> 263 | </DimensionLayout> 264 | <DimensionLayout dim="1"> 265 | <Group type="103" groupAlignment="0" attributes="0"> 266 | <Group type="102" alignment="0" attributes="0"> 267 | <EmptySpace max="-2" attributes="0"/> 268 | <Group type="103" groupAlignment="1" attributes="0"> 269 | <Component id="jScrollPane3" min="-2" pref="168" max="-2" attributes="0"/> 270 | <Group type="102" attributes="0"> 271 | <Component id="jButton5" min="-2" max="-2" attributes="0"/> 272 | <EmptySpace type="unrelated" max="-2" attributes="0"/> 273 | <Component id="jButton7" min="-2" max="-2" attributes="0"/> 274 | </Group> 275 | </Group> 276 | <EmptySpace max="-2" attributes="0"/> 277 | </Group> 278 | </Group> 279 | </DimensionLayout> 280 | </Layout> 281 | <SubComponents> 282 | <Container class="javax.swing.JScrollPane" name="jScrollPane3"> 283 | <AuxValues> 284 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 285 | </AuxValues> 286 | 287 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 288 | <SubComponents> 289 | <Component class="javax.swing.JTable" name="jTable3"> 290 | <Properties> 291 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 292 | <Font name="宋体" size="18" style="0"/> 293 | </Property> 294 | <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 295 | <Table columnCount="3" rowCount="7"> 296 | <Column editable="false" title="进程名" type="java.lang.Object"> 297 | <Data value="a"/> 298 | <Data value="b"/> 299 | <Data value="null"/> 300 | <Data value="null"/> 301 | <Data value="null"/> 302 | <Data value="null"/> 303 | <Data value="null"/> 304 | </Column> 305 | <Column editable="false" title="运行时间" type="java.lang.Object"> 306 | <Data value="1"/> 307 | <Data value="null"/> 308 | <Data value="null"/> 309 | <Data value="null"/> 310 | <Data value="null"/> 311 | <Data value="null"/> 312 | <Data value="null"/> 313 | </Column> 314 | <Column editable="false" title="优先级" type="java.lang.Integer"/> 315 | </Table> 316 | </Property> 317 | <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> 318 | <TableColumnModel selectionModel="1"> 319 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 320 | <Title/> 321 | <Editor/> 322 | <Renderer/> 323 | </Column> 324 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 325 | <Title/> 326 | <Editor/> 327 | <Renderer/> 328 | </Column> 329 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 330 | <Title/> 331 | <Editor/> 332 | <Renderer/> 333 | </Column> 334 | </TableColumnModel> 335 | </Property> 336 | <Property name="columnSelectionAllowed" type="boolean" value="true"/> 337 | <Property name="rowHeight" type="int" value="20"/> 338 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 339 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 340 | </Property> 341 | </Properties> 342 | </Component> 343 | </SubComponents> 344 | </Container> 345 | <Component class="javax.swing.JButton" name="jButton5"> 346 | <Properties> 347 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 348 | <Font name="宋体" size="18" style="0"/> 349 | </Property> 350 | <Property name="text" type="java.lang.String" value="挂起"/> 351 | </Properties> 352 | <Events> 353 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton5ActionPerformed"/> 354 | </Events> 355 | </Component> 356 | <Component class="javax.swing.JButton" name="jButton7"> 357 | <Properties> 358 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 359 | <Font name="宋体" size="18" style="0"/> 360 | </Property> 361 | <Property name="text" type="java.lang.String" value="运行"/> 362 | </Properties> 363 | <Events> 364 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton7ActionPerformed"/> 365 | </Events> 366 | </Component> 367 | </SubComponents> 368 | </Container> 369 | <Container class="javax.swing.JPanel" name="jPanel4"> 370 | <Properties> 371 | <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 372 | <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 373 | <TitledBorder title="CPU"> 374 | <Border PropertyName="innerBorder" info="null"/> 375 | <Font PropertyName="font" name="宋体" size="18" style="0"/> 376 | </TitledBorder> 377 | </Border> 378 | </Property> 379 | </Properties> 380 | 381 | <Layout> 382 | <DimensionLayout dim="0"> 383 | <Group type="103" groupAlignment="0" attributes="0"> 384 | <Group type="102" alignment="0" attributes="0"> 385 | <Group type="103" groupAlignment="0" attributes="0"> 386 | <Group type="102" attributes="0"> 387 | <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> 388 | <Component id="jLabel1" min="-2" pref="36" max="-2" attributes="0"/> 389 | <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> 390 | </Group> 391 | <Group type="102" alignment="1" attributes="0"> 392 | <EmptySpace max="-2" attributes="0"/> 393 | <Component id="jTextField2" min="-2" pref="62" max="-2" attributes="0"/> 394 | <EmptySpace type="unrelated" max="-2" attributes="0"/> 395 | </Group> 396 | </Group> 397 | <Group type="103" groupAlignment="0" attributes="0"> 398 | <Group type="102" attributes="0"> 399 | <Component id="jTextField1" min="-2" pref="62" max="-2" attributes="0"/> 400 | <EmptySpace type="separate" max="-2" attributes="0"/> 401 | <Component id="jComboBox1" min="-2" pref="50" max="-2" attributes="0"/> 402 | </Group> 403 | <Group type="102" attributes="0"> 404 | <Component id="jLabel2" min="-2" pref="36" max="-2" attributes="0"/> 405 | <EmptySpace min="-2" pref="49" max="-2" attributes="0"/> 406 | <Component id="jLabel3" min="-2" pref="36" max="-2" attributes="0"/> 407 | </Group> 408 | </Group> 409 | <EmptySpace pref="67" max="32767" attributes="0"/> 410 | </Group> 411 | </Group> 412 | </DimensionLayout> 413 | <DimensionLayout dim="1"> 414 | <Group type="103" groupAlignment="0" attributes="0"> 415 | <Group type="102" alignment="0" attributes="0"> 416 | <Group type="103" groupAlignment="3" attributes="0"> 417 | <Component id="jLabel1" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 418 | <Component id="jLabel2" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 419 | <Component id="jLabel3" alignment="3" min="-2" pref="30" max="-2" attributes="0"/> 420 | </Group> 421 | <EmptySpace max="-2" attributes="0"/> 422 | <Group type="103" groupAlignment="0" max="-2" attributes="0"> 423 | <Group type="103" groupAlignment="3" attributes="0"> 424 | <Component id="jTextField1" alignment="3" min="-2" pref="37" max="-2" attributes="0"/> 425 | <Component id="jTextField2" alignment="3" min="-2" pref="37" max="-2" attributes="0"/> 426 | </Group> 427 | <Component id="jComboBox1" max="32767" attributes="0"/> 428 | </Group> 429 | </Group> 430 | </Group> 431 | </DimensionLayout> 432 | </Layout> 433 | <SubComponents> 434 | <Component class="javax.swing.JLabel" name="jLabel1"> 435 | <Properties> 436 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 437 | <Font name="宋体" size="18" style="0"/> 438 | </Property> 439 | <Property name="text" type="java.lang.String" value="CPU"/> 440 | </Properties> 441 | </Component> 442 | <Component class="javax.swing.JTextField" name="jTextField1"> 443 | <Properties> 444 | <Property name="editable" type="boolean" value="false"/> 445 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 446 | <Font name="宋体" size="18" style="0"/> 447 | </Property> 448 | </Properties> 449 | </Component> 450 | <Component class="javax.swing.JLabel" name="jLabel2"> 451 | <Properties> 452 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 453 | <Font name="宋体" size="18" style="0"/> 454 | </Property> 455 | <Property name="text" type="java.lang.String" value="Time"/> 456 | </Properties> 457 | </Component> 458 | <Component class="javax.swing.JLabel" name="jLabel3"> 459 | <Properties> 460 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 461 | <Font name="宋体" size="18" style="0"/> 462 | </Property> 463 | <Property name="text" type="java.lang.String" value="道数"/> 464 | </Properties> 465 | </Component> 466 | <Component class="javax.swing.JTextField" name="jTextField2"> 467 | <Properties> 468 | <Property name="editable" type="boolean" value="false"/> 469 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 470 | <Font name="宋体" size="18" style="0"/> 471 | </Property> 472 | </Properties> 473 | </Component> 474 | <Component class="javax.swing.JComboBox" name="jComboBox1"> 475 | <Properties> 476 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 477 | <Font name="宋体" size="18" style="0"/> 478 | </Property> 479 | <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 480 | <StringArray count="7"> 481 | <StringItem index="0" value="1"/> 482 | <StringItem index="1" value="2"/> 483 | <StringItem index="2" value="3"/> 484 | <StringItem index="3" value="4"/> 485 | <StringItem index="4" value="5"/> 486 | <StringItem index="5" value="6"/> 487 | <StringItem index="6" value="7"/> 488 | </StringArray> 489 | </Property> 490 | </Properties> 491 | <AuxValues> 492 | <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> 493 | </AuxValues> 494 | </Component> 495 | </SubComponents> 496 | </Container> 497 | <Container class="javax.swing.JPanel" name="jPanel5"> 498 | <Properties> 499 | <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 500 | <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 501 | <TitledBorder title="挂起队列"> 502 | <Border PropertyName="innerBorder" info="null"/> 503 | <Font PropertyName="font" name="宋体" size="18" style="0"/> 504 | </TitledBorder> 505 | </Border> 506 | </Property> 507 | </Properties> 508 | 509 | <Layout> 510 | <DimensionLayout dim="0"> 511 | <Group type="103" groupAlignment="0" attributes="0"> 512 | <Group type="102" alignment="0" attributes="0"> 513 | <EmptySpace max="-2" attributes="0"/> 514 | <Component id="jScrollPane5" min="-2" pref="196" max="-2" attributes="0"/> 515 | <EmptySpace max="-2" attributes="0"/> 516 | <Group type="103" groupAlignment="0" attributes="0"> 517 | <Component id="jButton10" alignment="0" min="-2" max="-2" attributes="0"/> 518 | <Component id="jButton11" alignment="0" min="-2" max="-2" attributes="0"/> 519 | </Group> 520 | <EmptySpace max="-2" attributes="0"/> 521 | </Group> 522 | </Group> 523 | </DimensionLayout> 524 | <DimensionLayout dim="1"> 525 | <Group type="103" groupAlignment="0" attributes="0"> 526 | <Group type="102" alignment="0" attributes="0"> 527 | <EmptySpace max="-2" attributes="0"/> 528 | <Group type="103" groupAlignment="1" attributes="0"> 529 | <Component id="jScrollPane5" alignment="1" min="-2" pref="168" max="-2" attributes="0"/> 530 | <Group type="102" alignment="1" attributes="0"> 531 | <Component id="jButton10" min="-2" max="-2" attributes="0"/> 532 | <EmptySpace type="unrelated" max="-2" attributes="0"/> 533 | <Component id="jButton11" min="-2" max="-2" attributes="0"/> 534 | </Group> 535 | </Group> 536 | <EmptySpace max="-2" attributes="0"/> 537 | </Group> 538 | </Group> 539 | </DimensionLayout> 540 | </Layout> 541 | <SubComponents> 542 | <Container class="javax.swing.JScrollPane" name="jScrollPane5"> 543 | <AuxValues> 544 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 545 | </AuxValues> 546 | 547 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 548 | <SubComponents> 549 | <Component class="javax.swing.JTable" name="jTable5"> 550 | <Properties> 551 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 552 | <Font name="宋体" size="18" style="0"/> 553 | </Property> 554 | <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 555 | <Table columnCount="3" rowCount="7"> 556 | <Column editable="false" title="进程名" type="java.lang.Object"> 557 | <Data value="a"/> 558 | <Data value="b"/> 559 | <Data value="null"/> 560 | <Data value="null"/> 561 | <Data value="null"/> 562 | <Data value="null"/> 563 | <Data value="null"/> 564 | </Column> 565 | <Column editable="false" title="运行时间" type="java.lang.Object"> 566 | <Data value="1"/> 567 | <Data value="null"/> 568 | <Data value="null"/> 569 | <Data value="null"/> 570 | <Data value="null"/> 571 | <Data value="null"/> 572 | <Data value="null"/> 573 | </Column> 574 | <Column editable="false" title="优先级" type="java.lang.Integer"/> 575 | </Table> 576 | </Property> 577 | <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> 578 | <TableColumnModel selectionModel="1"> 579 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 580 | <Title/> 581 | <Editor/> 582 | <Renderer/> 583 | </Column> 584 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 585 | <Title/> 586 | <Editor/> 587 | <Renderer/> 588 | </Column> 589 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 590 | <Title/> 591 | <Editor/> 592 | <Renderer/> 593 | </Column> 594 | </TableColumnModel> 595 | </Property> 596 | <Property name="rowHeight" type="int" value="20"/> 597 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 598 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 599 | </Property> 600 | </Properties> 601 | </Component> 602 | </SubComponents> 603 | </Container> 604 | <Component class="javax.swing.JButton" name="jButton10"> 605 | <Properties> 606 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 607 | <Font name="宋体" size="18" style="0"/> 608 | </Property> 609 | <Property name="text" type="java.lang.String" value="挂起"/> 610 | </Properties> 611 | <Events> 612 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton10ActionPerformed"/> 613 | </Events> 614 | </Component> 615 | <Component class="javax.swing.JButton" name="jButton11"> 616 | <Properties> 617 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 618 | <Font name="宋体" size="18" style="0"/> 619 | </Property> 620 | <Property name="text" type="java.lang.String" value="运行"/> 621 | </Properties> 622 | <Events> 623 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton11ActionPerformed"/> 624 | </Events> 625 | </Component> 626 | </SubComponents> 627 | </Container> 628 | <Container class="javax.swing.JPanel" name="jPanel6"> 629 | <Properties> 630 | <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 631 | <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 632 | <TitledBorder title="终止进程"> 633 | <Border PropertyName="innerBorder" info="null"/> 634 | <Font PropertyName="font" name="宋体" size="18" style="0"/> 635 | </TitledBorder> 636 | </Border> 637 | </Property> 638 | </Properties> 639 | 640 | <Layout> 641 | <DimensionLayout dim="0"> 642 | <Group type="103" groupAlignment="0" attributes="0"> 643 | <Group type="102" alignment="0" attributes="0"> 644 | <EmptySpace max="-2" attributes="0"/> 645 | <Component id="jScrollPane6" min="-2" pref="196" max="-2" attributes="0"/> 646 | <EmptySpace max="-2" attributes="0"/> 647 | <Group type="103" groupAlignment="0" attributes="0"> 648 | <Component id="jButton12" alignment="0" min="-2" max="-2" attributes="0"/> 649 | <Component id="jButton13" alignment="0" min="-2" max="-2" attributes="0"/> 650 | </Group> 651 | <EmptySpace max="-2" attributes="0"/> 652 | </Group> 653 | </Group> 654 | </DimensionLayout> 655 | <DimensionLayout dim="1"> 656 | <Group type="103" groupAlignment="0" attributes="0"> 657 | <Group type="102" alignment="0" attributes="0"> 658 | <EmptySpace max="-2" attributes="0"/> 659 | <Group type="103" groupAlignment="1" attributes="0"> 660 | <Component id="jScrollPane6" alignment="1" min="-2" pref="168" max="-2" attributes="0"/> 661 | <Group type="102" alignment="1" attributes="0"> 662 | <Component id="jButton12" min="-2" max="-2" attributes="0"/> 663 | <EmptySpace type="unrelated" max="-2" attributes="0"/> 664 | <Component id="jButton13" min="-2" max="-2" attributes="0"/> 665 | </Group> 666 | </Group> 667 | <EmptySpace max="-2" attributes="0"/> 668 | </Group> 669 | </Group> 670 | </DimensionLayout> 671 | </Layout> 672 | <SubComponents> 673 | <Container class="javax.swing.JScrollPane" name="jScrollPane6"> 674 | <AuxValues> 675 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 676 | </AuxValues> 677 | 678 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 679 | <SubComponents> 680 | <Component class="javax.swing.JTable" name="jTable6"> 681 | <Properties> 682 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 683 | <Font name="宋体" size="18" style="0"/> 684 | </Property> 685 | <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 686 | <Table columnCount="3" rowCount="7"> 687 | <Column editable="false" title="进程名" type="java.lang.Object"> 688 | <Data value="a"/> 689 | <Data value="b"/> 690 | <Data value="null"/> 691 | <Data value="null"/> 692 | <Data value="null"/> 693 | <Data value="null"/> 694 | <Data value="null"/> 695 | </Column> 696 | <Column editable="false" title="运行时间" type="java.lang.Integer"/> 697 | <Column editable="false" title="优先级" type="java.lang.Integer"/> 698 | </Table> 699 | </Property> 700 | <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> 701 | <TableColumnModel selectionModel="1"> 702 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 703 | <Title/> 704 | <Editor/> 705 | <Renderer/> 706 | </Column> 707 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 708 | <Title/> 709 | <Editor/> 710 | <Renderer/> 711 | </Column> 712 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 713 | <Title/> 714 | <Editor/> 715 | <Renderer/> 716 | </Column> 717 | </TableColumnModel> 718 | </Property> 719 | <Property name="columnSelectionAllowed" type="boolean" value="true"/> 720 | <Property name="rowHeight" type="int" value="20"/> 721 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 722 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 723 | </Property> 724 | </Properties> 725 | </Component> 726 | </SubComponents> 727 | </Container> 728 | <Component class="javax.swing.JButton" name="jButton12"> 729 | <Properties> 730 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 731 | <Font name="宋体" size="18" style="0"/> 732 | </Property> 733 | <Property name="text" type="java.lang.String" value="挂起"/> 734 | </Properties> 735 | <Events> 736 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton12ActionPerformed"/> 737 | </Events> 738 | </Component> 739 | <Component class="javax.swing.JButton" name="jButton13"> 740 | <Properties> 741 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 742 | <Font name="宋体" size="18" style="0"/> 743 | </Property> 744 | <Property name="text" type="java.lang.String" value="运行"/> 745 | </Properties> 746 | <Events> 747 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton13ActionPerformed"/> 748 | </Events> 749 | </Component> 750 | </SubComponents> 751 | </Container> 752 | <Component class="javax.swing.JLabel" name="jLabel4"> 753 | <Properties> 754 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 755 | <Font name="宋体" size="18" style="0"/> 756 | </Property> 757 | <Property name="text" type="java.lang.String" value="CPU Scheduling"/> 758 | </Properties> 759 | </Component> 760 | <Component class="javax.swing.JButton" name="jButton1"> 761 | <Properties> 762 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 763 | <Font name="宋体" size="18" style="0"/> 764 | </Property> 765 | <Property name="text" type="java.lang.String" value="退出"/> 766 | </Properties> 767 | <Events> 768 | <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/> 769 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 770 | </Events> 771 | </Component> 772 | <Container class="javax.swing.JPanel" name="jPanel7"> 773 | <Properties> 774 | <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 775 | <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 776 | <TitledBorder title="挂起队列"> 777 | <Border PropertyName="innerBorder" info="null"/> 778 | <Font PropertyName="font" name="宋体" size="18" style="0"/> 779 | </TitledBorder> 780 | </Border> 781 | </Property> 782 | </Properties> 783 | 784 | <Layout> 785 | <DimensionLayout dim="0"> 786 | <Group type="103" groupAlignment="0" attributes="0"> 787 | <Group type="102" alignment="0" attributes="0"> 788 | <EmptySpace max="-2" attributes="0"/> 789 | <Component id="jScrollPane7" min="-2" pref="196" max="-2" attributes="0"/> 790 | <EmptySpace max="-2" attributes="0"/> 791 | <Group type="103" groupAlignment="0" attributes="0"> 792 | <Component id="jButton14" alignment="0" min="-2" max="-2" attributes="0"/> 793 | <Component id="jButton15" alignment="0" min="-2" max="-2" attributes="0"/> 794 | </Group> 795 | <EmptySpace max="-2" attributes="0"/> 796 | </Group> 797 | </Group> 798 | </DimensionLayout> 799 | <DimensionLayout dim="1"> 800 | <Group type="103" groupAlignment="0" attributes="0"> 801 | <Group type="102" alignment="0" attributes="0"> 802 | <EmptySpace max="-2" attributes="0"/> 803 | <Group type="103" groupAlignment="1" attributes="0"> 804 | <Component id="jScrollPane7" alignment="1" min="-2" pref="168" max="-2" attributes="0"/> 805 | <Group type="102" alignment="1" attributes="0"> 806 | <Component id="jButton14" min="-2" max="-2" attributes="0"/> 807 | <EmptySpace type="unrelated" max="-2" attributes="0"/> 808 | <Component id="jButton15" min="-2" max="-2" attributes="0"/> 809 | </Group> 810 | </Group> 811 | <EmptySpace max="-2" attributes="0"/> 812 | </Group> 813 | </Group> 814 | </DimensionLayout> 815 | </Layout> 816 | <SubComponents> 817 | <Container class="javax.swing.JScrollPane" name="jScrollPane7"> 818 | <AuxValues> 819 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 820 | </AuxValues> 821 | 822 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 823 | <SubComponents> 824 | <Component class="javax.swing.JTable" name="jTable7"> 825 | <Properties> 826 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 827 | <Font name="宋体" size="18" style="0"/> 828 | </Property> 829 | <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 830 | <Table columnCount="3" rowCount="7"> 831 | <Column editable="false" title="进程名" type="java.lang.Object"> 832 | <Data value="a"/> 833 | <Data value="b"/> 834 | <Data value="null"/> 835 | <Data value="null"/> 836 | <Data value="null"/> 837 | <Data value="null"/> 838 | <Data value="null"/> 839 | </Column> 840 | <Column editable="false" title="运行时间" type="java.lang.Object"> 841 | <Data value="1"/> 842 | <Data value="null"/> 843 | <Data value="null"/> 844 | <Data value="null"/> 845 | <Data value="null"/> 846 | <Data value="null"/> 847 | <Data value="null"/> 848 | </Column> 849 | <Column editable="false" title="优先级" type="java.lang.Integer"/> 850 | </Table> 851 | </Property> 852 | <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> 853 | <TableColumnModel selectionModel="1"> 854 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 855 | <Title/> 856 | <Editor/> 857 | <Renderer/> 858 | </Column> 859 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 860 | <Title/> 861 | <Editor/> 862 | <Renderer/> 863 | </Column> 864 | <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> 865 | <Title/> 866 | <Editor/> 867 | <Renderer/> 868 | </Column> 869 | </TableColumnModel> 870 | </Property> 871 | <Property name="rowHeight" type="int" value="20"/> 872 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 873 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 874 | </Property> 875 | </Properties> 876 | </Component> 877 | </SubComponents> 878 | </Container> 879 | <Component class="javax.swing.JButton" name="jButton14"> 880 | <Properties> 881 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 882 | <Font name="宋体" size="18" style="0"/> 883 | </Property> 884 | <Property name="text" type="java.lang.String" value="挂起"/> 885 | </Properties> 886 | <Events> 887 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton14ActionPerformed"/> 888 | </Events> 889 | </Component> 890 | <Component class="javax.swing.JButton" name="jButton15"> 891 | <Properties> 892 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 893 | <Font name="宋体" size="18" style="0"/> 894 | </Property> 895 | <Property name="text" type="java.lang.String" value="运行"/> 896 | </Properties> 897 | <Events> 898 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton15ActionPerformed"/> 899 | </Events> 900 | </Component> 901 | </SubComponents> 902 | </Container> 903 | <Container class="javax.swing.JScrollPane" name="jScrollPane2"> 904 | <AuxValues> 905 | <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 906 | </AuxValues> 907 | 908 | <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 909 | <SubComponents> 910 | <Component class="javax.swing.JTable" name="jTable2"> 911 | <Properties> 912 | <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 913 | <Font name="宋体" size="18" style="0"/> 914 | </Property> 915 | <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 916 | <Table columnCount="3" rowCount="26"> 917 | <Column editable="false" title="进程名" type="java.lang.Object"/> 918 | <Column editable="false" title="起址" type="java.lang.Object"/> 919 | <Column editable="false" title="长度" type="java.lang.Object"/> 920 | </Table> 921 | </Property> 922 | <Property name="rowHeight" type="int" value="23"/> 923 | <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> 924 | <TableHeader reorderingAllowed="false" resizingAllowed="true"/> 925 | </Property> 926 | </Properties> 927 | </Component> 928 | </SubComponents> 929 | </Container> 930 | </SubComponents> 931 | </Form> 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 | // <editor-fold defaultstate="collapsed" desc="Generated Code">//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 | }// </editor-fold>//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 | //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) "> 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 | //</editor-fold> 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<String> 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 --------------------------------------------------------------------------------