实验室管理系统 一个实验室的管理系统,基于Vue.js 构建设置 # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report
2022-04-06 21:46:02 281KB 系统开源
1
Leaf1, Leaf2, BL1, Spine1 config file.
2022-04-06 02:07:19 4KB 配置文件
1
凝胶分析软件,可打开查看SCN文件。
2022-04-06 00:43:44 410.04MB windows Bio-Rad 凝胶分析
1
MIT6.824-LAB:Lab2-Lab4
2022-04-05 20:28:20 4MB Go
1
如下所示: import sys from PyQt5 import QtGui, QtCore, QtWidgets from PyQt5.QtWidgets import * from PyQt5.QtCore import * from PyQt5.QtGui import * class showTime(QDialog): def __init__(self): super(showTime, self).__init__() self.resize(500, 400) self.setWindowTitle(label显示时间) self.
2022-04-03 19:38:18 31KB ab lab label
1
csapp2的第5个lab,有两个部分,其中第二个部分是满分,具体的优化方式及原因在代码注释中写明了,希望对大家有帮助
2022-04-02 20:16:38 3KB cachelab
1
1、 plot函数的基本用法 plot(x, y):其中,x和y分别存储x坐标与y坐标。 代码示例: clc; clear all; x = [1,3,4,6]; %x数据 y = [2,3,4,5]; %y数据 plot(x,y); 运行结果: 2、最简单的plot函数的调用格式 plot(x):使用x向量的下标为横坐标,x向量的值为纵坐标。 代码示例: clc; clear all; x = [1,4.5,5.5,4]; %x数据 plot(x);  运行结果: 3、plot的输入参数为复数向量 当plot的参数为复数向量时 ,分别以该向量元素的实部与虚部为横、纵坐标绘制曲线
2022-03-28 16:18:03 241KB ab atl lab
1
Labview模拟温度采集监测系统
2022-03-28 15:24:02 132KB LAB
1
lab01shiaaschdkjashd 9sadkjhasdkjh akjsdhasd
2022-03-28 12:27:06 44KB lab
1
1.主要用到 QFileDialog 方法打开本地文件 2.界面 打开前: 打开后: 3. 代码 import sys from PyQt5 import QtWidgets, QtCore, QtGui from PyQt5.QtGui import * from PyQt5.QtWidgets import * from PyQt5.QtCore import * class picture(QWidget): def __init__(self): super(picture, self).__init__() self.resize(600, 400)
2022-03-26 18:03:22 51KB ab lab label
1