码迷,mamicode.com
首页 >  
搜索关键字:question    ( 5100个结果
关于PCA的一些学习汇总
主成分分析PCA算法:为什么去均值以后的高维矩阵乘以其协方差矩阵的特征向量矩阵就是“投影”? https://www.zhihu.com/question/30094611 还有一些疑问:1.这个散步函数是怎么回事,好像和定义不一样! ...
分类:其他好文   时间:2018-05-25 22:48:28    阅读次数:196
4. Median of Two Sorted Arrays
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
分类:其他好文   时间:2018-05-25 17:52:26    阅读次数:109
3Ds Max实例教程-制作女战士全过程
这个项目,是当作一个个人挑战而开始的,我试图把我在这一年学的东西全都运用到这项制作中去。我心中的想法是建造一个女战士和一条龙的场景,一些融合了东西方扮演游戏中的角色形象的元素给了我灵感,所以我在制作的过程中紧紧地扣住这个概念。 ...
分类:其他好文   时间:2018-05-25 16:55:45    阅读次数:206
1.3.41
question: Copy a queue. Create a new constructor so that makes r a reference to a new and independent copy of the queue q. You should be able to push ...
分类:其他好文   时间:2018-05-24 18:07:20    阅读次数:146
1.3.35
question: Random queue. A random queue stores a collection of items and supports the following API: Write a class RandomQueue that implements this API ...
分类:其他好文   时间:2018-05-22 20:43:58    阅读次数:177
百度定位api 定位不准修正
https://www.zhihu.com/question/38313555 在安卓开发中需要设置 setCoorType("bd09lsetCoorType("bd09ll");//可选,默认gcj02,设置返回的定位结果坐标系 如官方API所写: 设置坐标类型: 设置返回值的坐标类型。 pub ...
分类:Windows程序   时间:2018-05-22 14:42:49    阅读次数:294
AIO,BIO,NIO的区别
看到知乎上一篇回答,解决了疑惑:https://www.zhihu.com/question/56673416 第三位作者的回答...原谅我没有登录知乎,不然一定给他留赞. 很多人的解释都是扯在一起的,反而让人觉得晕乎乎的,或者他们自己也没真正的搞懂.... 这个模型的前提是 clint端发请求,, ...
分类:其他好文   时间:2018-05-21 23:36:34    阅读次数:211
多线程有什么用?
作者:pansz链接:https://www.zhihu.com/question/19901763/answer/13299543来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 1。单进程单线程:一个人在一个桌子上吃菜。2。单进程多线程:多个人在同一个桌子上一起吃菜 ...
分类:编程语言   时间:2018-05-21 21:15:27    阅读次数:199
prefer-const
https://eslint.org/docs/rules/prefer-const https://www.zhihu.com/question/60625915 https://reactjs.org/tutorial/tutorial.html#storing-a-history 今天在看re ...
分类:其他好文   时间:2018-05-21 20:24:42    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!