-
Second Ring Road simulation program, using java development, combining oop is an...
二环路仿真程序,用java开发,结合oop,是一个锻炼面向对象的好例子!-Second Ring Road simulation program, using java development, combining oop is an object-oriented exercise good example!
- 2022-04-17 23:11:50下载
- 积分:1
-
本源示例代码示例了图像的缩放,可以调节图像的大小!
本源示例代码示例了图像的缩放,可以调节图像的大小!-Origin of sample code examples of image scaling, can adjust the size of the image!
- 2022-03-16 22:25:55下载
- 积分:1
-
在一个指纹识别的程序,可以使用指纹识别。实现
一个关于指纹识别的程序,能够实现用指纹的识别,我觉得对这方面的研究有帮助-on a fingerprint identification procedures can be achieved using fingerprint recognition, I think that research in this area help
- 2022-02-28 17:35:19下载
- 积分:1
-
自己收集的各种SVM分类算法,可以实现音频分类
自己收集的各种SVM分类算法,可以实现音频分类-Their collection of the various SVM classification algorithm, audio classification can be achieved! ! ! ! ! ! !
- 2022-03-07 11:36:00下载
- 积分:1
-
ffmpeg 视频播放器 ffmpeg+sdl+draw(里面的注释非常详细,可以自己选择同步模式)
资源描述这是一个用于播放视频和音乐的播放器。如要使用请将player整个文件夹放入到项目目录下,然后在项目中添加现有项,将player目录下的
assist.cpp
assist.h
DisPlayBase.cpp
DisPlayBase.h
PacketQueue.cpp
PacketQueue.h
PlayWnd.cpp
PlayWnd.h
VideoPlay.cpp
VideoPlay.h
以上的文件加入到项目当中
然后在你需要用到播放器的类或者其他模块中,
#include "player/VideoPlay.h"
这就行了,试一下编译吧!
当然,如果想要运行,还需要将所用的dll文件拷贝到exe同一目录下。
在player文件夹中还有三个文件夹,这三个文件夹内都有一个bin目录。如果你不知道要用到那些dll,
你就干脆将所有dll都复制到exe的目录里就行了。如果还不能播放视频,可能是因为你的机子没有安装directX,安装了就应该没问题了。
如果你建立的是控制台或者其他非窗口界面程序,那么,在程序中,你可以这样来创建一个对象
CVideoPlay* player = new CVideoPlay;//new一个对象出来
player->AV_AddPlayFile("邓紫棋-泡沫.mp3");//将要播放的音频文件或者视频文件加进
- 2023-05-28 05:10:22下载
- 积分:1
-
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)...
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (quick)
- 2022-01-26 05:45:02下载
- 积分:1
-
图片库的C / C++程序员
JPG library for c/c++ programmers
- 2022-03-03 00:54:07下载
- 积分:1
-
Such as title, ICO file editing program! This is also found from the Internet! W...
如题,ICO文件编辑程序!这个也是从网上找到的!大家看看呀-Such as title, ICO file editing program! This is also found from the Internet! We look at it
- 2023-07-03 22:55:04下载
- 积分:1
-
高清晰视频的打开和观赏,从这个程序中可以找到图像压缩的方法....
高清晰视频的打开和观赏,从这个程序中可以找到图像压缩的方法.-The opening of high-definition video and watch it from this procedure can be found in image compression method.
- 2022-03-18 00:23:03下载
- 积分:1
-
The Joint Video Team (JVT) of ISO/IEC MPEG and the ITU
The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for
the coding (compression) of natural video images. The new standard [1] will be known as H.264 and
also MPEG-4 Part 10, “Advanced Video Coding”. The standard specifies two types of entropy coding:
Context-based Adaptive Binary Arithmetic Coding (CABAC) and Variable-Length Coding (VLC).
This document provides a short introduction to CABAC. Familiarity with the concept of Arithmetic
Coding is assumed (see chapter 8 of [2] for an introduction to Arithmetic Coding).-The Joint Video Team (JVT) of ISO/IEC MPEG and the ITU-T JTC 1 are Finalizing a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and MPEG also-4 Part 10, "Advanced Video Coding." The standard specifies two types of entropy coding : Context-based Adaptive Binary Arithmetic Coding (CABAC) and Variable-Length Coding (VLC). This document provides a short introdu
- 2022-02-13 04:50:50下载
- 积分:1