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

BMPtoAVI最终版

于 2020-06-16 发布 文件大小:50KB
0 307
下载积分: 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 个回复

  • 1
    说明:  学生信息管理系统。新增众多功能 。 数据库为MYSQL,请自行设置好数据库。(Student Information Management System. Added many features. Database for MYSQL, set up your own database.)
    2008-06-01 09:47:48下载
    积分:1
  • dtzm
    xp上的动态桌面源代码。有点鸡肋。高手飞过吧。。(Dynamic Desktop source code on xp. Bit tasteless. Master flying it. .)
    2014-01-13 16:22:24下载
    积分:1
  • 65358
    ** sBackUpfileName 恢复后的数据库存放目录 ** sDataBaseName 备份的数据名 ** sIsAddBackup 是否追加到备份文件中 **说 明:引用Microsoft ActiveX Data Objects 2.x Library **模 块 名:frestoredatabase_a **描 述:恢复数据库,返回出错信息,正常恢复,返回"" **调 用:frestoredatabase_a "备份文件名","数据库名" **参数说明: ** sDataBasePath 恢复后的数据库存放目录 ** sBackupNumber 是从那个备份号恢复 ** sReplaceExist 指定是否覆盖已经存在的数据 **说 明:引用Microsoft ActiveX Data Objects 2.x Library ">
    2013-08-22 09:58:50下载
    积分:1
  • 64845777
    袖珍文件分割器,VC++经典编程源码,很好的参考资料。(Pocket file splitter, VC++ classic programming source code, a good reference.)
    2013-11-16 10:58:27下载
    积分:1
  • 3.3.3用户登录实例
    说明:  3.3.3用户登录实例,VB6.0 源码..学习中!!!!!(Documents are printed into PDF files)
    2020-06-23 16:20:02下载
    积分:1
  • CacheManager
    说明:  高效的内存管理机制和原理的分析,电子书籍,好资料(Efficient memory management mechanisms and principles of analysis, e-books, and good information)
    2009-07-21 23:01:27下载
    积分:1
  • bao
    多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 (The process of multi-level feedback queue scheduling algorithm 1. Experimental Objective: To use advanced language writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm. 2. Experimental contents: the preparation of a simulated procedure, single-processor systems to complete the process of scheduling, the use of multi-level feedback queue scheduling algorithm Round-Robin Time Slice. Experiments include: First of all, the process control block to determine the content, process control block of the composition determine the relevant parameters (such as the process of the number of arrival time, service time, time slice size, etc.) and then complete the process of creating the original language, the process of scheduling the original language and the process of revocation of the original language the final preparation of the main function of the machine and obtain the results of)
    2009-05-06 22:58:08下载
    积分:1
  • NPR_Framework
    NPR_framework 3D model viewer.
    2006-10-19 04:10:43下载
    积分:1
  • DeleteCertainFolderFile
    删除指定目录下某种类型的文件,VC++精选编程源码,很好的参考资料。(Delete the specified file is a type of directory, VC++ select programming source code, a good reference.)
    2013-11-26 09:22:48下载
    积分:1
  • ipl98_tutorial_v2.14
    un tutorial sur la bibliothèque ipl98 en c++
    2009-04-05 01:54:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载