码迷,mamicode.com
首页 >  
搜索关键字:lan xiangs square    ( 23031个结果
android:强大的图片下载和缓存库Picasso
1.Picasso简单介绍Picasso是Square公司出品的一个强大的图片下载和缓存图片库。官方网址是:http://square.github.io/picasso/仅仅须要一句代码就能够将图片下载并设置到ImageView上。Picasso.with(context).load("http:...
分类:移动开发   时间:2014-08-10 18:30:40    阅读次数:261
HDU 1398 Square Coins
/* 中文翻译:在一个银国度里面,人们不仅有正方形的银币,而且他们的价值观是平方的, 硬币的所有面值的平方不会超过17的平方,如面值为1、4、9.。。。289面值的硬币。有四种支付方式,使总额达到10。 题目大意:求输入一个数,有多少中支付的方式 解题思路:母函数求解 难点详解:由于它是数的平方,所以在求得时候,k应该写成k+=i*i; 关键点:读懂题意,有一点小的升华 解题人:lin...
分类:其他好文   时间:2014-08-09 11:42:57    阅读次数:293
Functional Programming Principles in ScalaScala函式编程原理 第一章笔记
所有non-trival编程语言都提供了基本表达式(expression)去表示最简单的表达式组合表达式的方法抽象表达式的方法,也就是为表达式引入一个名字去引用它substitional model 替代模型sumOfSquares(3,2+2)sumOfSquares(3,4)square(3)+...
分类:其他好文   时间:2014-08-09 02:33:10    阅读次数:267
课程设计(物体类),图片可能没有加载出来,自己运行一下就行了
一.课程设计题目与要求(包括题目与系统功能要求)A.设计如下类,其功能和部分成员如下:Object:抽象类,所有的物体都有价值(profit)属性;Point:点的位置;Line(线段),Rectangle,Cuboid,Square,Cube,Circle,Cylinder.功能:能够实现上述物体...
分类:其他好文   时间:2014-08-08 23:54:36    阅读次数:420
Digital Square(hdu4394)搜索
Digital SquareTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1310 Accepted Submission(s): 501...
分类:其他好文   时间:2014-08-08 15:40:36    阅读次数:270
[leetcode]Sqrt(x)
Sqrt(x)Implementint sqrt(int x).Compute and return the square root ofx.【注意】:1.本题int类型可能会溢出,因此不能用乘法运算,应尽量用除法。2. 绝大多数数字都不是可开方的,该如何得到比较近的结果呢?算法思路:思路1:顺序遍...
分类:其他好文   时间:2014-08-08 01:52:45    阅读次数:202
HDU 1398 Square Coins 母函数
就是经典的找零钱问题的小小变形,DP和母函数都可搞#include #include #include #include #include #include #include #include #include #include #include #include #include using na...
分类:其他好文   时间:2014-08-07 12:19:59    阅读次数:220
左边导航的制作(置顶)
一:页面代码 登录 0 客服 顶部二:Css样式/*侧边栏(购物车,客服)*/.right_lan{ position:fixed;right:0; _right:-1px; top:0; width:35px; height:100%;_height:400px; backgrou...
分类:其他好文   时间:2014-08-07 12:12:39    阅读次数:228
poj 2676 -- Sudoku
SudokuTime Limit:2000MSMemory Limit:65536KTotal Submissions:13723Accepted:6791Special JudgeDescriptionSudoku is a very simple task. A square table wit...
分类:其他好文   时间:2014-08-06 22:23:32    阅读次数:285
POJ2002_Squares (哈希表)
本文出自:blog.csdn.net/svitter 题意 A square is a 4-sided polygon whose sides have equal length and adjacent sides form 90-degree angles. It is also a polygon such that rotating about its centre by...
分类:其他好文   时间:2014-08-05 15:58:39    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!