小淼博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页

2021年11月16日

摘要: Computer Vision https://github.com/microsoft/computervision-recipes 什么是深度图像 https://deepinout.com/camera-terms/what-is-depth-image.html 阅读全文
posted @ 2021-11-16 17:19 小淼博客 阅读(69) 评论(0) 推荐(0)

摘要: 哈佛机器学习课程 https://github.com/Spandan-Madan/DeepLearningProject Deep Learning 中文翻译 https://github.com/exacity/deeplearningbook-chinese Machine Learning 阅读全文
posted @ 2021-11-16 17:18 小淼博客 阅读(72) 评论(0) 推荐(0)

摘要: uCore OS Labs是用于清华大学计算机系本科操作系统课程的教学试验内容 https://github.com/embedded-learning-group/ucore C 语言实现的轻量级、高性能事件通知库。基于事件驱动,支持多种 I/O 多路复用技术:epoll、poll、select、 阅读全文
posted @ 2021-11-16 17:08 小淼博客 阅读(319) 评论(0) 推荐(0)

摘要: 开源的机器人项目 https://github.com/embedded-learning-group/open-source-rover 机器控制领域大佬的博客 http://lavalle.pl/ Motion Strategy Library Main Page 阅读全文
posted @ 2021-11-16 16:33 小淼博客 阅读(259) 评论(0) 推荐(0)

2021年10月9日

摘要: Automake UsersGuide 1. 创建Demo工作空间 mkdir automake_demo cd automake_demo/ touch hello.c vim hello.c 2. 插入基本C语言代码 #include <stdio.h> int main(int argc, c 阅读全文
posted @ 2021-10-09 17:50 小淼博客 阅读(2655) 评论(0) 推荐(1)

摘要: Ubuntu18.04下安装Automake 通过sudo apt-get install来安装autoconf、automake、libtool、m4 sudo apt-get install autoconf sudo apt-get install automake sudo apt-get 阅读全文
posted @ 2021-10-09 16:41 小淼博客 阅读(4553) 评论(0) 推荐(1)

2021年10月8日

摘要: 一、Cmake Ubuntu安装教程: 1.下载最新的Linux x86_64版本的cmake-3.21.3-linux-x86_64.tar.gz安装包 2. 按照下列步骤进行Bash命令操作,即可添加安装完成cmake 1 mkdir /tools/cmake-3.21.3 2 sudo mv 阅读全文
posted @ 2021-10-08 23:57 小淼博客 阅读(735) 评论(0) 推荐(0)

2021年9月19日

摘要: 1. 树莓派无线鼠标延时 1. 打开文件进行编辑 sudo nano /boot/cmdline.txt 2. 在文件中末尾位置(不要换行)添加如下内容 usbhid.mousepoll=0 3. 重启树莓派生效 sudo reboot 2. 树莓派发热非常严重 a) 必须安装散热风扇。对于风扇的转 阅读全文
posted @ 2021-09-19 10:47 小淼博客 阅读(367) 评论(0) 推荐(0)

2021年9月7日

摘要: Aspheric Coefficients R k A4 A6 A8 A10 A12 A14 A16 S1 PLANO - - - - - - - - S2 2.68415 -0.517612 -5.980307E-5 1.527613E-5 3.647708E-6 -1.381275E-7 4.4 阅读全文
posted @ 2021-09-07 19:36 小淼博客 阅读(623) 评论(0) 推荐(0)

2021年8月15日

摘要: 1. Petalinux建立工程时出现WARNING: /bin/sh is not bash!的解决方法:参考链接 运行settings.sh 脚本出现下列问题: @ubuntu$:source /opt/pkg/petalinux/settings.sh 错误信息如下: 根据命令提示结果对bas 阅读全文
posted @ 2021-08-15 22:07 小淼博客 阅读(782) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页

大家转载请注明出处!谢谢! 在这里要感谢GISPALAB实验室的各位老师和学长学姐的帮助!谢谢~