代码搜索:Video

找到约 10,000 项符合「Video」的源代码

代码结果 10,000
www.eeworm.com/read/236028/14035183

c snapshot.c

#include #include #include #include #include #include #define WIDTH 640 #define HEIGHT 480 int main(int argc, char *argv) { c
www.eeworm.com/read/133056/14055840

txt 如何正确理解mime类型.txt

如何正确理解MIME类型? 序号 内容类型 文件扩展名 描述 1 application/msword doc Microsoft Word 2 application/octet-stream bin dms lha lzh exe class 可执行程序 3 application/pdf pdf Adobe Acrobat 4 application/postscript ai
www.eeworm.com/read/203690/15353169

ini rtcwebserver.ini

[PHP] Enable = 0 DllFolder = C:\www\php5 IniFolder = C:\www\php5 Extensions = php, phtm, phtml [ISAPI] Extensions = dll [Messenger] Enable = 1 [Hosts] *=.\ [Index Pages] default.html de
www.eeworm.com/read/203655/15353914

h usbvideo.h

//------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. //
www.eeworm.com/read/203117/15365354

txt vc++001.txt

谈谈使用VFW在windows下编程控制摄像头(一)。 【孙涛】 这段时间闲来无事,看了看MSDN的文档,自己翻译了一下。一是为了学习,二是对空闲时间的打发。所以也希望大家在拍砖的同时,尊重我的劳动,如要转贴请注明转至blog.csdn.net/suntaoznz。谢谢!
www.eeworm.com/read/203116/15365355

txt vc++001.txt

谈谈使用VFW在windows下编程控制摄像头(一)。 【孙涛】 这段时间闲来无事,看了看MSDN的文档,自己翻译了一下。一是为了学习,二是对空闲时间的打发。所以也希望大家在拍砖的同时,尊重我的劳动,如要转贴请注明转至blog.csdn.net/suntaoznz。谢谢!
www.eeworm.com/read/203115/15365356

txt vc++001.txt

谈谈使用VFW在windows下编程控制摄像头(一)。 【孙涛】 这段时间闲来无事,看了看MSDN的文档,自己翻译了一下。一是为了学习,二是对空闲时间的打发。所以也希望大家在拍砖的同时,尊重我的劳动,如要转贴请注明转至blog.csdn.net/suntaoznz。谢谢!
www.eeworm.com/read/203114/15365357

txt vc++001.txt

谈谈使用VFW在windows下编程控制摄像头(一)。 【孙涛】 这段时间闲来无事,看了看MSDN的文档,自己翻译了一下。一是为了学习,二是对空闲时间的打发。所以也希望大家在拍砖的同时,尊重我的劳动,如要转贴请注明转至blog.csdn.net/suntaoznz。谢谢!
www.eeworm.com/read/202755/15374515

readme

recmpeg version 1.0.4 DESCRIPTION =========== recmpeg is a simple video encoder based on libFAME, the fast assembly mpeg encoding library. recmpeg supports encoding of MPEG-1, MPEG-4 rectangular an
www.eeworm.com/read/112339/15489477

c 2-1.c

/*2-1.C*/ #include #include #include #define VIDEO 0x10 void movetoxy(int x,int y) { union REGS regs; regs.h.ah=2; regs.h.dh=y; regs.h.dl=x; regs.h.bh=0;