使用方法:$(".viewArea
img").zoom({height:74,width:103});(function($){$.fn.zoom=function(settings){//一些默认配置;settings=$.extend({height:0,width:0,loading:"ht...
分类:
Web程序 时间:
2014-06-04 22:32:22
阅读次数:
376
Gold processing methods currently used, first
gold ore crusher by gold crushing and milling equipment by gold crushed, and
then grading machine, mixin...
分类:
其他好文 时间:
2014-06-03 07:25:37
阅读次数:
262
盒模型阴影box-shadow。下面是一个使用多参数的例子:用CSS3创建一个阴影的mixin,需要传递水平和垂的偏移量,模糊的范围,还有颜色,4个参数:
分类:
Web程序 时间:
2014-05-29 02:27:00
阅读次数:
442
Sepearable 2D EDT, going to extend to 3D in
order to calculate the Signed Distance Function(Field)Cost 0.75s to generate the
SDF at 768^2
分类:
其他好文 时间:
2014-05-28 03:13:14
阅读次数:
276
学习自:
http://www.w3cschool.cc/java/java-package.htmlJava
继承所有Java的类均是由java.lang.Object类继承而来的,所以Object是所有类的祖先类,而除了Object外,所有类必须有一个父类。IS-A关系通过使用关键字extend...
分类:
编程语言 时间:
2014-05-26 16:47:54
阅读次数:
507
关键字:H264 ,base profile, main profile, extend
profile, high
profile。提到HighProfileH.264解码许多人并不了解,那么到底什么是HighProfileH.264解码?其应用效果又是如何呢?作为行业标准,H.264编码体系定义...
分类:
其他好文 时间:
2014-05-26 09:59:01
阅读次数:
249
求解ax+by=gcd(a,b)通解:x=x0+b*t;y=y0-a*t; 1 __int64
a,b,x,y; 2 __int64 extend_euclid(__int64 a,__int64 b,__int64 &x,__int64
&y) 3 { 4 if (b==0) 5 ...
分类:
其他好文 时间:
2014-05-26 02:46:40
阅读次数:
198
解题思路:求乘法逆元就好了。 1 //Accepted 228 KB 0 ms 2 #include
3 #include 4 const int pp = 9973; 5 int extend_euclid(int a,int b,int &x,int
&y) 6 { 7 ...
分类:
其他好文 时间:
2014-05-26 02:17:41
阅读次数:
210
作者:zccst看一下是如何写的jQuery.extend({prop:""method:function(){}});可以看出,这些方法是jQuery的静态属性和方法(也即是工具方法),将来既可以直接提供给用户使用,也可以在内部使用。具体实现的工具属性和方法有(同时也标注了哪些在内部使用)jQue...
分类:
Web程序 时间:
2014-05-26 01:55:03
阅读次数:
218
拓展欧几里得的应用。 1 //Accepted 228 KB 0 ms 2 #include 3
#include 4 #include 5 __int64 a,b,x,y; 6 __int64 extend_euclid(__int64 a,__int64
b,__int64 &...
分类:
其他好文 时间:
2014-05-25 16:14:14
阅读次数:
206