码迷,mamicode.com
首页 >  
搜索关键字:graphics    ( 2589个结果
Blending
【Blending】 Blending is used to make transparent objects. When graphics are rendered, after all shaders have executed and all textures have been ap...
分类:其他好文   时间:2014-07-26 14:53:40    阅读次数:306
通过自定义view替代layout.xml表示activity的界面
创建了一个新项目之后,在src内新建一个类public class 类名 extends View 1 package com.example.activity_view; 2 3 import android.content.Context; 4 import android.graphics.....
分类:其他好文   时间:2014-07-26 14:37:00    阅读次数:236
ggplot2绘图入门系列之一:导论
1 什么是ggplot2ggplot2是用于绘图的R语言扩展包,其理念根植于《Grammar of Graphics》一书。它将绘图视为一种映射,即从数学空间映射到图形元素空间。例如将不同的数值映射到不同的色彩或透明度。该绘图包的特点在于并不去定义具体的图形(如直方图,散点图),而是定义各种底层组件...
分类:其他好文   时间:2014-07-26 01:10:56    阅读次数:248
添加资源图片,获取图片实例并绘制到窗体
项目右键属性——资源——添加资源展开——添加现有文件paint方法中: private void Form1_Paint(object sender, PaintEventArgs e) { using (Graphics g = e.Graphics) ...
分类:Windows程序   时间:2014-07-23 22:29:07    阅读次数:267
像浏览器写入随机图片代码
1,像浏览器写入随机图片: package?cn.universe.response; import?java.awt.Color; import?java.awt.Font; import?java.awt.Graphics; import?java.awt.Graphics2D; import?java.awt.image.BufferedImag...
分类:其他好文   时间:2014-07-23 17:40:41    阅读次数:327
Android又一个超漂亮的日历控件
※效果 ※使用方法 package com.fancyy.calendarweight; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.drawable....
分类:移动开发   时间:2014-07-23 17:15:31    阅读次数:275
OpenGL glFlush and glFinish
Similar to computer IO buffer, OpenGL commands are not executed immediately. All commands are stored in buffers first, including network buffers and the graphics accelerator itself, and are awaiting e...
分类:其他好文   时间:2014-07-23 13:24:46    阅读次数:240
rhel 6.4 增加光盘为yum repo
rhel 6.4 增加光盘为yum repo版本LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4....
分类:其他好文   时间:2014-07-23 12:39:16    阅读次数:224
libgdx Actor
直接上代码吧 1 package com.mygdx.game; 2 3 import com.badlogic.gdx.Gdx; 4 import com.badlogic.gdx.graphics.g2d.Animation; 5 import com.badlogic.gdx.graphic....
分类:其他好文   时间:2014-07-21 23:30:20    阅读次数:360
认识WebGL
认识WebGL作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszsWebGL是一个跨平台、免费的底层3D绘图API的Web标准,它基于OpenGL ES 2.0标准。WebGL是网页上渲染三维图形图像的技术,它本身是HTML5规范的一部分。WebGL通过HTML5 Canvas元素对外暴露DOM编程接口。WebGL全称是Web-based Graphics ...
分类:Web程序   时间:2014-07-20 22:41:03    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!