会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小Aer
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
36
下一页
2021年2月21日
8.8编程练习
摘要: 第一题 #include #include using namespace std;void show(const string &...
阅读全文
posted @ 2021-02-21 19:42 小Aer
阅读(144)
评论(0)
推荐(0)
2021年2月19日
7.13编程练习
摘要: 第一题 #include using namespace std;double average(int, int);int main...
阅读全文
posted @ 2021-02-19 19:23 小Aer
阅读(113)
评论(0)
推荐(0)
2021年2月17日
6.11 编程练习
摘要: 第一题 #include #include int main() { using std::cin; using std...
阅读全文
posted @ 2021-02-17 18:57 小Aer
阅读(83)
评论(0)
推荐(0)
2021年2月10日
5.9编程练习
摘要: 第一题 直接上代码: #include using namespace std;int main() { int a, b; ...
阅读全文
posted @ 2021-02-10 13:33 小Aer
阅读(110)
评论(0)
推荐(0)
2021年1月31日
linux下查看torch版本和cuda版本
摘要: python3和python2一样 可以在控制台进行输入 >>import torch>>print(torch.__version...
阅读全文
posted @ 2021-01-31 15:15 小Aer
阅读(2575)
评论(0)
推荐(1)
2021年1月27日
4.13编程练习
摘要: 第一题: 题目应该是直接输出,没有要求用户自己输入,不过我这里使用用户自己输入,并使用了两种读取行的函数get和getline。 #...
阅读全文
posted @ 2021-01-27 18:21 小Aer
阅读(89)
评论(0)
推荐(0)
2021年1月25日
C++ Primer Plus-3.7编程练习-第2题和第5题
摘要: 感觉第三章代码都差不多,就写两个吧。 第二题答案: #include using namespace std;const doubl...
阅读全文
posted @ 2021-01-25 17:02 小Aer
阅读(66)
评论(0)
推荐(0)
2021年1月23日
pip使用清华镜像源安装库
摘要: pip install package==version -i https://pypi.tuna.tsinghua.edu.cn/...
阅读全文
posted @ 2021-01-23 10:14 小Aer
阅读(873)
评论(0)
推荐(0)
2021年1月12日
latex公式中的空格的几种表示方法
摘要: 含义latex表示两个quad空格a \qquad bquad空格a \quad b大空格a\ b中等空格a\;b小空格a\,b没有...
阅读全文
posted @ 2021-01-12 17:18 小Aer
阅读(3600)
评论(0)
推荐(0)
2021年1月7日
鸢尾花(Iris)数据集下载保存到Excel文件
摘要: 1.第一种方法(直接下载训练数据集和测试集) iris_training.csv训练数据集,120条样本数据; iris_test....
阅读全文
posted @ 2021-01-07 13:47 小Aer
阅读(3149)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
36
下一页
公告