入门: 参考:https://www.waveshare.com/wiki/Raspberry_Pi_Tutorial_Series:_I2C 打开IIC功能 树莓派默认是将IIC功能关闭的,需要通过设置打开。 参考:http://www.embed-net.com/thread-140-1-1.h ...
分类:
其他好文 时间:
2020-04-27 19:33:50
阅读次数:
59
很容易理解的一篇博客[http://blog.codinglabs.org/articles/pca tutorial.html] 在高维情形下出现的数据样本稀疏、距离计算困难等问题,称为“维数灾难”。 缓解维数灾难的一个重要途径是降维。将原始高维属性空间转变成一个低维子空间,子空间样本密度大幅提高 ...
分类:
其他好文 时间:
2020-04-27 09:27:36
阅读次数:
163
原理参考 "Error Correction Coding QR Code Tutorial " 首先介绍伽罗瓦域,接着使用日志和反日志来简化GF(256)中的乘法。 因为纠错算法中需要使用多项式进行运算,需要处理多项式的四则运算。 生成纠错编码要进行多项式长除法,使用两种多项式,一个是消息多项式 ...
分类:
编程语言 时间:
2020-04-26 01:45:12
阅读次数:
114
https://learn.unity.com/tutorial/diagnosing-performance-problems Diagnosing performance problems using the Profiler window Introduction Different prob ...
分类:
其他好文 时间:
2020-04-25 00:34:38
阅读次数:
79
JavaScript 写法类似于 C++ 写法。 相关内容详细介绍请移步官网:【https://docs.opencv.org/3.3.1/de/d06/tutorial_js_basic_ops.html】 at 方法 Mat TypeAt Manipulation CV_8U ucharAt C ...
分类:
Web程序 时间:
2020-04-24 01:14:19
阅读次数:
103
相关内容详细介绍请移步官网:【https://docs.opencv.org/3.3.1/d5/df3/tutorial_js_trackbar.html】 代码实现: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Inser ...
分类:
Web程序 时间:
2020-04-23 21:30:57
阅读次数:
88
NIO教程 ——检视阅读 参考 BIO,NIO,AIO 总结 Java NIO浅析 Java NIO 教程——极客,蓝本 Java NIO 系列教程 ——并发编程网 BIO,NIO——知乎 NIO 入门——IBM Java NIO教程 ——易百 Java NIO Tutorial英文版 首先Java ...
分类:
其他好文 时间:
2020-04-23 00:35:15
阅读次数:
69
数据唯一性 先建立primary index或者unique index: INSERT IGNORE REPLACE https://www.tutorialspoint.com/mysql/mysql handling duplicates.htm https://www.mysqltutori ...
分类:
其他好文 时间:
2020-04-21 14:49:43
阅读次数:
55
JavaScript相关 (含JQuery) 201901 Chenxin JavaScript参考: http://www.runoob.com/js/js tutorial.html JQuery参考: http://www.runoob.com/js/js tutorial.html 以下是一 ...
分类:
编程语言 时间:
2020-04-20 15:30:39
阅读次数:
73
机器学习入门 快速版 本文地址: https://github.com/no7dw/MachineLearningTutorial background 从数据量的角度,Machine Learning (ML) 是解决传统程序在数据量大,条件多的情况下,使用代码处理复杂场景已经力不从心的情况下的一 ...
分类:
其他好文 时间:
2020-04-20 01:17:10
阅读次数:
52