https://github.com/colipso/face_recognition https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3c ...
分类:
其他好文 时间:
2017-09-29 15:08:26
阅读次数:
152
这篇文章介绍了如何利用FPGA内部单个DSP来实现SIMD乘法,从而提高DSP利用率,缓解计算资源不足的问题,是一个比较实用的trick。 要点: (1)unsigned乘法原理图: (2)signed乘法原理图: 修正原理: 原文地址:http://ieeexplore.ieee.org/docu ...
分类:
Web程序 时间:
2017-09-29 11:02:11
阅读次数:
335
The Jordans Unveil is a hardwood classic, re-imagined for the modern day sneakerhead. It's a hybrid of several Jordan silhouettes ranging from the AJ3 ...
分类:
其他好文 时间:
2017-09-22 19:07:23
阅读次数:
173
Modern operating systems are usually multitasking,meaning that they create the illusion(错觉)of doing more than one thing at once by rapidly switching f ...
分类:
其他好文 时间:
2017-09-21 21:46:15
阅读次数:
213
近日,在学习的过程中第一次接触到了Typelist的相关内容,比如Loki库有一本Modern C++ design的一本书,大概JD搜了一波没有译本,英文版600多R,瞬间从价值上看到了这本书的价值!!这是题外话。这本书十分经典。其内容对于一个C++新手来说需要时间来理解吸收。在这里记录一下自己的 ...
分类:
编程语言 时间:
2017-09-18 00:20:46
阅读次数:
293
英文原文:Things to learn for Modern Web Development现代web开发再一次将发生压倒性的改变。信息资讯的铺天盖地令人迷惑,尤其对于初学者而言。首要原因是新的框架,例如 Angular 2和ReactJs出现了,使用了尚未完全定型的ECMAScript 6特性。... ...
分类:
Web程序 时间:
2017-09-14 21:39:16
阅读次数:
150
一、DRM 简介 In computing, the Direct Rendering Manager (DRM), a subsystem of the Linux kernel, interfaces with the GPUs of modern video cards. DRM expose ...
分类:
其他好文 时间:
2017-09-13 13:08:35
阅读次数:
208
传送门 还是一个字——栈 然后加一大堆特判 至少我是这么做的 我的代码 看了题解 发现预处理出来每种颜色最左边和最右边的位置会更好处理 如果两种颜色有交集,直接输出-1 题解代码 5 1 2 1 2 1 这组数据,我输出-1,题解输出2 好像题解错了,但因为数据水,所以,你懂的 ...
分类:
其他好文 时间:
2017-09-11 16:25:21
阅读次数:
165