登录
首页 » Visual C++ » PlayFlash

PlayFlash

于 2011-11-22 发布 文件大小:7439KB
0 210
下载积分: 1 下载次数: 24

代码说明:

  Flash与VC的交互,主要介绍VC中插入Flash,并交互(Flash and VC interaction, focuses on the VC into Flash, and interactive)

文件列表:

PlayFlash
.........\Debug
.........\.....\Debug
.........\.....\PlayFlash.exe,131157,2010-08-10
.........\.....\PlayFlash.ilk,301684,2010-08-10
.........\.....\PlayFlash.obj,15141,2010-08-08
.........\.....\PlayFlash.pch,5514316,2010-08-08
.........\.....\PlayFlash.res,3540,2010-08-08
.........\.....\PlayFlashDlg.obj,45260,2010-08-08
.........\.....\shockwaveflash.obj,84296,2010-08-08
.........\.....\StdAfx.obj,105721,2010-08-08
.........\.....\vc60.idb,197632,2010-08-08
.........\.....\vc60.pdb,364544,2010-08-08
.........\.....\仪表.swf,584389,2010-08-08
.........\flash.txt,21394,2010-07-20
.........\Flash与VC接口变量定义.bmp
.........\Flash与VC的方式.doc,58880,2010-08-07
.........\PlayFlash.aps,37304,2010-08-07
.........\PlayFlash.clw,1741,2010-08-10
.........\PlayFlash.cpp,2795,2004-07-31
.........\PlayFlash.dsp,4781,2010-08-07
.........\PlayFlash.dsw,587,2004-07-30
.........\PlayFlash.h,1357,2004-07-30
.........\PlayFlash.ilk,229180,2010-07-20
.........\PlayFlash.ncb,99328,2010-08-10
.........\PlayFlash.opt,55808,2010-08-10
.........\PlayFlash.pdb,320512,2010-08-08
.........\PlayFlash.plg,1786,2010-08-08
.........\PlayFlash.rc,7696,2010-08-07
.........\PlayFlashDlg.cpp,8412,2010-08-08
.........\PlayFlashDlg.h,1803,2010-08-06
.........\ReadMe.txt,3633,2004-07-30
.........\Release
.........\res

.........\...\PlayFlash.rc2,401,2004-07-30
.........\resource.h,1239,2010-08-06
.........\shockwaveflash.cpp,14270,2004-07-30
.........\shockwaveflash.h,4367,2004-07-30
.........\startup.fla,147456,2004-07-31
.........\startup.swf,17167,2004-07-30
.........\StdAfx.cpp,211,2004-07-30
.........\StdAfx.h,1054,2004-07-30
.........\xiaobo
.........\......\仪表.fla,1420288,2010-08-08
.........\......\仪表.swf,584389,2010-08-08
.........\xiaobo.rar,1800765,2010-08-08
.........\~$ash与VC的方式.doc,162,2010-08-07
.........\仪表.swf,584389,2010-08-08

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

发表评论

0 个回复

  • CmCode-master
    论文名字Global Contrast Based Salient Region Detection 含有HC RC两种方法(Global Contrast Based Salient Region Detection)
    2017-07-16 21:48:32下载
    积分:1
  • 81404573MIMO-OFDMchannelestimation
    MIMO-OFDM channel estimation 。是基于mmse准则的,欢迎大家下载使用。(MIMO-OFDM channel estimation. Is based on the MMSE criteria, welcomed everyone download.)
    2008-04-02 09:18:28下载
    积分:1
  • SalaryManagement
    C++和MFC做成的工资管理系统,结合SQL数据库(C++ and MFC make the wages of the management system, combined with the SQL database)
    2009-03-11 16:18:46下载
    积分:1
  • Timeseriers
    对加拿大山猫捕获数量进行时间序列分析,建立自回归方程,并对未来的捕获数量进行了预测(To capture the number of Canadian lynx time-series analysis, since the regression equation, and the future was predicted to capture the number of)
    2010-01-20 14:48:25下载
    积分:1
  • 15883851SCREEN_LEIDA
    A very useful display covering important aspects of RADAR
    2009-12-27 22:57:29下载
    积分:1
  • graphics-geometric-transformation
    二维图形几何变换的实现,MFC,平移、比例、对称、旋转等(The realization of two-dimensional graphics geometric transformation, MFC, translation, proportion, symmetry, rotation, etc.)
    2020-06-30 23:20:02下载
    积分:1
  • LR(0)
    简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计(LR (0) grammar analysis)
    2013-09-22 09:26:25下载
    积分:1
  • GPSRadar
    GPS开发经典工具,很有参考价值,你可以用它在PC平台接收数据包,这样就可以研究包结构知识(GPS development of classical tools, a good reference, you can use it in the PC platform for receiving data packets, so packets can study the structure of knowledge)
    2008-07-26 22:56:41下载
    积分:1
  • erziyoudumoxing1
    EPS小日本的东西挺好的 EPS小日本的东西挺好的(Good little things EPS of EPS in Japan Japan' s something very good small)
    2011-10-08 08:57:52下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载