cekong

导航

上一页 1 2 3 4 5 6 ··· 15 下一页

2021年9月28日 #

remote: Unauthorized fatal: Authentication failed for...

摘要: 密码不是登录git网页的密码 密码在git账号 setting--http password Password中 进入“控制面板”——“用户账户”——凭据管理器——windows凭据, 找到此git网页,编辑修改成正确的密码即可 阅读全文

posted @ 2021-09-28 09:19 cekong 阅读(3751) 评论(0) 推荐(1) 编辑

TR、FN、FP、FN

摘要: 真阳率 TR Rate(True Positive) 表示分类正确的正例比例 真阴率 FN Rate(True Negative)表示分类正确的负例比例 假阳率 FP Rate(False Positive) 表示分类错误的负例比例 假阴率 FN Rate(False Negative)表示分类错误 阅读全文

posted @ 2021-09-28 09:19 cekong 阅读(288) 评论(0) 推荐(0) 编辑

<笔记>ue破解

摘要: http://www.32r.com/soft/49812.html 阅读全文

posted @ 2021-09-28 09:18 cekong 阅读(77) 评论(0) 推荐(0) 编辑

<笔记>bmp图片数据格式

摘要: C语言实现BMP图片生成 bmp图片格式详解 阅读全文

posted @ 2021-09-28 09:18 cekong 阅读(31) 评论(0) 推荐(0) 编辑

三轴加速度数据处理

摘要: 1.平滑滤波 五点三次平滑滤波 2.滑动窗口 3. 归一化 阅读全文

posted @ 2021-09-28 09:17 cekong 阅读(423) 评论(0) 推荐(0) 编辑

智能手环+三轴加速度传感器总结

摘要: 基于三轴加速度传感器的人机交互智能手环 https://www.ixueshu.com/document/586c8b8cb957527f9a69cce5ac9d142d318947a18e7f9386.html 递推平均滤波和限幅滤波法 合成加速度 计步 一种智能手环抬手亮屏的方法 https:/ 阅读全文

posted @ 2021-09-28 09:16 cekong 阅读(589) 评论(0) 推荐(0) 编辑

Ubuntu ffmpeg安装

摘要: 参考 https://blog.csdn.net/Z_zzzD/article/details/106070491 其中 ./configure --prefix=/usr/local/ffmpeg 即可 阅读全文

posted @ 2021-09-28 09:15 cekong 阅读(43) 评论(0) 推荐(0) 编辑

依赖: xxxxx 但是它将不会被安装

摘要: 下列软件包有未满足的依赖关系: libxinerama1:i386 : 依赖: libxext6:i386 但是它将不会被安装 libxrandr2:i386 : 依赖: libxext6:i386 但是它将不会被安装 依赖: libxrender1:i386 但是它将不会被安装 libxtst6: 阅读全文

posted @ 2021-09-28 09:15 cekong 阅读(1744) 评论(0) 推荐(0) 编辑

svn external

摘要: A project \extest\frame\* B project \mycode\* 目的:将项目B下mycode所有文件关联到项目A的\extest\frame文件夹下 在项目A的extest文件夹上右击 → 选择 "TortoiseSVN" → "Properties" → "New... 阅读全文

posted @ 2021-09-28 09:12 cekong 阅读(98) 评论(0) 推荐(0) 编辑

rrdtool笔记

摘要: rrdgraph http://library.isr.ist.utl.pt/docs/rrdtool/rrdgraph.html sudo apt install rrdtool Rrdtool https://www.cnblogs.com/lightideal/archive/2012/03/ 阅读全文

posted @ 2021-09-28 09:12 cekong 阅读(23) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 15 下一页