Core Graphics Framework是一套基于C的API框架,使用了Quartz作为绘图引擎。它提供了低级别、轻量级、高保真度的2D渲染。该框架可以用于基于路径的绘图、变换、颜色管理、脱屏渲染,模板、渐变、遮蔽、图像数据管理、图像的创建、遮罩以及PDF文档的创建、显示和分析。为了进一步从感...
分类:
移动开发 时间:
2014-07-27 10:39:12
阅读次数:
395
About the Book
To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:
其他好文 时间:
2014-07-26 15:32:35
阅读次数:
349
先来看效果:
实现方式----->自定义控件
核心代码:
package com.example.wavedemo1;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
i...
分类:
移动开发 时间:
2014-07-26 15:08:20
阅读次数:
311
【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
创建了一个新项目之后,在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
Moving TablesThe famous ACM (Advanced Computer Maker) Company has rented a floor of a building who...
分类:
其他好文 时间:
2014-07-26 14:22:30
阅读次数:
263
Y2K Accounting BugTime Limit:1000MSMemory Limit:65536KTotal Submissions:10316Accepted:5136DescriptionAccounting for Computer Machinists (ACM) has suff...
分类:
其他好文 时间:
2014-07-26 13:59:05
阅读次数:
242
1 什么是ggplot2ggplot2是用于绘图的R语言扩展包,其理念根植于《Grammar of Graphics》一书。它将绘图视为一种映射,即从数学空间映射到图形元素空间。例如将不同的数值映射到不同的色彩或透明度。该绘图包的特点在于并不去定义具体的图形(如直方图,散点图),而是定义各种底层组件...
分类:
其他好文 时间:
2014-07-26 01:10:56
阅读次数:
248
Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the comp...
分类:
其他好文 时间:
2014-07-25 23:52:20
阅读次数:
387
概念 将一个复杂的构建与其表示相分离,使得同样的构建过程可以创建不同的表示。类图 代码 public abstract class Computer { private String type; private String cpu; private String ram; ...
分类:
其他好文 时间:
2014-07-25 14:02:01
阅读次数:
278