MFC的GIF动画显示组件 GIF Animation Control
- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://www.codeproject.com/KB/static/gifanimation.aspx
软件介绍
GIF Animation Control 是用来在界面上显示 GIF 动画的 MFC 组件,如下图所示:
提供的方法包括:
int LoadAnimatedGif (LPTSTR FileName); |
加载动画文件 |
void Play(); |
开始播放动画 |
void Stop(); |
停止动画播放 |
void Rewind(); |
倒带 |
BOOL IsPlaying(); |
判断动画是否正在播放 |
Geometric Folding Algorithms
Erik D Demaine / Cambridge University Press / 2008-8-21 / GBP 35.99
Did you know that any straight-line drawing on paper can be folded so that the complete drawing can be cut out with one straight scissors cut? That there is a planar linkage that can trace out any alg......一起来看看 《Geometric Folding Algorithms》 这本书的介绍吧!
