摘要: 安装jupyter notebook 提示插件 安装jupyter notebook 提示插件 pip install jupyter_contrib_nbextensions 结果显示网络不可达 解决方法:采用镜像源 pip install jupyter_contrib_nbextensions https://pypi.tuna.tsing 阅读全文
posted @ 2022-11-02 20:26 最爱小酥饼 阅读(187) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/new_Xxx/article/details/123451355?spm=1001.2101.3001.6650.6&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBl 阅读全文
posted @ 2022-11-01 10:31 最爱小酥饼 阅读(2364) 评论(0) 推荐(0)
摘要: import numpy as np from math import sqrt, sin, cos, acos np.set_printoptions(precision=3) np.set_printoptions(suppress=True) # 将科学数组转化为浮点数 EI = 1 # 为了 阅读全文
posted @ 2021-10-31 21:15 最爱小酥饼 阅读(1040) 评论(0) 推荐(0)
摘要: 计算机视觉与相机标定 关于计算机视觉的一些资料。 阅读全文
posted @ 2021-08-15 11:23 最爱小酥饼 阅读(103) 评论(0) 推荐(0)
摘要: 2011数据结构真题 顺序表 阅读全文
posted @ 2021-08-14 10:14 最爱小酥饼 阅读(139) 评论(0) 推荐(0)