登录
首页 » 其他 » 10个Flash高级编程实例源码集

10个Flash高级编程实例源码集

于 2022-12-04 发布 文件大小:7.78 MB
0 145
下载积分: 2 下载次数: 1

代码说明:

10个Flash高级编程实例源码集,全部是涉及Flash ActionScript脚本编程,版本AS3,这些对于Flash高级编程来说非常重要,是一些与网页交互,编写强大功能的基础,对高级Flash编程学者来说是值得借鉴的源文件。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 关于滤波器的一些源程序,里面有详细的说明
    关于滤波器的一些源程序,里面有详细的说明-On a number of source filters, which is described in detail
    2022-01-26 02:10:46下载
    积分:1
  • 压缩包提供altera公司逻辑器件的标准封装,共有8百多个器件,可以供用户选择,封装格式均用protel99SE。...
    压缩包提供altera公司逻辑器件的标准封装,共有8百多个器件,可以供用户选择,封装格式均用protel99SE。-Altera compressed package provided by the company
    2022-10-30 07:10:03下载
    积分:1
  • 字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!...
    字幕合并的好动西1 热爱英语的同学可以在看电影的时候同时悬着两个字幕了!-subtitles merger of the West a hyperactive love English students can watch a movie in the time when 266 two subtitles!
    2022-01-24 15:10:19下载
    积分:1
  • 算法减少FSM
    有限状态机的极小化算法;
    2022-06-20 14:15:12下载
    积分:1
  • 这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧...
    这段贪吃蛇代码是用C写的,注释都详细地加上了,大家看看吧-Snake this code is written in C, comments are added in detail, we take a look at bar
    2023-07-08 20:40:03下载
    积分:1
  • This is a show in order to make the matrix and the software, can be text, graphi...
    这是一个为了显示而做的字模软件,可以对文字,图形取模。并可以手绘图形。可以对所有的Windows字体取模,图形文件必须是单色的bmp格式的图片。可以指定设计的宽高以及取模方式,即可以对单一的设计元素取模,也可以对整个设计区域取模。可以保存设计,也可以对设计进行编辑。-This is a show in order to make the matrix and the software, can be text, graphics modulus. And can be hand-drawn graphics. Of all the Windows fonts modulus, graphics files must be a monochrome bmp format images. Can specify the design, as well as the width of high modulus, that is, can a single design element modulus can also be the entire design region modulus. Can be preserved for the design, the design can also be edited.
    2023-01-20 23:15:04下载
    积分:1
  • HomePlug1.0以及HomePlug AV标准白皮书
    HomePlug1.0以及HomePlug AV标准白皮书-HomePlug1.0 as well as the HomePlug AV standard white paper
    2023-01-14 02:30:04下载
    积分:1
  • 开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的 手册。ARM 开发环境和51 单片几很不一样。熟悉51...
    开发环境我们采用ADS1.2 集成环境,请先安装ADS1.2。如何使用ADS1.2 请参考光盘内的 手册。ARM 开发环境和51 单片几很不一样。熟悉51 的都知道用仿真器来调试,但arm 却 不一样,它通过JTAG 接口仿真。因此这里先介绍JTAG 仿真的概念。-Development environment we use ADS1.2 integrated environment, install ADS1.2. How to use the CD-ROM ADS1.2 please refer to the manual. ARM development environment and a few very different 51-chip. 51 all know that familiar with emulators to debug, but not the same arm through JTAG interface simulation. So here first introduce the concept of JTAG emulation.
    2022-03-14 20:45:00下载
    积分:1
  • 入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西...
    入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西-entry friends look at how kind on the Internet to launch its own friends want to see the good stuff
    2022-08-11 08:31:26下载
    积分:1
  • VC++6.0 在程序内注册ActiveX控件的例子源码
    VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:   //加载ActiveX控件   HINSTANCE hLib = LoadLibrary(lpszDllName);   if (hLib == NULL)   {    TRACE(_T("%s加载失败 "), lpszDllName);    return FALSE;   }   //获得注册函数DllRegisterServer地址   FARPROC lpDllEntryPoint;   lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));   //调用注册函数DllRegisterServer   if (lpDllEntryPoint != NULL)   {    if (FAILED((*lpDllEntryPoint)()))    {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;    }    else    {    FreeLibrary(hLib);    return TRUE;    }   }   else   {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;   }   更多代码请下载本源码包。
    2022-08-18 20:45:44下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载