上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 36 下一页
摘要: 论文模板地址 1.选择红色方框内容 2.一共有五个选项,根据自己的需要依次选择,安装模板即可 阅读全文
posted @ 2021-01-07 10:12 小Aer 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-31 18:22 小Aer 阅读(60) 评论(0) 推荐(0) 编辑
摘要: import ospath = '' # 输入文件夹地址files = os.listdir(path) # 读入文件... 阅读全文
posted @ 2020-12-30 20:44 小Aer 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 获取视频总帧数 import cv2 cap=cv2.VideoCapture(path) #get方法参数按顺序对应下表(从0开始... 阅读全文
posted @ 2020-12-30 17:58 小Aer 阅读(4014) 评论(0) 推荐(0) 编辑
摘要: from sympy import *x, y = symbols('x, y')z = x ** 3 + y ** 3 + x *... 阅读全文
posted @ 2020-12-24 09:19 小Aer 阅读(1640) 评论(0) 推荐(0) 编辑
摘要: import numpy as npimport matplotlib.pyplot as plt# 生成x轴上的数据:从-1到1,... 阅读全文
posted @ 2020-12-23 13:03 小Aer 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 前提: import numpy as np identity np.identity(4)array([[ 1., 0., 0.,... 阅读全文
posted @ 2020-12-23 12:59 小Aer 阅读(5997) 评论(0) 推荐(1) 编辑
摘要: import numpy as npw, v = np.linalg.eig(np.array([[1, -2], [2, -3]]... 阅读全文
posted @ 2020-12-23 12:51 小Aer 阅读(4081) 评论(0) 推荐(0) 编辑
摘要: import numpy as npx = np.arange(1994, 2004, 1)y = np.array([67.052... 阅读全文
posted @ 2020-12-23 12:48 小Aer 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: 1.函数举例: 代码: from sympy import *x = symbols('x') # 声明一个x自变量print(... 阅读全文
posted @ 2020-12-23 12:20 小Aer 阅读(1307) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 36 下一页