兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博
摘要: Android系统开发进阶-init 进程启动流程 2020-03-10 Android系统开发进阶 Android 0 Comments 上一篇文章我们详细解析了 init.rc 文件的语法规范。同学们可以对照着去看看 Android/system/core/rootdir/init.rc 这个文 阅读全文
posted @ 2023-07-28 11:32 leoking01 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 反直觉: 伟大不能被计划 (万维钢 推荐序) 有幸获赠中译出版社的《为什么伟大不能被计划》,书名就令人好奇,看完果然觉得值得。 我的总结是:追逐新奇是人的天性;人类经由兴趣、求知欲的内驱力,前仆后继,像接力棒一样,无意中垒好了一块块的“踏脚石”,最终通向了伟大。 令我印象最深刻的是下面这个实验的结果 阅读全文
posted @ 2023-07-28 11:12 leoking01 阅读(96) 评论(0) 推荐(0) 编辑
摘要: matlab查看对应的gcc版本,vs版本,Intel build tool 版本: https://ww2.mathworks.cn/support/requirements/previous-releases.html 阅读全文
posted @ 2022-03-26 12:00 leoking01 阅读(576) 评论(0) 推荐(0) 编辑
摘要: cmake编译caffe matlab接口 sinat_21190681 于 2018-09-13 17:27:39 发布 844 收藏 1版权打开caffe/CMakeLists.txt caffe_option(BUILD_matlab "Build Matlab wrapper" OFF IF 阅读全文
posted @ 2022-03-24 11:39 leoking01 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/84839635 可能的错误 common.cc:52:2: error: #error "No suitable threading library available." #error "No suitable threading lib 阅读全文
posted @ 2022-03-23 18:59 leoking01 阅读(732) 评论(0) 推荐(0) 编辑
摘要: build opencv in termux, when build opencv_waldboost_detector error in undefined reference to '__android_log_print' #2172 Open wahyubram82 opened this 阅读全文
posted @ 2022-03-23 17:13 leoking01 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 解决Error: undefined reference to `__android_log_print' 最近在使用Android Studio进行NDK开发时,程序本身是没有问题,但一旦添加了Android的NDK调试信息,就报如下的错: 在旧的Android Studio版本中,一般是在bui 阅读全文
posted @ 2022-03-23 17:10 leoking01 阅读(541) 评论(0) 推荐(0) 编辑
摘要: How to use std::stoul and std::stoull in Android? Ask Question Asked 8 years, 7 months ago Modified 6 years, 2 months ago Viewed 13k times 22 7 C++11 阅读全文
posted @ 2022-03-23 17:06 leoking01 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 为什么 github 下载速度这么慢? 如何提高 github 的下载速度? 下面提供9种方案,快来试试…… GitHub 镜像访问 这里提供两个最常用的镜像地址: https://github.com.cnpmjs.org https://hub.fastgit.org 也就是说上面的镜像就是一个 阅读全文
posted @ 2022-02-10 15:31 leoking01 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 一、公式使用参考 1.如何插入公式 LATEX 的数学公式有两种:行中公式和独立公式。行中公式放在文中与其它文字混编,独立公式单独成行。 行中公式可以用如下方法表示: \(数学公式\) 独立公式可以用如下方法表示: \(数学公式\) 自动编号的公式可以用如下方法表示: 若需要手动编号,参见 大括号和 阅读全文
posted @ 2021-12-13 14:18 leoking01 阅读(468) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/nickchen121/p/11746655.html 一、公式使用参考 1.如何插入公式 LATEX 的数学公式有两种:行中公式和独立公式。行中公式放在文中与其它文字混编,独立公式单独成行。 行中公式可以用如下方法表示: \(数学公式\) 独立公式可 阅读全文
posted @ 2021-12-13 14:09 leoking01 阅读(218) 评论(0) 推荐(0) 编辑
摘要: gtk: sudo apt-get install gnome-core-devel sudo apt-get install libglib2.0-doc libgtk2.0-doc sudo apt-get install devhelp sudo apt-get install glade-g 阅读全文
posted @ 2021-11-24 17:15 leoking01 阅读(541) 评论(0) 推荐(0) 编辑
摘要: http://www.dclunie.com/ 阅读全文
posted @ 2021-07-13 15:40 leoking01 阅读(90) 评论(0) 推荐(0) 编辑
摘要: sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor sudo apt-get update sudo apt-get install -y indicator-sysmonitor sudo apt install gnome-s 阅读全文
posted @ 2021-07-10 18:06 leoking01 阅读(277) 评论(0) 推荐(0) 编辑
摘要: matlab 2021a linux 版本下载: https://rutracker.org/forum/viewtopic.php?t=6030997 或者: magnet:?xt=urn:btih:EB1C3A0864431D21A342F09CC75831879CB0E374&tr=http% 阅读全文
posted @ 2021-07-06 22:38 leoking01 阅读(3296) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_37251044/article/details/1171050901. 环境复制 首先conda info --envs 查看当前有哪些环境。 执行 conda create -n [name] --clone [path] 等待完即可备注 阅读全文
posted @ 2021-06-17 14:02 leoking01 阅读(7253) 评论(0) 推荐(0) 编辑
摘要: 转载于:https://www.jb51.net/article/193024.htm 更新时间:2020年08月11日 09:39:48 作者:盼小辉丶 这篇文章主要介绍了Ubuntu18.04下解决Qt出现qt.qpa.plugin:Could not load the Qt platform 阅读全文
posted @ 2021-05-24 10:16 leoking01 阅读(4412) 评论(0) 推荐(0) 编辑
摘要: 转载于: https://mp.weixin.qq.com/s?__biz=MjM5NTIxNjUwMA==&mid=2649682533&idx=1&sn=916079d59f1e1e282ca2c84e1b22ed12&chksm=bee1bf7e8996366800bb33384b338e62 阅读全文
posted @ 2021-05-11 17:28 leoking01 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 转载自: https://zhuanlan.zhihu.com/p/95377805 ↑点击上面蓝色字体关注第一职场网 “教练式”职业规划首创者 专注职场——定位、规划、晋升、转行 更有一群上进积极的小伙伴 一起分享一起成长 一起活出自信美丽的自己 ♥ 文/杨毅 多年以前,我曾经写过一篇文章:《从3 阅读全文
posted @ 2021-05-11 14:29 leoking01 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 使用的是清华源 1、安装texlive sudo apt install texlive-full 2、安装texstudio sudo apt install texstudio 3、测试,新建tex文件,拷贝下面代码,运行 \documentclass{article}\usepackage{C 阅读全文
posted @ 2021-05-10 20:09 leoking01 阅读(177) 评论(0) 推荐(0) 编辑
摘要: “你是谁,这与你挂在墙上的道德标准无关,与你在全体员工大会上的发言无关,与你的营销大战无关,甚至与你所信奉的一切都无关。你事谁,源于你做了些什么。你的所作所为决定了你是谁。”在《你所做即你所是》这本书中,作者霍洛沃兹用十个章节的内容以期帮助,能够读到这本书的人去做那些“需要做的事情,然后成为自己想要 阅读全文
posted @ 2021-05-06 22:56 leoking01 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 转载于: https://www.cnblogs.com/ariel-dreamland/p/8919541.html 视觉显著性检测(Visual saliency detection)指通过智能算法模拟人的视觉特点,提取图像中的显著区域(即人类感兴趣的区域)。 视觉注意机制(Visual Att 阅读全文
posted @ 2021-05-03 15:09 leoking01 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 转载自知乎: https://www.zhihu.com/question/19929609 谢邀。本答案提要:1.plotly2.R ggplot23.无需编程语言的工具(7个)4.基于JavaScript实现的工具(8个)5.基于其他语言的工具(5个)6.地图数据可视化工具(7个)7.金融(股票 阅读全文
posted @ 2021-05-02 11:42 leoking01 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 矩阵的转置: AT= (aji) 其中 A= (aij) 矩阵的共轭: (aji) 其中 A= (aij) // 以下转载自:http://fourier.eng.hmc.edu/e161/lectures/klt/node3.html 下文在其基础上添加了解释和说明。 Karhunen-Loeve 阅读全文
posted @ 2021-04-17 15:00 leoking01 阅读(142) 评论(0) 推荐(0) 编辑
摘要: For the musical term, see Riemannian theory. The real part (red) and imaginary part (blue) of the Riemann zeta function along the critical line Re(s) 阅读全文
posted @ 2021-04-17 11:22 leoking01 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 转载于: http://www.360doc2.net/wxarticlenew/773364025.html NO5. 格罗藤迪克等级:半神类型:超越时代风格: 一个方向走到极致,代数几何的极致,抽象的极致,结构化的极致!进而影响数学全局!留给数学家就业岗位:1梦想中的动机理论,2代数几何中的标准 阅读全文
posted @ 2021-04-17 09:10 leoking01 阅读(4635) 评论(0) 推荐(0) 编辑
摘要: 前言本文将分享的内容是:超分辨率(Super Resolution,SR)最全资料合集,涵盖了SISR、VSR等。在这里插入图片描述一张图看懂超分辨率SR作用注:文末附超分辨率SR微信交流群,欢迎加入学习Awesome-Super-Resolution 项目作者:ChaofWang Star 数量: 阅读全文
posted @ 2021-04-14 13:59 leoking01 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: https://arxiv.org/ https://arxiv.org/list/math.AG/recent http://xxx.itp.ac.cn/ http://xxx.itp.ac.cn/ http://cn.arxiv.org/ 阅读全文
posted @ 2021-04-10 09:53 leoking01 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 对于python2安装pyqt5: pip install python-qt5 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install -r requirements.txt conda install --channel https://c 阅读全文
posted @ 2021-04-06 10:09 leoking01 阅读(1643) 评论(0) 推荐(0) 编辑
摘要: 转载于: https://www.sicara.ai/blog/2019-07-16-image-registration-deep-learning 图像配准 是 的基本步骤 计算机视觉 。 本文介绍 OpenCV 的基于 功能的方法 了 之前 深度学习 。 什么是图像注册? 图像配准是将 一个场 阅读全文
posted @ 2021-04-02 18:03 leoking01 阅读(767) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jins-note/p/11203934.html Image Registration is a fundamental step in Computer Vision. In this article, we present OpenCV feat 阅读全文
posted @ 2021-04-02 18:01 leoking01 阅读(277) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/25428460 IPython是一个python shell的扩展,强调了IPython可交互性和探索性计算 。 官网(http://IPython.org/)上的介绍如下 The goal of IPython is to create 阅读全文
posted @ 2021-04-01 17:40 leoking01 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 原址: https://blog.csdn.net/u012501459/article/details/48229399 C++没有像java那样的垃圾回收机制,但是我们可以实现一个。一种很简单的方式就是使用引用计数。它实际上是一种用对象来管理资源的方式,因为普通的栈上的对象在离开作用域时会调用对 阅读全文
posted @ 2021-03-29 10:12 leoking01 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 下面是编程之家 jb51.cc 通过网络收集整理的代码片段。 编程之家小编现在分享给大家,也给大家做个参考。 C++中调用Python脚本的意义就不讲了,至少你可以把它当成文本形式的动态链接库,需要的时候还可以改一改,只要不改变接口, C++的程序一旦编译好了,再改就没那么方便了先看Python的代 阅读全文
posted @ 2021-03-29 10:06 leoking01 阅读(318) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hobertony_7/article/details/88875246?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.control& 阅读全文
posted @ 2021-03-29 09:53 leoking01 阅读(653) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fjsd155/article/details/79380735 一、问题 Python模块和C/C++的动态库间相互调用在实际的应用中会有所涉及,在此作一总结。 二、Python调用C/C++ 1、Python调用C动态链接库 Python调用C库比较简 阅读全文
posted @ 2021-03-29 09:51 leoking01 阅读(355) 评论(0) 推荐(0) 编辑
摘要: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-pythoncon 阅读全文
posted @ 2021-03-28 23:09 leoking01 阅读(1664) 评论(0) 推荐(0) 编辑
摘要: 1:安装 conda install jupyter notebook 2:启动 jupyter notebook 阅读全文
posted @ 2021-03-28 22:11 leoking01 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 进入win10操作系统, 安装miniconda, 我用的版本有 python3.9.1 miniconda3.4.9.2 eric6.21.3 python3.7.4 Miniconda3.4.7.12.1 eric6.20.12.1 python3.6.13, miniconda 3.3.1.9 阅读全文
posted @ 2021-03-28 12:33 leoking01 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://paperswithcode.com/task/object-detection About Edit Object detection is the task of detecting instances of objects of a certain class within a 阅读全文
posted @ 2021-03-18 10:54 leoking01 阅读(632) 评论(0) 推荐(0) 编辑
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }