摘要: c = [[0, 0, 0, 0], [0, 2, 4, 4], [0, 4, 1, 2], [0, 4, 2, 2]] o = [0, 8, 14, 10] d = [0, 8, 14, 10] am = [0, 1, 1, 1] ampl1 = [0, 0, 0, 0] bm = [0, 0, 阅读全文
posted @ 2020-05-26 20:54 Hany47315 阅读(976) 评论(0) 推荐(0)
摘要: import numpy as np import pandas as pd import matplotlib.pyplot as plt cqlq=pd.read_csv("cqlq.txt",sep="\s+",encoding="gbk") dxnt=pd.read_csv("dxnt.tx 阅读全文
posted @ 2020-05-26 20:52 Hany47315 阅读(332) 评论(0) 推荐(0)
摘要: inf = float('inf') 此时的 inf 就是无穷了 2020-05-26 阅读全文
posted @ 2020-05-26 20:49 Hany47315 阅读(611) 评论(0) 推荐(0)