资源列表
datastruct
- 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include< iostream> using namespace std int main(){int a,b=0 cout< < please input the integer: < < endl cin> > a while(a){b=b*10+a 10 a/=10 }cout< < the end is < < b< < endl return 0 }
mp3
- 基于JMF java mp3 程序 音乐播放器 打开文件夹 打开歌曲-JMF mp3JPanel paneright JTextField textField JTextField lyricsJTextField Container container2 static int testtimethread TimeThread timeThread
sound-source-localization-and-separation
- This program will define the position of the sound.It consists of the MATLAB.And it works at least two microphones, when multiple microphones are added, you must modify the code.-This program will define the position of the sound.It consists of the M
calculator
- 一个C语言写的简单计算器,里面有具体的源代码,也有不足之处,请多多指导。-C language to write a simple calculator, there are specific source code, but also the inadequacy of the guidance please.
vb_dataini
- i odnt now haow is it llol
day23
- 多媒体点播系统,简单实现对各种按钮控制,-Multimedia-on-demand system
g711
- g711 u_law and m_law coder and decode.
KPP
- 使用块匹配法的三步搜索对视频中的两帧图象进行预测编码-Use block matching method for video of the three-step searching two frames image forecast coding
PSExtractor
- 从H264的PS流当中分析提取的音、视频流信息-this code is Extrator for video and audio information h264 program stream
TBOX
- c语言基于控制台实现的推箱子小游戏,适合初学数据结构的同学当课程设计用途-c language is based on the the Sokoban game console, suitable for beginners data structures students when the curriculum design purposes
cvcanny.cpp.tar
- Canny Algorithm for edge detection in images.
vbdshow
- vb.net使用Directshow.net写的播放控件 最近在研究Directshow,就用Directshow写一个播放控件吧。由于在Directshow9 SDK 中已经没有Directshow了,所以我到codeproject上去下了一个Directshow.net,它是一群牛人用C#写的,重写了所有接口,并且开源。- a mediaplayer about vb.net and directshow