-
Flash图片放大技术源码实例
Flash图片放大技术源码实例,点击图片右下角的放大按钮,即可把当前图片放大显示,这种放大技术的细节是调用两幅相同的图片,不过像素大小不一样,放大后调用显示的则是像素较高的图片,来模拟出图片放大效果。
- 2022-02-01 22:42:22下载
- 积分:1
-
aaaaa
区域生长法源代码,在MATLAB开发环境中应用(Region growing method source code, in the MATLAB development environment application)
- 2007-08-22 00:05:05下载
- 积分:1
-
IEC_61131_5__2000_11
说明: IEC 61131-5 ( 2000.11 )
- 2020-11-17 11:29:40下载
- 积分:1
-
用于调试和编程VC或VB编程串行接口技术。
用于串口调试用的一个界面,和VC编程或者VB编程具有同样的效果,不过界面更加好看。-For a serial interface for debugging and programming VC or VB programming with the same effect, but more good-looking interface.
- 2022-06-18 11:44:07下载
- 积分:1
-
大作业3
MFC画板,简单实现了画线画圆椭圆等各项功能,代码简单易懂适合学习(MFC Sketchpad, simple realization of painting lines, painting circles, ellipses and other functions, the code is simple and easy to understand, suitable for learning)
- 2017-08-14 15:37:33下载
- 积分:1
-
CC2430
对zigbee的开发平台cc2430的一些基本操作,是学习cc2430的基本程序(Zigbee cc2430 development platform for some of the basic operations, is to learn the basic procedures cc2430)
- 2011-05-24 16:55:48下载
- 积分:1
-
Battery_Charging_Discharding_model
电池充放电MATLAB模型()
- 2017-07-30 17:15:08下载
- 积分:1
-
dw中SUM函数的使用
dw中SUM函数的使用-dw which use the SUM function
- 2023-05-02 21:10:03下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
FWA烟花算法
说明: 烟花算法是目前最新的算法,本程序使用烟花算法对模型进行优化。(The fireworks algorithm is the latest algorithm. This program uses the fireworks algorithm to optimize the model.)
- 2019-07-10 17:01:12下载
- 积分:1