天真奇迹

文章
4
资源
0
加入时间
2年10月17天

python 操作Excel(2)-------创建sheet

from openpyxl import Workbookwb = Workbook() #创建一个文件对象ws = wb.create_sheet("Mysheet1")ws1 = wb.create_sheet("Mysheet")ws1.title = "New Title" #Mysheet 设定一个sheet名ws2 = wb.create_sheet("Myshe...

功能安全理论 | 软件组件 与 软件单元

组件(Compoent)在26262-1 3.21 P13中的定义是(在逻辑上或技术上可分离的非系统级元素,其中包含多个硬件或者软件单元non-system level element that is logically or technically separable and is comprised of more than one hardware part or more software units).而软件单元的定义在26262-1 P33 3.159 中则是(atomic leve