AnimatedPath
- 授权协议: 未知
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/twotoasters/AnimatedPath
软件介绍
可以播放画线的过程,并且可以移动某个点或者某条直线。Demo实现了三种功能:
1. 一种功能是点击屏幕任意几个点,然后点击绘制按钮,会重现绘制直线的过程;还可以拖动slider来回放任意绘制过程,如效果图1。
2. 按住屏幕移动手指,可以调整直线的位置,如效果图2。
3. 按住某个点,可以移动这个点以及相应的线段;如效果图3。 [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》 这本书的介绍吧!