最近项目急需C++ 的知识结构,虽说我有过快速学习很多新语言的经验,但对于C++ 老特工我还需保持敬畏(内容太多),本文会从一个Java程序员的角度,制定高效学习路线快速入门C++ 。 Java是为了就业,C++ 是信仰。(C++ 是教学、信仰、商业这三个原本互斥的概念(这三个概念也是三个阶段,正好 ...
分类:
编程语言 时间:
2018-04-20 14:33:25
阅读次数:
247
近期接触了一下四元数,目的是要获取人脸朝向,看到这篇文章才发现了一些线索,所以记录一下。 更新一下进展: 自从发现了下面的 pitch roll yaw 对照,基本上也算是了解了个大概了。 然后就又发现了下面的文章: 原贴地址:https://www.amobbs.com/thread-550466 ...
分类:
其他好文 时间:
2018-04-17 19:56:35
阅读次数:
192
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:
编程语言 时间:
2018-04-16 23:52:39
阅读次数:
222
题目描述 Farmer John has gone to town to buy some farm supplies. Being a very efficient man, he always pays for his goods in such a way that the smallest ...
分类:
其他好文 时间:
2018-04-10 21:56:10
阅读次数:
292
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:
编程语言 时间:
2018-04-05 20:03:08
阅读次数:
140
学习GLM的时候在网上找不到比较通俗易懂的教程。这里以一个实例应用来介绍GLM。 We used a Bayesian generalized linear model (GLM) to assign every gene to one or more cell populations, as pr ...
分类:
其他好文 时间:
2018-04-05 01:14:23
阅读次数:
468
本文以csr_matrix为例来说明sparse矩阵的使用方法,其他类型的sparse矩阵可以参考https://docs.scipy.org/doc/scipy/reference/sparse.html csr_matrix是Compressed Sparse Row matrix的缩写组合,下 ...
分类:
编程语言 时间:
2018-04-04 23:34:52
阅读次数:
298
1) IPv4 32 bits , IP v6 128 bits 2) No address collision 3) no need for DHCP 4) more efficient routing 5) Ipv6 fixed 40 Bytes of header, 32 bytes are ...
分类:
其他好文 时间:
2018-03-27 10:20:45
阅读次数:
148
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:
其他好文 时间:
2018-03-23 10:28:36
阅读次数:
162
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted i ...
分类:
其他好文 时间:
2018-03-23 10:27:19
阅读次数:
214