码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
docker网络-2
容器跨主机通信
分类:其他好文   时间:2018-12-14 01:04:59    阅读次数:166
炫酷粒子表白 | 听说女神都想谈恋爱了!
最近听女神说想谈恋爱了,?(? ? ?) 嘿嘿,一定不能放过这个机会,给她来个不一样的表白。 那么咱们就一起来把这个粒子系统玩出花来吧 演示地址: https://es2049.studio/work-show/textPraticle/ 如何将一系列的粒子组成一句表白呢? 实现原理其实很简单,Ca ...
分类:其他好文   时间:2018-12-11 14:35:21    阅读次数:440
AtCoder Beginner Contest 115 题解
题目链接:https://abc115.contest.atcoder.jp/ A Christmas Eve Eve Eve 题目: Time limit : 2sec / Memory limit : 1024MB Score : 100 points Problem Statement In ...
分类:其他好文   时间:2018-12-09 01:04:22    阅读次数:167
Skyline基本操作模式封装
项目中基于skyline的浏览器插件进行二次开发,基本的业务操作模式基本上是:点击功能按钮开启操作模式,onFrame预选Feature,onLButtonUp选定Feature并执行业务操作,OnRButtonUp结束操作模式等。这里封装了这个基本操作模式,避免代码重复,便捷功能扩展和统一。 ...
分类:其他好文   时间:2018-12-05 22:26:59    阅读次数:215
mysql存储引擎
查看当前支持的引擎 查看表引擎 引擎是表级别的,在创建表的时候,可以设定engine=innodb或者其他引擎。如果不设定,就按服务的默认引擎来。 ...
分类:数据库   时间:2018-12-05 13:53:54    阅读次数:195
LeetCode 447. Number of Boomerangs
Given n points in the plane that are all pairwise distinct, a “boomerang” is a tuple of points (i, j, k) such that the distance between iand j equals ...
分类:其他好文   时间:2018-12-04 22:40:17    阅读次数:421
redis的数据类型
redis支持5中数据类型 string类型 string是最基本的数据类型,一个key一个value string类型是二进制安全的,意思是string类型可以包含jpg等二进制的数据 string一个键最大能存512M数据 Hash类型 Hash是一个k v集合 List类型 List就是字符串 ...
分类:其他好文   时间:2018-12-04 19:04:24    阅读次数:160
The Closest M Points//kd树+优先队列
题目 The Closest M Points Time Limit: 16000/8000 MS (Java/Others) Memory Limit: 98304/98304 K (Java/Others) Total Submission(s): 7570 Accepted Submissio ...
分类:其他好文   时间:2018-12-04 17:21:51    阅读次数:217
opencv直线拟合cv::fitLine()
通过2D或者2D点集拟合直线 void fitLine( InputArray points, OutputArray line, int distType,double param, double reps, double aeps ); @param points Input vector of ...
分类:其他好文   时间:2018-12-04 11:24:24    阅读次数:1180
WEEK 9
WEEK 9 Anomaly Detection Given a large number of data points, we may sometimes want to figure out which ones vary significantly from the average. For ...
分类:其他好文   时间:2018-12-03 15:31:48    阅读次数:117
1654条   上一页 1 ... 38 39 40 41 42 ... 166 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!