登录
首页 » Visual C++ » BMPtoAVI最终版

BMPtoAVI最终版

于 2020-06-16 发布 文件大小:50KB
0 311
下载积分: 1 下载次数: 0

代码说明:

  基于visual c++开发,实现有bmp图像序列向avi视频信号转化(Based on Visual C + + development, the conversion from BMP image sequence to avi video signal is realized)

文件列表:

BMPtoAVI最终版\avidib.dll, 32768 , 2002-06-13
BMPtoAVI最终版\avidib.lib, 6574 , 2002-06-12
BMPtoAVI最终版\avifile.h, 3058 , 2002-06-11
BMPtoAVI最终版\BMPtoAVI.aps, 21288 , 2005-12-19
BMPtoAVI最终版\BMPtoAVI.clw, 1563 , 2005-12-19
BMPtoAVI最终版\BMPtoAVI.cpp, 2097 , 2005-04-26
BMPtoAVI最终版\BMPtoAVI.dsp, 4390 , 2005-04-26
BMPtoAVI最终版\BMPtoAVI.dsw, 539 , 2005-04-25
BMPtoAVI最终版\BMPtoAVI.h, 1346 , 2005-04-25
BMPtoAVI最终版\BMPtoAVI.ncb, 156672 , 2005-12-19
BMPtoAVI最终版\BMPtoAVI.opt, 54784 , 2005-12-19
BMPtoAVI最终版\BMPtoAVI.plg, 2259 , 2005-04-27
BMPtoAVI最终版\BMPtoAVI.rc, 5914 , 2005-04-27
BMPtoAVI最终版\BMPtoAVIDlg.cpp, 5971 , 2005-04-27
BMPtoAVI最终版\BMPtoAVIDlg.h, 1672 , 2005-04-26
BMPtoAVI最终版\GetAVIName.cpp, 1492 , 2005-04-26
BMPtoAVI最终版\GetAVIName.h, 1244 , 2005-04-27
BMPtoAVI最终版\MOUSEHOOK.DLL, 28672 , 1999-08-26
BMPtoAVI最终版\ReadMe.txt, 3615 , 2005-04-25
BMPtoAVI最终版\res\BMPtoAVI.ico, 1078 , 2005-04-25
BMPtoAVI最终版\res\BMPtoAVI.rc2, 400 , 2005-04-25
BMPtoAVI最终版\res\Thumbs.db, 3072 , 2007-03-21
BMPtoAVI最终版\resource.h, 869 , 2005-04-26
BMPtoAVI最终版\StdAfx.cpp, 210 , 2005-04-25
BMPtoAVI最终版\StdAfx.h, 1054 , 2005-04-25
BMPtoAVI最终版\Debug, 0 , 2007-03-21
BMPtoAVI最终版\res, 0 , 2007-03-21
BMPtoAVI最终版, 0 , 2005-12-19

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

发表评论

0 个回复

  • Exam1_BH
    exam 1 for students, who studied ssd4...
    2010-05-07 16:03:48下载
    积分:1
  • fangjinshandubaojiem
    防金山毒霸界面源码,希望对大家有所帮助~(Anti-Duba interface source, we want to help ~)
    2010-06-04 17:51:43下载
    积分:1
  • chatserver
    简单的网络通信,一个客户端,一个服务器端(winsock )
    2009-05-11 11:13:16下载
    积分:1
  • EXCEL
    VC EXCEL接口:workbook worksheet 等一系列操作接口(excel interface IN vc)
    2013-11-28 14:46:44下载
    积分:1
  • DH
    说明:  Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而不能进行消息的加密和解密。双方确定要用的密钥后,要使用其他对称密钥操作加密算法实际加密和解密消息。(DH Protocol source code)
    2014-04-16 11:05:46下载
    积分:1
  • VCMatlab
    VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。 文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance. This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
    2018-12-01 15:31:19下载
    积分:1
  • 86845
    将TCHAR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The TCHAR CString type, VC++ select learning programming source code, a good reference.)
    2013-11-24 23:34:41下载
    积分:1
  • 09_ListCtrlDemo
    VC++ 6.0,MFC,List控件,演示列表控件的使用方法。(VC++ 6.0, MFC, List controls, demonstrates the use of the list control.)
    2013-06-05 22:24:03下载
    积分:1
  • VCcaculater
    简单的计算器软件,采用vc6.0开发,希望对您有用。(A simple calculator software, developed using vc6.)
    2009-09-07 11:29:04下载
    积分:1
  • CDataGrid
    CDataGrid 分类:Visual C++ 如何删除DataGrid中的一行记录 CDataGrid m_Grid Rs->Delete(adAffectCurrent) Rs->Requery() m_Grid.SetRefDataSource(NULL) m_Grid.SetRefDataSource((LPUNKNOWN)Rs) m_Grid.Refresh() (CDataGrid Category: Visual C++ How DataGrid row delete records CDataGrid m_Grid Rs-)
    2007-09-29 12:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载