上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 124 下一页
摘要: https://ci.ros2.org/view/packaging/job/packaging_linux/ https://docs.ros.org/en/humble/Installation/Testing.html 阅读全文
posted @ 2023-01-13 08:05 叕叒双又 阅读(19) 评论(0) 推荐(0)
摘要: raspberry os安装Ros 指令curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key 报错:curl: (7) Failed to connect to raw.githubusercontent.c 阅读全文
posted @ 2023-01-13 07:25 叕叒双又 阅读(1476) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-01-11 22:47 叕叒双又 阅读(6) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44220976/article/details/124775677 这个不错 阅读全文
posted @ 2023-01-11 22:36 叕叒双又 阅读(66) 评论(0) 推荐(0)
摘要: 1、常规导库操作 import pandas as pd import numpy as np import sklearn from sklearn import datasets #导入数据集合 2、应用数据集获取载入boston房价数据: boston = datasets.load_bost 阅读全文
posted @ 2023-01-08 10:16 叕叒双又 阅读(225) 评论(0) 推荐(0)
摘要: 工欲善其事,必先利其器。 1、安装环境: pip install numpy scipy matplotlib scikit-learn -i https://pypi.tuna.tsinghua.edu.cn/simple 2、常规导库操作: import pandas as pd #倒库操作 i 阅读全文
posted @ 2023-01-08 09:39 叕叒双又 阅读(200) 评论(1) 推荐(0)
摘要: 在学习sklearn时,使用boston房价数据时,使用如下代码获取数据: 1、无法导入数据,我这里版本是1.2,具体: import pandas as pd import numpy as np import sklearn from sklearn import datasets #导入数据 阅读全文
posted @ 2023-01-08 07:20 叕叒双又 阅读(14112) 评论(2) 推荐(4)
摘要: 1、启动jupyter-notebook启动缺少模块No module named 'ipyparallel',具体: Error loading server extension ipyparallel.nbextension Traceback (most recent call last): 阅读全文
posted @ 2023-01-08 07:16 叕叒双又 阅读(930) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/459912613 阅读全文
posted @ 2023-01-07 10:10 叕叒双又 阅读(28) 评论(0) 推荐(0)
摘要: yay -S dingtalk 阅读全文
posted @ 2023-01-05 19:20 叕叒双又 阅读(716) 评论(0) 推荐(0)
摘要: pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2023-01-05 17:13 叕叒双又 阅读(25) 评论(0) 推荐(0)
摘要: jupyter-notebook作为python中的常用开发工具,非常不错,今天听讲座,可以妙用它的提示,各种对象又不同的方法,那就是对象加.后多按一下tab,就会弹出各种提示了,非常好用,来试试吧。 代码为: a = 'Hello world' b = 'jju' a作为字符串对象,输入a.按下t 阅读全文
posted @ 2023-01-02 21:56 叕叒双又 阅读(246) 评论(0) 推荐(0)
摘要: python中的print函数有个end参数特别有用: 1 for i in range(1, 10): 2 for j in range(1, i + 1): 3 print(f'{j} * {i} = { i * j}') 4 print() 结果: 1 1 * 1 = 1 2 3 1 * 2 阅读全文
posted @ 2023-01-02 21:48 叕叒双又 阅读(204) 评论(0) 推荐(0)
摘要: 如题: https://en.cppreference.com https://www.cplusplus.comhttps://www.tutorialspoint.com/cplusplushttps://www.learncpp.comhttps://github.com/fffaraz/aw 阅读全文
posted @ 2022-12-31 11:03 叕叒双又 阅读(209) 评论(0) 推荐(0)
摘要: 如果说道C语言中的标识符,估计很多人就是:标识符是数字、下划线、小写及大写拉丁字母。但是也可以以 \u 及 \U 转义记号指定的 Unicode 字符 (C99 起)的任意长度序列。合法的标识符必须以非数字字符(拉丁字母、下划线或 Unicode 非数字字符 (C99 起))开始。标识符大小写有别( 阅读全文
posted @ 2022-12-31 10:28 叕叒双又 阅读(761) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 124 下一页