资源简介
操作系统——5个实验
附带有5个实验的python代码以及C++代码。
代码片段和文件信息
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file ‘frist.ui‘
#
# Created by: PyQt5 UI code generator 5.12.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore QtGui QtWidgets
from PyQt5.QtCore import *
from PyQt5.QtGui import *
from datetime import datetime
import sys
line = []
num = 0
class process:
def __init__(self Name Super Ntime):
self.name = Name
self.state = ‘ready‘
self.super = Super
self.ntime = Ntime
self.rtime = Ntime
class Ui_MainWindow(object):
def setupUi(self MainWindow):
MainWindow.setobjectName(“MainWindow“)
MainWindow.resize(810 606)
self.timer=QTimer()
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setobjectName(“centralwidget“)
self.textBrowser = QtWidgets.QTextBrowser(self.centralwidget)
self.textBrowser.setGeometry(QtCore.QRect(30 40 741 51))
self.textBrowser.setobjectName(“textBrowser“)
self.textBrowser_2 = QtWidgets.QTextBrowser(self.centralwidget)
self.textBrowser_2.setGeometry(QtCore.QRect(30 120 741 61))
self.textBrowser_2.setobjectName(“textBrowser_2“)
self.textBrowser_3 = QtWidgets.QTextBrowser(self.centralwidget)
self.textBrowser_3.setGeometry(QtCore.QRect(30 200 741 171))
self.textBrowser_3.setobjectName(“textBrowser_3“)
self.layoutWidget = QtWidgets.QWidget(self.centralwidget)
self.layoutWidget.setGeometry(QtCore.QRect(120 480 547 25))
self.layoutWidget.setobjectName(“layoutWidget“)
self.horizontalLayout = QtWidgets.QHBoxLayout(self.layoutWidget)
self.horizontalLayout.setContentsMargins(0 0 0 0)
self.horizontalLayout.setobjectName(“horizontalLayout“)
self.name = QtWidgets.QLabel(self.layoutWidget)
self.name.setobjectName(“name“)
self.horizontalLayout.addWidget(self.name)
self.name_value = QtWidgets.QLineEdit(self.layoutWidget)
self.name_value.setobjectName(“name_value“)
self.horizontalLayout.addWidget(self.name_value)
self.super_2 = QtWidgets.QLabel(self.layoutWidget)
self.super_2.setobjectName(“super_2“)
self.horizontalLayout.addWidget(self.super_2)
self.super_value = QtWidgets.QLineEdit(self.layoutWidget)
self.super_value.setobjectName(“super_value“)
self.horizontalLayout.addWidget(self.super_value)
self.ntime = QtWidgets.QLabel(self.layoutWidget)
self.ntime.setobjectName(“ntime“)
self.horizontalLayout.addWidget(self.ntime)
self.ntime_value = QtWidgets.QLineEdit(self.layoutWidget)
self.ntime_value.setobjectName(“ntime_value“)
self.horizontalLayout.addWidget(self.ntime_value)
self.ADD = QtWidgets.QPushButton(self.layoutWidget)
self.ADD.setobjectName(“ADD“)
self.horizonta
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-26 10:13 1\
文件 11304 2019-05-15 20:35 1\frist.py
文件 580 2019-05-15 14:50 1\Main.py
目录 0 2019-05-26 10:13 2\
文件 379 2019-05-15 21:37 2\MAIN.py
文件 12288 2019-05-20 10:22 2\unti
目录 0 2019-05-26 10:13 3\
目录 0 2019-05-26 10:13 4\
文件 381 2019-05-17 12:08 4\main.py
文件 6663 2019-05-17 17:14 4\unti
目录 0 2019-05-26 10:13 5\
文件 383 2019-05-18 09:55 5\MAIN.py
文件 9073 2019-05-19 20:51 5\unti
目录 0 2019-05-26 10:11 os\
目录 0 2019-05-26 10:11 os\4&5\
目录 0 2019-05-26 10:11 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\
文件 943 2018-06-22 22:58 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\.qmake.stash
目录 0 2019-05-26 10:11 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\
文件 537352 2018-06-24 19:35 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\main.o
文件 617627 2019-05-17 11:19 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\mainwindow.o
文件 4319 2018-06-24 19:35 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\moc_mainwindow.cpp
文件 452940 2018-06-24 19:35 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\moc_mainwindow.o
文件 9895 2018-06-22 22:59 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\moc_predefs.h
文件 1517957 2019-05-17 11:19 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\debug\operating_system3.exe
文件 26840 2018-06-26 22:47 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\Makefile
文件 39472 2018-06-26 22:47 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\Makefile.Debug
文件 39554 2018-06-26 22:47 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\Makefile.Release
目录 0 2019-05-17 11:26 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\release\
文件 5177 2019-05-17 11:19 os\4&5\build-operating_system3-Desktop_Qt_5_10_1_MinGW_32bit-Debug\ui_mainwindow.h
目录 0 2019-05-26 10:11 os\4&5\build-school-Desktop_Qt_5_10_1_MinGW_32bit-Debug\
文件 943 2018-06-25 14:54 os\4&5\build-school-Desktop_Qt_5_10_1_MinGW_32bit-Debug\.qmake.stash
............此处省略198个文件信息
相关资源
- 操作系统进程管理实验
- C语言程序设计实验指导及题解 黄迪明
- 高级语言C++程序设计实验指导
- 操作系统—页面置换算法C++实现
- 操作系统 内存管理 模拟 图形界面
- 银行家算法 mfc 含源代码 界面 操作系
- 操作系统生产者消费者问题MFC动态实
- C++程序设计教程第二版实验指导-钱能
- 操作系统课程设计:Windows 命令接口之
- 操作系统课程大作业-文件管理系统
- C语言实现最低松弛度优先算法源代码
- 操作系统信号量PV经典问题:沉睡的理
- 基于C++的银行家算法模拟实现
- 生产者消费者问题源码-MFC实现-进程模
- 操作系统实验 进程调度 高响应比优先
- 操作系统文件管理C++代码实现
- 嗜睡的理发师进程同步与实现c++
- 安徽大学操作系统实验八基于扫描的
- 安徽大学操作系统实验四主存空间的
- 操作系统——银行家算法
- 操作系统_生产者消费者c++、mfc实现
- 磁盘调度c++模拟实现计算机操作系统
- C++实验指导书以及个人源代码
- 操作系统课设源代码 模拟进程的并
- 64位操作系统下win10、win7,VC6的所有问
- 操作系统课程设计之死锁检测
- 操作系统课程设计 哲学家进餐问题完
- 2010-2011华南理工大学操作系统课程设
- 操作系统进程间通信,用mfc实现
- 2013-2014华南理工大学操作系统课程设
评论
共有 条评论