仿微信支付条形码动画 WeiXinBarCodeImitate
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/cheniOS/WeiXinBarCodeImitate
- 软件文档: https://github.com/cheniOS/WeiXinBarCodeImitate/blob/master/README.md
- 官方下载: https://github.com/cheniOS/WeiXinBarCodeImitate/archive/master.zip
软件介绍
WeiXinBarCodeImitate 是仿微信支付条形码的切换动画,包含条形码的生成、截图、旋转动画。
使用示例:
CodeBarView * codeBarView = [[CodeBarView alloc]initWithFrame:CGRectMake(0, 100,mainScreenWidth, 150)]; self.codeBarView.codeString = @"123321123454213344"; [self.view addSubview:titleLabel];
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》 这本书的介绍吧!
