码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
HTML5列表
HTML列表<ol>有序列表<ul>无序列表<li>列表项---------------------<dl>列表<dt>列表项<dd>描述1.无序列表使用标签:<ul><li>属性:disc、circle、square<!DOCTYPEhtml> <htmllang="en"> <head> <metach..
分类:Web程序   时间:2016-05-09 07:16:58    阅读次数:205
数据挖掘、机器学习基础算法
Basis(基础):MSE(Mean Square Error 均方误差),LMS(LeastMean Square 最小均方),LSM(Least Square Methods 最小二乘法),MLE(MaximumLikelihood Estimation最大似然估计),QP(Quadratic Programming 二次规划), CP(Conditional Probability条件概率),...
分类:编程语言   时间:2016-05-07 07:58:05    阅读次数:237
Retrofit2.0实践记录
前言 Type-safe HTTP client for Android and Java by Square, Inc. 官网:http://square.github.io/retrofit/API:http://square.github.io/retrofit/2.x/retrofit/参考:http://gank.io/post/56e80c2c677659311bed9841...
分类:其他好文   时间:2016-05-07 07:40:51    阅读次数:250
poj 2002(好题 链式hash+已知正方形两点求另外两点)
Squares Time Limit: 3500MS Memory Limit: 65536K Total Submissions: 18493 Accepted: 7124 Description A square is a 4-sided polygon whose sides have equ ...
分类:其他好文   时间:2016-05-05 22:24:23    阅读次数:386
【基础】常用的机器学习&数据挖掘知识点
Basis(基础): MSE(Mean Square Error 均方误差),LMS(LeastMean Square 最小均方),LSM(Least Square Methods 最小二乘法),MLE(MaximumLikelihood Estimation最大似然估计),QP(Quadratic ...
分类:其他好文   时间:2016-05-05 07:02:42    阅读次数:180
HDU1398 Square Coins
Description People in Silverland use square coins. Not only they have square shapes but also their values are square numbers. Coins with values of all ...
分类:其他好文   时间:2016-05-02 22:38:55    阅读次数:186
HTML5 Canvas游戏开发(一)基础知识
一、绘制基本图形 在每次用canvas画布时,都有几步是“套路” 1.在HTML中创建Canvas画布: 2.获取画布标签,并得到一个2D对象: 1、绘制线条: 通过ctx.lineCap="butt"可以设置线条的形状。有三个可取值:butt、round、square。 2、绘制空心矩形: 3、绘 ...
分类:Web程序   时间:2016-05-02 02:05:58    阅读次数:179
[LintCode] Perfect Squares 完全平方数
Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n. ExampleGiven n = 12, retur ...
分类:其他好文   时间:2016-04-30 12:57:13    阅读次数:108
Android 网络开源库之-retrofit的解析详解
前言 当前的网络开源库有许多,如volley,okhttp,retrofit等,这三个库当前是比较火的,其中,okhttp和retrofit由square团队开发。关于这三个库的区别,请移步stackoverflow或者知乎查看。开发过程中选择什么样的开源库需要更具我们APP来做出选择。我们选出stackoverflow中的一段话来看下。    上面说,需要与web service通...
分类:移动开发   时间:2016-04-29 19:13:16    阅读次数:302
Android之Glide使用详解
一、Glide介绍 在Android开发中,图片加载是必不可少的,目前有多种图片加载框架,下面列一下比较好的框架: Universal Image Loader:使用最广,很强大,但现在官方已停止维护。 Picasso:和Glide非常像,Square开发的牛逼框架。 Volley:Google官方出品。 Fresco:FaceBook出品,数据相当厉害。 Glide:今天的主角...
分类:移动开发   时间:2016-04-29 18:35:59    阅读次数:1014
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!