码迷,mamicode.com
首页 >  
搜索关键字:rect    ( 5022个结果
C语言控制台窗口图形界面编程(五).
控制文本的移动是控制台窗口界面编程的一个很重要的功能,有了这个功能我们可以实现界面的滚动。下面我们介绍一个控制文本移动的函数,如下:BOOLScrollConsoleScreenBuffer(//文本移动函数HANDLEhConsoleOutput,//句柄constSMALL_RECT*lpScr...
分类:编程语言   时间:2014-06-28 15:48:36    阅读次数:336
C语言——结构体数组的使用案例(如何判断两个矩形是否相交,其中一个是否包含在另外一个里面,点是否在矩形中)
Rect.hstruct CPoint { float x; float y;};typedef struct CPoint CPoint;struct CSize { float width; float height;};typedef struct CSize CSiz...
分类:编程语言   时间:2014-06-28 15:10:15    阅读次数:381
UIDocumentInteractionController 文件预览
//创建并从底部弹出来 - (void)viewDidLoad {     [super viewDidLoad]; [self setupDocumentControllerWithURL:fileURL];     CGRect rect = CGRectMake(0, 0, ScreenWidth, ScreenHeight); //    [s...
分类:其他好文   时间:2014-06-28 08:34:02    阅读次数:202
理解CSS Clip属性及用法
应用Clip属性实现的一个简单效果图:样式写法:.my-element{position:absolute;clip:rect(10px350px170px0);/*IE4toIE7*/clip:rect(10px,350px,170px,0);/*IE8+&otherbrowsers*/}属性解析...
分类:Web程序   时间:2014-06-27 10:56:22    阅读次数:763
POJ #1050 - To the Max
Looks quite intuitive at the very first sight... I thought:rect[x, y, w+1, h+1] = rect[x, y, w, h] + num[x + w + 1, y..y+h+1] + num[x..x+w+1, y+h+1] -...
分类:其他好文   时间:2014-06-26 21:20:32    阅读次数:232
UIScreen类
CGRect screenBounds = [ [UIScreen mainScreen]bounds];//返回的是带有状态栏的Rect NSLog(@"%@", NSStringFromCGRect(screenBounds)); CGRect viewBounds = [ [U...
分类:其他好文   时间:2014-06-26 21:12:57    阅读次数:173
[5] D3.js中如何添加坐标轴
这一节将讲解如何做一个坐标轴,如何定义坐标轴的样式,如何调用坐标轴...
分类:Web程序   时间:2014-06-24 17:45:39    阅读次数:313
[3] 用D3.js做一个简单的图表吧!
本节介绍如何使用D3.js制作棒状图。通过在SVG中添加元素的方法进行绘制。...
分类:Web程序   时间:2014-06-21 20:04:36    阅读次数:311
unity3d屏幕截图功能
[java]view plaincopyprint?functionOnGUI(){if(GUI.Button(Rect(Screen.width*0.5-50,Screen.height*0.5-50,100,100),"screen")){Application.CaptureScreensho...
分类:其他好文   时间:2014-06-20 22:47:34    阅读次数:378
TextView不用获取焦点也能实现跑马灯
1.写一个类继承TextView[java]view plaincopypackagecom.example.tt;importandroid.content.Context;importandroid.graphics.Rect;importandroid.util.AttributeSet;im...
分类:其他好文   时间:2014-06-17 15:43:33    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!