摘要: import matplotlib.pyplot as plt import numpy as np # 创建一个01矩阵 matrix = np.array([[0, 1, 0], [1, 0, 1], [0, 1, 0]]) # 使用matshow()函数可视化矩阵 plt.matshow(ma 阅读全文
posted @ 2024-08-02 20:30 xzllll07 阅读(23) 评论(0) 推荐(0)
摘要: 单击 选择元素 (html) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> < 阅读全文
posted @ 2024-07-15 07:50 xzllll07 阅读(22) 评论(0) 推荐(0)