码迷,mamicode.com
首页 >  
搜索关键字:point    ( 7079个结果
FZU 2150 Fire Game --两点同步搜索
枚举两点,然后同步BFS,看代码吧,很容易懂的。代码:#include #include #include #include #include #include #include #define Mod 1000000007using namespace std;struct Point{ i...
分类:其他好文   时间:2014-07-19 20:21:38    阅读次数:245
android 解释dp,px,pt,sp单位
1.dp(dip):不同设备有不同的显示效果,这个和设备硬件有关系,一般我们为了支持WVGA,HVGA和QVGA对剑使用这个,它是不依赖像素的2.px:pixels(像素),不同设备显示效果相同,一般我们HVGA代表320×480像素,这个用的比较多3.pt:point,是一个标准的长度单位,1pt...
分类:移动开发   时间:2014-07-18 23:15:10    阅读次数:338
"this" in javascript
In Javascript, the key work "this" is a hard point to understand, in this artical, I will try to explain ittalking about "this", we have to talk about...
分类:编程语言   时间:2014-07-18 20:14:34    阅读次数:223
wmi详解,RPC和防火墙
135端口:Microsoft在这个端口运行DCE RPC end-point mapper为它的DCOM服务。这与UNIX 111端口的功能很相似。使用DCOM和RPC的服务利用计算机上的end-point mapper注册它们的位置。远端客户连接到计算机时,它们查找end-point mappe...
分类:其他好文   时间:2014-07-18 20:05:06    阅读次数:938
计算几何模板
白书上部分代码#include #include #include #include using namespace std;const double esp = 1e-10;struct Point{ double x,y; Point(double x = 0,double y = ...
分类:其他好文   时间:2014-07-16 18:48:34    阅读次数:207
opencv2函数学习之erode、dilate:图像腐蚀和膨胀
图像腐蚀和图像膨胀是图像中两种最基本形态学操作。void erode( const Mat& src, Mat& dst, const Mat& element,Point anchor=Point(-1,-1), int iterations=1,int borderType=BORDER_CON...
分类:其他好文   时间:2014-07-16 13:57:18    阅读次数:21964
jQuery转盘插件rotate
css.rotate{ background:#aaa; padding:100px; position: relative;}.point { position: absolute; top: 215px; left: 270px; width: 149p...
分类:Web程序   时间:2014-07-16 00:13:31    阅读次数:410
云环境下的容灾
云环境下的容灾 什么是容灾? 简单的说是对灾难的而应对策略。比如火灾,盗窃,人为损坏,火山,地震,洪水,战争,飓风等自然灾害或者人为灾害。 RTO/RPO RPO(Recovery Point Objective): 指灾难后可能恢复到的时间点。涉及丢失业务数据的多少。 RTO(Recovery Point Time): 指灾难发生后,业务恢复所需的时间。 容灾的...
分类:其他好文   时间:2014-07-15 22:17:05    阅读次数:382
Linux基础之mkisofs
本章将mkisofs整理记录[root@www ~]# mkisofs [-o 映像档] [-rv] [-m file] 待备份文件.. [-V vol] \ > -graft-point isodir=systemdir ... 选顷不参数: -o :后面接你想要产生的那个映像档档名。 -r :....
分类:系统相关   时间:2014-07-14 17:59:06    阅读次数:300
接视频Java 数据库
http://pan.baidu.com/s/1mg1EYAOwindows各种版本map.centerAndZoom(point,15);这句话可以指向地图的不同位置百度云http://developer.baidu.com/map/jsdemo.htm#i1_1?qq-pf-to=pcqq.c2c1百度云粉丝http://yun.baidu.com/share/home?uk=1814500964&view=share#category/type..
分类:数据库   时间:2014-07-14 16:41:20    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!