摘要: 1、kalman.cpp // // Created by xy on 2021/6/12. // #include "kalman.h" float Q = Q_DEFAULT; float R = R_DEFAULT; float x_last, p_last; void ResetValue( 阅读全文
posted @ 2021-06-12 16:26 Yan327 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 测试地址:https://api.bilibili.com/x/web-interface/newlist?rid=24&pn=1&ps=20 获取的数据: 首先需要获取到json数据,使用curl就可以: curl 请求头: header = "User-Agent:Mozilla/5.0 (Wi 阅读全文
posted @ 2021-03-04 10:09 Yan327 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 视频地址: https://www.bilibili.com/video/BV1CA411T7CL/ 链接地址: 链接:https://pan.baidu.com/s/1ejHg7oizbqd9fF2aLrCxsw 提取码:o470 复制这段内容后打开百度网盘手机App,操作更方便哦--来自百度网盘 阅读全文
posted @ 2021-02-13 02:29 Yan327 阅读(231) 评论(0) 推荐(0) 编辑
摘要: IEEE754转换类 package com.xxx.xxx.utils; import android.annotation.SuppressLint; import java.nio.ByteBuffer; import java.nio.ByteOrder; /** * Author:Thin 阅读全文
posted @ 2021-02-05 21:47 Yan327 阅读(963) 评论(0) 推荐(0) 编辑
摘要: 本来是想安装到GameShell上的,但是GameShell使用VLC播放视频总是闪屏,使用电脑调试就没问题,以后再搞吧。。。 工程下载: 链接:https://pan.baidu.com/s/1r2lg3qJ3x5fPvUuZjUMQww 提取码:3a2j 复制这段内容后打开百度网盘手机App,操 阅读全文
posted @ 2021-02-03 13:20 Yan327 阅读(1342) 评论(0) 推荐(0) 编辑
摘要: ## uCOS_III_STM32F407STM32F407ZGT6 uCOS-III LED TFTLCD UART KEY TOUCH​uCOS-III STM32F407ZGT6移植​工程所创建任务: 1、LED1 500ms闪烁一次 2、LED2 5000ms闪烁一次 3、USART1 10 阅读全文
posted @ 2020-12-27 04:17 Yan327 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 所需工具及库 链接:https://pan.baidu.com/s/1FTmU7cNQVfPzRccpgfGRBQ 提取码:sg5v 开启目录索引 # 添加美化插件后的参数 location / { alias /data/wwwroot/download/; autoindex on; autoi 阅读全文
posted @ 2020-12-08 15:32 Yan327 阅读(814) 评论(3) 推荐(0) 编辑
摘要: Github: https://github.com/wiyixiao/BluetoothDemo.git 阅读全文
posted @ 2020-11-22 17:18 Yan327 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 一、安装jdk (这里安装openjdk) 1)、CentOS8上使用 yum 直接安装,环境变量自动配置好 2)、查看是否已安装 3)、查看卸载 查看系统是否自带 jdk 如果有输出信息,批量卸载系统自带 rpm -qa | grep java | xargs rpm -e --nodeps 如果 阅读全文
posted @ 2020-11-11 23:32 Yan327 阅读(2145) 评论(0) 推荐(0) 编辑
摘要: //类UpdateInfo //类 public class UpdateInstallReceiver extends BroadcastReceiver { private static UpdateInfo mUpdateInfo; @Override public void onReceiv 阅读全文
posted @ 2020-10-25 10:40 Yan327 阅读(592) 评论(0) 推荐(0) 编辑