MFC的GIF动画显示组件 GIF Animation Control

码农软件 · 软件分类 · Windows桌面开发组件 · 2019-10-07 16:44:33

软件介绍

GIF Animation Control 是用来在界面上显示 GIF 动画的 MFC 组件,如下图所示:

提供的方法包括:

int LoadAnimatedGif (LPTSTR FileName); 加载动画文件
void Play(); 开始播放动画
void Stop(); 停止动画播放
void Rewind(); 倒带
BOOL IsPlaying(); 判断动画是否正在播放

本文地址:https://www.codercto.com/soft/d/16247.html

Geometric Folding Algorithms

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换