CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - CPP A

搜索资源列表

  1. 13818_5_for_vc

    1下载:
  2. 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:100002
    • 提供者:陈水德
  1. playMediaDlg.cpp

    0下载:
  2. 这是一个基于对话框的程序。源代码参照了微软的directshow的例子程序和一本英文介绍如何编写directshow程序的书里面的程序代码。-This is a dialog-based procedures. Based on the source code of Microsoft's directshow examples of procedures and an English how to prepare direc tshow procedures of the book c
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:8761
    • 提供者:anters
  1. CPP

    0下载:
  2. This sample demonstrates using the Microsoft Video Control to view ATSC digital television in a window. This is a simple ATL application that merely hosts the control and allows you to adjust the channel up or down. When CPPVideoControl la
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:72718
    • 提供者:xuxiang
  1. Waveletbasedmultiresolutionhistogramforfastimagere

    0下载:
  2. AppWizard has created this xbw application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what y
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:2736534
    • 提供者:费嘉璐
  1. shitclass3

    0下载:
  2. 本类包是使用于ShitMP3 v1.08的内部核心类,提供如下功能:1.提取指定MP3文件ID3v1信息2.提取指定MP3文件ID3v2信息3.存储ID3v1信息给某个MP3文件4.存储ID3v2信息给某个MP3文件5.MP3文件名自动重命名6.重命名命名格式全自动生成7.大批量修改某个目录下的MP3文件名★8.最新版的ShitClass提供了对WMA文件的自定义修改功能类包包括类:CMP3.h 用户真正使用的MP3类的接口文件,提供了上述的7种功能的各种方便函数CMP3.cpp MP3类
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:125573
    • 提供者:小平
  1. mp4

    0下载:
  2. 此程序在ARM9上运行,能实现一个mp4 的功能。源码是用VC编写的。-This procedure to run in the ARM9 to the realization of a mp4 function. Source was prepared by VC.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:87351
    • 提供者:lsy
  1. avcodec_sample.cpp.tar

    0下载:
  2. 一个Ffmpeg库打开视频文件的例子,基本包含开发所需要的步骤,并详细说明其作用-Ffmpeg library to open a video file of the examples include the development of the basic steps required, and detailed descr iption of its role
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-26
    • 文件大小:2281
    • 提供者:Athlon Yi
  1. pixelread4.cpp

    0下载:
  2. This program is a opencv code which will display the intensity levels of any gray scale image. pls don t forget to edit the image name.. compiled on ubuntu8.04-This program is a opencv code which will display the intensity levels of any gray scal
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:1129
    • 提供者:vijay
  1. edge2.cpp

    0下载:
  2. This is a opencv edge detection program try on ubutnu- This is a opencv edge detection program try on ubutnu
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:550
    • 提供者:vijay
  1. facedetect1.cpp

    0下载:
  2. This a opencv facedetect program works fine... try to compile and run in ubuntu8.04-This is a opencv facedetect program works fine... try to compile and run in ubuntu8.04
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:1086
    • 提供者:vijay
  1. pixelwrite5.cpp

    0下载:
  2. This a opencv code which will write one(255) to all the pixels.Hence when u display the image after overwriting u wull see white image.If u write 0 u will see balck image.If u write 100 u will see brown image-This is a opencv code which will write on
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:1140
    • 提供者:vijay
  1. 3DShow

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-06
    • 文件大小:105959
    • 提供者:325
  1. CutScene90

    0下载:
  2. 镜头切换<media文件名 描述 =========== 镜头切换,是一个简单的全屏电影播放器样品,可让您 添加到应用程序中播放影片,而无需学习 DirectShow的编程细节。 应用程序的WinMain()调用PlayCutscene(),一个一般的函数, 你可以用它来添加电影或简单的过场动画开始播放 您的游戏。为电影回放所需的所有代码中 在cutscene.cpp和cutscene.h,可添加到您的项目。
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-04
    • 文件大小:12037
    • 提供者:wengjinshu
  1. vedio

    0下载:
  2. 在加强社区内部的管理中,拥有可以对社区内部进行监控的系统可以节省下来很大一部分人力,并且比人为的巡逻更加可靠、安全。社区视频监控系统主要是利用摄像头和视频采集卡进行视频监控的,本社区视频监控系统主要实现以下功能:  视频监控。  云台控制。  快照和录像。  录像回放。  定时自动监控。  监控管理及日志。 -AppWizard has created this Captu
  3. 所属分类:Video Capture

    • 发布日期:2017-05-11
    • 文件大小:2352194
    • 提供者:zz
  1. 16

    0下载:
  2. 人事管理系统是一个企业单位不可缺少的部分,它的内容对于企业的决策者和管理者来说都至关重要,本章将介绍一个基本的人事管理系统实例的开发过程,采用ADO和SQL Server 2000等技术。-AppWizard has created this FTPSOCKET application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:64442
    • 提供者:zz
  1. TVideoGrabber7.5

    0下载:
  2. 这个是一个视频控件,运行环境为c++Builder5、6,非常易于安装使用,可以预览,录像,录音、区域监控,以及使用多播功能。压缩包里面包含有demo多个例子。-This is a video control, operating environment for the c++ Builder5, 6, is very easy to install and use, you can preview, video, audio, regional monitoring, and the use
  3. 所属分类:Video Capture

    • 发布日期:2017-05-16
    • 文件大小:4143224
    • 提供者:hwm
  1. CPP

    0下载:
  2. 视频监控:此软件是一个集利用摄像头拍照、录像功能于一体的小软件,目前可以实现实时对摄像头采集到的信息进行监控 定时抓拍照片、定时录像 设置摄像头采集信息的各种参数,如:采集照片大小,流量,录像后的文件是否压缩以及压缩方式等-camera monitoring procedures, to achieve a lot of functions, including regular video screen interception.This software is a use of cameras
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:48069
    • 提供者:wuzixi
  1. main.cpp

    0下载:
  2. A 2d MAK method solver for CFD
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-14
    • 文件大小:4481
    • 提供者:jon
  1. PictureHandle

    0下载:
  2. 一款摄像头捕捉的程序,点击抓取按钮会保存图像在D盘,主文件是PictureHandleDlg.cpp -A camera capture program, click Crawl button will save the image in the D drive, the main file is PictureHandleDlg.cpp
  3. 所属分类:Video Capture

    • 发布日期:2017-11-19
    • 文件大小:1887112
    • 提供者:潘俊
  1. Vibe-CPP

    0下载:
  2. ViBe是一种像素级视频背景建模或前景检测的算法,效果优于所熟知的几种算法,对硬件内存占用也少,很简单。-ViBe is a pixel-level video background or foreground detection algorithm modeling, better than several well-known algorithms, hardware memory footprint small, very simple.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-13
    • 文件大小:2458
    • 提供者:xsl
« 12 »
搜珍网 www.dssz.com