ZZGallerySliderView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/pinguo-zhangzhi/ZZGallerySliderView
软件介绍
实现仿UtralVisual首页的动画,滑动视图时,滑动到上方的视图以及视图中的文字会慢慢变大,当视图滑动到下方时又会慢慢缩小。
define CELL_HEIGHT 100 //CELL普通高度 define CELL_WIDTH 320.0f //CELL宽度 define CELL_CURRHEIGHT 240 //置顶CELL的高度 define TITLE_HEIGHT 40 define IMAGEVIEW_ORIGIN_Y -30 define IMAGEVIEW_MOVE_DISTANCE 160 //cell内部图片视差移动距离 define NAVIGATOR_LABEL_HEIGHT 25 define NAVIGATOR_LABELCONTAINER_HEIGHT 125 define SC_IMAGEVIEW_HEIGHT 360 define RGBACOLOR(r,g,b,a) [UIColor colorWithRed:(r)/255.0f green:(g)/255.0f blue:(b)/255.0f alpha:(a)] define DRAG_INTERVAL 170.0f //手指滑动多少距离可以滚动一个单位(可随意设置) define HEADER_HEIGHT 60.0f //第一个CELL的高度,可以当作导航或者HEADER使用 define RECT_RANGE 1000.0f //从layout数组里面取得attributes的取值范围
Approximation Algorithms
Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95
'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!
