上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 111 下一页
摘要: Overview Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PW 阅读全文
posted @ 2023-07-05 15:32 aiplus 阅读(132) 评论(0) 推荐(0)
摘要: import threading import time #导入xgoedu from xgoedu import XGOEDU from xgolib import XGO #导入xgolib #实例化dog dog = XGO(port='/dev/ttyAMA0',version="xgoli 阅读全文
posted @ 2023-07-05 14:44 aiplus 阅读(52) 评论(0) 推荐(0)
摘要: 基于复杂地形的四足机器人路径规划算法研究 马希青, 王金义 河北工程大学机械与装备工程学院, 河北邯郸 056038 Research on Path Planning Algorithm of Quadruped Robot Based on Complex Terrain MA Xiqing, 阅读全文
posted @ 2023-07-03 09:26 aiplus 阅读(162) 评论(0) 推荐(0)
摘要: OpenCV是一个广泛使用的计算机视觉库,可以用于图像和视频处理、目标检测、人脸识别、机器学习等领域。以下是使用OpenCV的简单步骤: 安装OpenCV库:您可以使用pip命令在Python环境中安装OpenCV库,例如: Copy pip install opencv-python 导入Open 阅读全文
posted @ 2023-06-30 19:36 aiplus 阅读(109) 评论(0) 推荐(0)
摘要: from xgoedu import XGOEDU import time #实例化edu XGO_edu = XGOEDU() XGO_edu.lcd_text(50,50,'hello',color=(255,0,0),fontsize=50) time.sleep(2) import cv2 阅读全文
posted @ 2023-06-30 18:58 aiplus 阅读(74) 评论(0) 推荐(0)
摘要: VS Code SSH 连接需要下载 VS Code Server,这是因为 VS Code Server 是在远程服务器上运行的,而不是在本地计算机上运行的。每次连接到不同的远程服务器时,都需要下载相应的 VS Code Server,以确保与远程服务器的兼容性。 如果您希望避免每次连接时都需要下 阅读全文
posted @ 2023-06-27 16:44 aiplus 阅读(332) 评论(0) 推荐(0)
摘要: In this blog post, we are going to explain in step-by-step detail on how to install Bugzilla on Ubuntu 20.04. Bugzilla is an open-source web-based bug 阅读全文
posted @ 2023-06-24 09:45 aiplus 阅读(138) 评论(0) 推荐(0)
摘要: 在过去的三个月一直在研究人工智能生成绘画这个方向,3 月份的时候参加了小红书的小航海,也因为这个方向的选择正好对应到了趋势,小红书在一个半月做到了 1 万粉。我为什么看好这个方向? 主要是从三个方面:1、科技的最前沿。2、生产力工具。3、巨大的杠杆。 这篇文章是我对之前三个月做一个小的总结,来聊一聊 阅读全文
posted @ 2023-06-22 19:09 aiplus 阅读(1186) 评论(0) 推荐(0)
摘要: libraries. You can either do not enable the module or install the libraries.make: *** No rule to make target 'build', needed by 'default'. Stop.make: 阅读全文
posted @ 2023-06-22 15:48 aiplus 阅读(285) 评论(0) 推荐(0)
摘要: 确认已经安装了Homebrew 如果您还没有安装Homebrew,可以在终端中运行以下命令进行安装: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 使 阅读全文
posted @ 2023-04-18 00:03 aiplus 阅读(233) 评论(0) 推荐(0)
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 111 下一页
悬浮按钮示例