码迷,mamicode.com
首页 >  
搜索关键字:techniques    ( 279个结果
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers类别用途CAEmitterLayer用于实现基于Core Animation粒子发射系统。发射器层对象控制粒子的生成和起源CAGradientLayer用于绘制一个颜色渐变填充图层的形状(所有圆角矩形边界内的部分)CAEAGLLayer/CAOpenGLL...
分类:移动开发   时间:2014-08-23 15:21:31    阅读次数:211
IOS Core Animation Advanced Techniques的学习笔记(一)
Book DescriptionPublication Date:August 12, 2013Core Animation is the technology underlying Apple’s iOS user interface. By unleashing the full power o...
分类:移动开发   时间:2014-08-23 15:18:41    阅读次数:232
IOS Core Animation Advanced Techniques的学习笔记(二)
[objc]view plaincopyprint?-(void)drawLayer:(CALayer*)layerinContext:(CGContextRef)ctx{CGFloatwidth=10.0f;//drawathickredcircleCGContextSetLineWidth(ct...
分类:移动开发   时间:2014-08-23 15:18:31    阅读次数:238
IOS Core Animation Advanced Techniques的学习笔记(四)
第五章:TransformsAffine TransformsCGAffineTransform是二维的Creating a CGAffineTransform主要有三种变化方法旋转:CGAffineTransformMakeRotation(CGFloat angle)缩放:CGAffineTra...
分类:移动开发   时间:2014-08-23 15:14:11    阅读次数:457
IOS Core Animation Advanced Techniques的学习笔记(三)
第四章:Visual EffectsRounded Corners例子4.1cornerRadius源码在这里下载:http://www.informit.com/title/9780133440751[objc]view plaincopyprint?#import"ViewController....
分类:移动开发   时间:2014-08-23 15:13:21    阅读次数:340
UVA - 11076 Add Again (重复元素的排列)
Summation of sequence of integersis always a common problem in Computer Science. Rather than computing blindly,some intelligent techniques make the task simpler. Here you have to find thesummation of ...
分类:其他好文   时间:2014-08-18 22:10:23    阅读次数:314
【Java重构系列】重构31式之封装集合
2009年,Sean Chambers在其博客中发表了31 Days of Refactoring:Useful refactoring techniques you have to know系列文章,每天发布一篇,介绍一种重构手段,连续发文31篇,故得名“重构三十一天:你应该掌握的重构手段”。此外...
分类:编程语言   时间:2014-08-08 17:58:46    阅读次数:472
文法的分类
Parsing Techniques读书笔记。0-4型文法。
分类:其他好文   时间:2014-07-31 15:57:06    阅读次数:265
【翻译习作】 Windows Workflow Foundation程序开发-第一章01
《Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#》中文翻译,“第一章”。
分类:Windows程序   时间:2014-07-28 19:11:24    阅读次数:374
279条   上一页 1 ... 24 25 26 27 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!