未分类
发布于 2022-10-06
Matplotlib–Python三维绘图–解决中文显示乱码问题
方式一 import matplotlib as mpl import matplotlib.pyplot as plt plt. …
发布于 2022-10-06
Matplotlib–Python三维绘图(1)–创建三维轴坐标对象
一.创建三维轴坐标对象 from matplotlib import pyplot as plt from mpl_toolkit …
发布于 2022-10-06
Python–Numpy 数组的拼接合并
** 维度和轴** 在正确理解Numpy中的数组拼接、合并操作之前,有必要认识下维度和轴的概念:ndarray(多维数组)是Num …
发布于 2022-10-06
python列表+数组提取所有内部元素组成新的一维列表/数组
1. sum() #必须保证处理的内部元素都是list 2.1 list(itertools.chain.from_iterabl …
发布于 2022-10-05
CATIA export white background picture导出无背景图片
Tools-Image-Capture select the arrow icon(2nd) to capture the scr …
发布于 2022-10-05
[转载] gcc编译多个.h .c 文件
本文作者: Leslie 本文链接: https://www.cnblogs.com/lihello/p/14435941.htm …