E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
math.min
C#集合
StringBuilder竟然是基于链表而不是数组的集合,它不是2被的增加容量,而是新增一个StringBuilder节点,容量为intnum=Math.Max(minBlockCharCount,
Math.Min
不断的谦逊,不断的努力
·
2012-08-22 19:00
碰撞检测
矩形的宽,h:矩形的高,r:圆形半径,rx:圆形中心与矩形中心相对坐标X,ry:圆形中心与矩形中心相对坐标Y)functionComputeCollision(w,h,r,rx,ry){ vardx=
Math.min
·
2012-07-01 22:00
欧几里德算法(又称辗除法)求最大公约数
一、首先给出我计算最大公约数(greatest common divisor)的算法(很直观就不详细说明了):代码如下:publiclonggcd(longa,longb){ longc=
Math.min
zhutulang
·
2012-04-26 19:00
c
算法
百度
Jquery easyui分页栏,显示1到0解决方案
jqueryeasyui1.2.2找到_6c=_6c.replace(/{from}/,_6a.pageSize*(_6a.pageNumber-1)+1);_6c=_6c.replace(/{to}/,
Math.min
bozch
·
2012-04-12 10:00
jquery
easyui
1到0
pagination
Jquery easyui分页栏,显示1到0解决方案
nbsp; _6c=_6c.replace(/{from}/,_6a.pageSize*(_6a.pageNumber-1)+1); _6c=_6c.replace(/{to}/,
Math.min
bozch
·
2012-04-12 10:00
jquery easyui
1到0
pagination
Jquery easyui分页栏,显示1到0解决方案
jqueryeasyui1.2.2找到_6c=_6c.replace(/{from}/,_6a.pageSize*(_6a.pageNumber-1)+1);_6c=_6c.replace(/{to}/,
Math.min
bozch
·
2012-04-12 10:00
jquery
easyui
1到0
pagination
Java 中文字符的排序
int compareTo(String anotherString) { int len1 = count; int len2 = anotherString.count; int n =
Math.min
xdwlk2004
·
2012-03-07 10:00
java
排序
中文
泰勒公式(近似勾股地理)
return */ publicstaticintTaylorFormula(inta,intb){ intone=Math.abs(a); inttwo=Math.abs(b); intmm=
Math.min
lwuit
·
2012-01-09 16:00
ehcache2.5的源码分析 ---- 缓存失效机制
清超出的缓存的代码在这里: net.sf.ehcache.store.chm.SelectableConcurrentHashMap 第五百行 int runs =
Math.min
(MAX_EVICTION
付星烨
·
2011-12-16 15:00
ehcache
ehcache2.5的源码分析 ---- 缓存失效机制
2.5的算法变了,清超出的缓存的代码在这里: net.sf.ehcache.store.chm.SelectableConcurrentHashMap 第五百行 int runs =
Math.min
slqprrx
·
2011-12-16 15:00
ehcache
一个 JS 面试题目
if(x==100){ returnb;}vartmp=Math.ceil(
Math.min
(Math.ma
沙加
·
2011-09-26 09:00
三原色光模式(RGB color model)的颜色融合,C#代码
+blue=white /// ///颜色1 ///颜色2 ///融合后的颜色color_mixing privateColorColorMixing(Colorc1,Colorc2) { intr=
Math.Min
Harry_lyc
·
2011-07-28 15:00
c
C#
js图片等比缩放
el.width=
Math.min
(65,el.width):el.height=
Math.min
(65,el.height);}------------------------------------
lzqial1987
·
2011-05-30 09:00
JavaScript
html
image
function
XHTML
border
math.min
() and math.abs()
Math.min
(a,b,...,x,y) -- 返回数个数字中较小的值 min函数返回值 返回数个数值中较小的值 如果min函数没有给出任何参数,返回Infinity 如果有NaN
liuhuijun
·
2011-04-19 10:00
JavaScript
JQuery自适应IFrame高度(支持嵌套 兼容IE,ff,safafi,chrome)
复制代码代码如下:functionadjustIFramesHeightOnLoad(iframe){variframeHeight=
Math.min
(iframe.contentWindow.window.document.documentElement.scrollHeight
·
2011-03-28 19:11
HSV 和 RGB 互换 函数 c++
//函数把rgb转成hsvfunctionsetRGBToHSV(r1,r2,r3){ varmaxJ=Math.max(r1,r2,r3); varminJ=
Math.min
(r1,r2,r3);
settingsun1225
·
2011-01-30 15:00
C++
360
float
J2ME程序教程,程序+讲解,很好的入门教程 【2】
throwsIOException{ //英雄下移,并改为相应的图片 setImage(Image.createImage("/hero_down.png"),17,26); nextFrame(); this.y=
Math.min
ml365
·
2010-12-10 18:00
thread
游戏
算法
活动
UP
获取数组中最大值和最小值的函数
Math, array ); } function getMax(array){ return Math.max.apply( Math, array ); } 简要说明:
Math.min
xuil
·
2010-09-21 15:00
数组
获取数组中最大值和最小值的函数
returnMath.min.apply(Math,array); } functiongetMax(array){ returnMath.max.apply(Math,array); } 简要说明:
Math.min
iteye_12165
·
2010-09-21 00:00
javascript对象之内置对象Math使用方法
一、
Math.min
()和Math.max(),分别返回参数中的最小和最大值例:alert(
Math.min
(1,2,3))//输出"1"alert(Math.max(1,2,3))//输出"3"二、Math.abs
·
2010-04-16 19:31
三种方法实现求两个数的最大公约数
方法一/最简单的算法(效率最低),如下: publicstaticintgetMaxDivisor(inta,intb){ intmax=0; inttemp=
Math.min
(a,b);
lubiaopan
·
2009-11-23 17:00
js进行图片的等比缩放(转自yayayaangel的百度空间)
el.width=
Math.min
(65,el.width):el.height=
Math.min
(65,el.height);}原文地址:http://hi.baidu.com/yayayaangel
John Liu
·
2009-04-05 13:00
JavaScript Math 对象参考手册 min() 方法
语法
Math.min
(x,y) 参数描述 x 0 或多个值。在 ECMASCript v3 之前,该方法只有两个参数。 返回值 参数
stephen830
·
2009-03-09 20:00
JavaScript
JavaScript Math 对象参考手册 min() 方法
语法
Math.min
(x,y) 参数描述 x 0 或多个值。在 ECMASCript v3 之前,该方法只有两个参数。 返回值 参数
stephen830
·
2009-03-09 20:00
JavaScript
java 中文字符串数组按照音序排列
try{byte[]buf1=((String)o1).getBytes("unicode");byte[]buf2=((String)o2).getBytes("unicode");intsize=
Math.min
·
2008-11-21 20:25
最新Javascript按比例压缩图片,解决onload无法读取图片的高度和宽度问题
(i,w,h)...{ var ow = i.width; var oh = i.height; var rw = w/ow; var rh = h/oh; var r =
Math.min
feng_sundy
·
2007-12-25 16:00
JavaScript
function
碰撞检测
rectHitTest(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) { if (Math.max(x1, x2) <
Math.min
ihuashao
·
2007-03-23 21:00
淡进淡出的图片效果
destOp){direction=-1;}delta=
Math.min
(direction*diff,delta);object.filters.alpha.opacity+=direction*delta
chinaworker
·
2004-07-06 10:00
script
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他