码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
第一篇文章
很坚决package com.kale.imageview02;import android.app.Activity;import android.graphics.Bitmap;import android.graphics.drawable.BitmapDrawable;import andr...
分类:其他好文   时间:2014-07-19 20:04:37    阅读次数:263
Graphics.DrawString 方法
MSDN上的解释: 在指定位置并且用指定的 Brush 和 Font 对象绘制指定的文本字符串。 public void DrawString( string s, Font font, Brush brush, float x, float y ) MSDN上的实例: public void DrawStringFloat(PaintEvent...
分类:其他好文   时间:2014-07-18 23:02:27    阅读次数:1126
绘图与动画学习笔记(一)
1、 处理图形与动画的框架有       UIKit  高层次的框架,允许开发人员创建视图、窗口、按钮和其他UI相关的组件。它还将一些低级别的API引入到易于使用的高级别API中 Quartz 2D iOS上绘图的主要引擎;UIKit就使用Quartz。 Core Graphics 它支持图形上下文、加载图像、绘制图像,等等。 Core Animation 顾名思义,是一个帮助...
分类:其他好文   时间:2014-07-18 21:27:30    阅读次数:191
zoj 1037 Gridland (简单)
GridlandTime Limit:2 Seconds Memory Limit:65536 KBBackgroundFor years, computer scientists have been trying to find efficient solutions to different c...
分类:其他好文   时间:2014-07-17 18:12:39    阅读次数:247
游戏中常用到的碰撞检测帮助类
游戏中咱们经常用到碰撞检测,一般的游戏引擎也会自带有自身的检测碰撞类,但有时候不过灵活,这时候我们希望自己可以自定义一些碰撞检测类。tong顶一些埃。。importandroid.graphics.Rect;publicclassCollisionUtil{/***矩形碰撞检测参数为x,y,width,height**@paramx1*第一个..
分类:其他好文   时间:2014-07-17 16:25:21    阅读次数:233
POJ 2586 Y2K Accounting Bug
Description Accounting for Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital data for preparing annual report for MS Inc.  All what they remember is that MS Inc. posted ...
分类:其他好文   时间:2014-07-17 15:34:37    阅读次数:239
poj 2586 Y2K Accounting Bug
Y2K Accounting Bug Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10050   Accepted: 5007 Description Accounting for Computer Machinists (ACM) has sufferred ...
分类:其他好文   时间:2014-07-17 11:05:19    阅读次数:254
显示系统托盘列表(并执行隐藏与显示)
代码文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls;type TForm1 = cla...
分类:其他好文   时间:2014-07-16 19:23:58    阅读次数:277
如何查看CentOS版本方法
有以下命令可以查看:#lsb_release-aLSBVersion::core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarchDistributorID:CentOSDescription:CentOSrelease5.4(Final)Release:5.4Codename:Final这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。roo..
分类:其他好文   时间:2014-07-16 13:15:32    阅读次数:224
设置InputBox等提示框的字体以及样式
InputBox等窗体的字体大小设置方法Graphics.DefFontData.Height:=48;Graphics.DefFontData.Style:=[fsBold,fsItalic, fsUnderline];inputbox('aa','aa','dd');Graphics.DefFo...
分类:其他好文   时间:2014-07-16 12:41:49    阅读次数:605
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!