搜索资源列表
qt_mplayer
- QT+mplayer的一个简单的播放器,支持快进,后退,暂停,单帧播放,音量控制,进度拖动等功能。 windows下播放注意播放参数的设置 // for windows7 vista QString common = "./mplayer/mplayer.exe -slave -quiet -vo direct3d " + m_fileName + " -wid " + QString::number(reinterpret_cast<qlonglong>
Capture
- < 项目开发全程实录>>中第一个项目:"社区视频监控系统"的源代码.-<Project development throughout Record>> in the first project: Community Video Surveillance System, the source code.
SimplePlayer
- 这个程序是对清华陆其明老师的<<DirectShow开发指南>>书中播放器的改版,可以支持视频流和音频流的合成一起预览功能-This procedure is Qiming Lu Qinghua teachers
Q8_Real
- [转载]RM/RMVB 解碼器for wm5/6 windows media player!!! 本補丁提取自MOTO Q8! 感謝研究者提供! 經親測後 o2 stealth測試可用!!!!! 但好像大多數HTC機不能用!!大家試試!! 使用介紹!!!!!! <<把CAB直接安裝,,,之後開WMP就可以播放了!!!>> 一般640*480,300左右KBS RM/RMVB順暢播放 較高畫質以及AAC音頻有時會比較卡
MIDNIGHT_puppy_Exercises_mysterious
- 世界级畅销书:<深夜小狗神秘习题>很好看的书,强烈推荐。-World-class best-selling book: <MIDNIGHT puppy mysterious Exercises> good look of the book, strongly recommend.
scp_baro
- SCP1000 pressure sensors from VTI are the highest accuracy absolute pressure sensor in the industry, offering both a 1.5Pa resolution and low <10µ A current consumption at the same time. Compact component size, being only 6.1mm in diameter and
AVI_BMP
- avi <-> bmp convertor
chap03
- 基于数字图像处理的数码相机调焦系统,<精通VisualC++数字图像处理技术与工程案例>附带源码-Based on digital image processing digital camera focusing system, < proficient VisualC++ digital image processing technology and engineering case> with source
PlayCap
- 采用window的SDK ,使用VC6.0 采用C++写的一段 DirectShow sample code。 适合USB摄像头,需要一些头文件。如下: #include <atlbase.h> #include <windows.h> #include <dshow.h> #include <stdio.h>-With window of the SDK, use the VC6.0 C++ written by a Direct
CSharp_for_flv
- C#转换flv代码 /// <summary> /// 视频(avi,mov等等格式)转换为flv格式视频 /// </summary> /// <param name="FromName">被转换的视频文件</param> /// <param name="ExportName">转换flv后的文件名</param> /// <param name="WidthAndHeight"&
201011917246690
- < < <程序功能说明>>>>> 1)接收来电号码(支持FSK主叫方式,DTMF主叫方式) 2)接收市话电话,转内线 3)内线呼叫内线 4)内线呼叫外线 5)转坐席来电弹屏功能 当来电转到坐席时,服务器端会主动发消息到客户端IP,客户端主动接受来电号码,并从右下角显示出来。 -< < < < < > > > > > Program Function 1) to receive
xvidcore-1.3.2
- 1) Introduction<br>---------------<br><br>XviD is a high performance and high quality MPEG-4 video de-/encoding<br>solution.<br><br>The XviD package currently consists of three parts:<br><br>- xvidcore:
page-45---5circle
- Draw Circle in C++ graphic Library <graphics.h> code by Namira
33673-1081694-editeur-tag-mp3
- Editeur tag mp3--- --- --- Url : http://codes-sources.commentcamarche.net/source/33673-editeur-tag-mp3Auteur : tof2503Date : 13/08/2013 Licence : ========= Ce document intitulé « Editeur tag mp3 » issu de CommentCaMarche (codes-s
xenia-master
- 这是外国的一位coder Ben Vanik 带头研发的一个xbox360模拟工程。该研发小猪曾上传过一部成功模拟xbla小游戏的视频,在今年的早些时候各大游戏网站上都有相关报道,也引起过一阵评论,褒贬不一:或贬低其性能太差,离模拟运行主流游戏还遥遥无期;或鼓励,赞扬其为主机模拟历史翻开了新的一页。 本人经几番查找,最后在github上发现了此工程,并将其上传。此领域的有志之士可以来看一下或者尝试一下(^-^)-This is a foreign coder Ben Vanik leads
ex0411
- 主要用于matlab的计时功能,调用了系统函数,tic toc,实现1+2+...+n<1000的最大整数-Mainly used matlab timing function, call the system function, tic toc, to achieve the greatest integer 1+ 2+ ...+ n <1000 s
dev_add
- Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver
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 }
getnumber_0904140921
- 實現把 一個< =20位的數字串轉換成壹贰叁肆伍陆柒捌玖拾 表示成的中文數字串-To translate a < = 20 length number strings to one 壹贰叁肆伍陆柒捌玖拾 Chinese digital string
Snake2
- 蛇形矩阵:生成一个按蛇形方式排列自然数1,2,3,4,5,……,N2的 (1< N≤10)阶方阵。-Snake-like matrix: generate a snake-like manner in accordance with natural numbers 1,2,3,4,5, ... ..., N2