码迷,mamicode.com
首页 >  
搜索关键字:near    ( 1071个结果
LibreOJ #113. 最大异或和
二次联通门 : LibreOJ #113. 最大异或和 ...
分类:其他好文   时间:2017-07-23 10:07:15    阅读次数:141
Mongoose基础入门
[1]NodeJS驱动 [2]概述 [3]安装 [4]连接数据库 [5]Schema [6]Model [7]自定义方法 [8]文档新增 [9]文档查询 [10]文档更新 [11]文档删除 [12]前后钩子 [13]查询后处理 [14]文档验证 ...
分类:其他好文   时间:2017-07-22 18:23:05    阅读次数:258
Regularized least-squares classification(正则化最小二乘法分类器)取代SVM
在机器学习或者是模式识别其中有一种重要的分类器叫做:SVM 。这个被广泛的应用于各个领域。可是其计算的复杂度以及训练的速度是制约其在实时的计算机应用的主要原因。因此也非常非常多的算法被提出来。如SMO,Kernel的方法。 可是这里要提到的 Regularized least-squares cla ...
分类:其他好文   时间:2017-07-22 16:49:19    阅读次数:183
推导正交投影(Orthographic Projection)
定义六个面 left right bottom top near far 然后三个轴分开考虑 x轴 视椎体的x范围在[l,r],我们要变换到[-1,1] 1 减去l变换到[0, r-l] 2 乘以2/(r-l)变换到[0, 2] 3 减去1变换到[-1,1] 进一步简化 展开 所以 y方向同理 最后 ...
分类:其他好文   时间:2017-07-21 20:49:32    阅读次数:249
[words]2017.7.20
affiliate vt. The affiliated high school of Beijing Normal University is affiliated with BNU. aggravate vt. The bad grades I got from that class reall ...
分类:其他好文   时间:2017-07-20 23:47:39    阅读次数:190
D3 入门笔记
一、第一个程序 选择集: 使用d3.select()或者 d3.selectAll()选择元素后返回的对象,就是选择集 d3能够连续不断地调用函数,形如:d3.select().selctAll().text()这称为链式语法 二、选择元素和绑定数据 在D3中,用于选择元素的函数有两个: d3.se ...
分类:其他好文   时间:2017-07-20 10:20:05    阅读次数:164
推荐 的FPGA设计经验(3) 物理实现和时间闭环优化
Optimizing Physical Implementation and Timing Closure Planning Physical Implementation When planning a design, consider the following elements of phys ...
分类:其他好文   时间:2017-07-20 00:54:41    阅读次数:255
13.resize妙用(书上看到的)
上效果图 准备一张类似比例的图 DOM css ...
分类:其他好文   时间:2017-07-19 15:30:42    阅读次数:144
js学习总结----jQuery之动画 ajax 事件
Document ...
分类:Web程序   时间:2017-07-18 01:33:21    阅读次数:176
【Leetcode】137. Single Number II
题目: Given an array of integers, every element appears three times except for one. Find that single one. Note:Your algorithm should have a linear runti ...
分类:其他好文   时间:2017-07-16 15:03:16    阅读次数:164
1071条   上一页 1 ... 68 69 70 71 72 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!