- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/Baglan/MCImageViewWithPreview
软件介绍
实现高清晰大图的异步加载以及图片加载完成前首先加载预览图效果。加载高清晰大图通常需要一点时间,特别是从网络下载大图,这时候一般需要先加载较小一点的预览图,以及后台异步加载大图(即大图的加载不会block主线程)。这份代码就是实现这种大图异步加载以及预先显示预览图的功能。 [Code4App.com]
Computing Patterns in Strings
Bill Smyth / Addison Wesley / 2003 / $ 75.00
The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!
