新文章 网摘 文章 随笔 日记

07 2023 档案

摘要:import numpy as np import matplotlib. pyplot as plt from matplotlib.font_manager import FontProperties #由于默认无法正确绘制汉字,因此需指定字体路径 font_path=r"c:\windows\ 阅读全文
posted @ 2023-07-30 09:22 岭南春 阅读(1847) 评论(0) 推荐(0)
摘要:public partial class BigPicture : Window { private readonly Image _img; public BigPicture(Image img) { _img = img; InitializeComponent(); WindowState 阅读全文
posted @ 2023-07-11 10:02 岭南春 阅读(28) 评论(0) 推荐(0)