码迷,mamicode.com
首页 >  
搜索关键字:floating point    ( 7266个结果
计算几何模板
白书上部分代码#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
Android 画个圆 淡入淡出
private class SimpleView extends ImageView{ int point_x; int point_y; int radius = 0; public SimpleView(Context c...
分类:移动开发   时间:2014-07-15 00:28:07    阅读次数:457
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
【足迹C++primer】45、拷贝控制示例
拷贝控制示例 那么接下来尽情欣赏这个案例吧!!! /** * 功能:拷贝控制示例 * 时间:2014年7月14日10:57:39 * 作者:cutter_point */ #include #include #include #include using namespace std; class Folder; /** Message类 */ class Message { fr...
分类:编程语言   时间:2014-07-14 17:39:36    阅读次数:293
接视频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
弹出菜单的实现
void CNumEdit::OnRButtonDown(UINT nFlags, CPoint point){ // TODO: 在此添加消息处理程序代码和/或调用默认值 //CEdit::OnRButtonDown(nFlags, point); //弹出菜单//定义一个菜单类 CMenu po...
分类:其他好文   时间:2014-07-14 09:46:04    阅读次数:220
CSliderCtrl(滑块)控件
CSliderCtrl(滑块)控件CSliderCtrl常用属性CSliderCtrl类常用成员函数CSliderCtrl运用示例一、CSliderCtr常用属性Orientation 水平,还是垂直Point 滑块样式Tooltips 刻度提示 //由于视频录制软件的问题,这个无法在视频上显示出来...
分类:其他好文   时间:2014-07-14 00:41:13    阅读次数:970
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!