Welcome![Sign In][Sign Up]
Location:
Search - MOV

Search list

[GDI-BitmapVC实现程序自动创建AVI/ WMV/ MOV电影视频源代码

Description: 本文及附件代码,展示了一种方法用以从一系列连续的HBitmaps中创建 (AVI / WMV / MOV)等格式的视频电影。比如,如果你想把一个目录里的所有.jpg或.bmp的静态图像做成一个视频,你就可以通过调用AppendNewFrame方法,把它们放到一个HBitmaps 数组里,如果你想在程序中产生(比如屏幕录像),你就可以WM_PAINT或者OnPaint()方法中把屏幕内容拷贝到HBitMaps数组,然后创建视频。
Platform: | Size: 507846 | Author: hot499034 | Hits:

[Other压敏电阻 MOV 07D180K

Description: 压敏电阻 MOV 07D180K
Platform: | Size: 203735 | Author: guangbo | Hits:

[assembly languagerising钥匙盘破解源码

Description: DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interrupt INT 20 return dos beginner compilation, please exhibitions!
Platform: | Size: 0 | Author: | Hits:

[Documents汇编语言课程设计1

Description: 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environment
Platform: | Size: 11264 | Author: 高赈寰 | Hits:

[Multimedia program电影播放器

Description: 可以播放AVI、MOV、MPG、或MPEG格式的电影文件-avi,mov,mpg and mpeg file all can be played.
Platform: | Size: 66560 | Author: 周孝良 | Hits:

[SCMz2005122812256

Description: 8253的初始化程序举例: 例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为 MOV DX,307H ;命令口 MOV AL,10110110B ;2号计数器的初始化命 令字 OUT DX,AL ;写入命令寄存器 MOV DX,306H ;2号计数器数据口 MOV AX,533H ;计数初值 OUT DX,AL ;选送低字节到2号计数器 MOV AL,AH ;取高字节送AL OUT DX,AL ;后送高字节到2号计数器 -8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
Platform: | Size: 92160 | Author: 周军梦 | Hits:

[Streaming Mpeg43gp_mov_mp4_anlyzer

Description: 3gp mov mp4 文件格式解析,利用该程序可以分析3gp,mov,mp4的文件格式和关键信息-3gp mov file format then no time analysis, the use of the procedure can be analyzed 3gp, mov, then no time document formats and key information
Platform: | Size: 51200 | Author: cch | Hits:

[assembly languagebaogeascii

Description: 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可把DL初始化为10H,然后不断使其加1(用INC指令)以取得下一个字符的ASCII码. (2)显示空白符时,用其ASCII码为0置入DL寄存器.每行结束时,用显示回车和换行符结束本行并开始下一行. (3)由于逐个显示相继为ASCII字符时,需要保存并不断修改DL寄存器的内容,而显示空白、回车、换行符时也需要使用DL寄存器,为此可用堆栈来保存相继的ASCII字符。 具体用法是:在显示空白或回车、换行符前用指令PUSH DX把DL的内容保存到堆栈中去。在显示空白或回车、换行符后用指令恢复DL寄存器的原始内容。-a tabular form with a character show, entitled : tabular form showed two ASCII characters, experimental requirements :* 15 by 16 firms in tabular form for the show ASCII des-100H between all characters, that is, to act with the main sequence of ASCII increase in the order corresponding to the sequence of characters. Each of the 16 characters, and his party Each line of the adjacent between two characters with an empty site (ASCII 0) separated. 3, Tip : (1), showing each character may be used for 02 functions, the output function, use the following method : MOV AH, 02H MOV DL, Output ASCII characters INT 21H this issue can be put to initialize the DL 10 H, and then it increases one (using INC. Directive) to obtain under an ASCII characters. (2), showing a blank website , with its ASCII 0 p
Platform: | Size: 1024 | Author: 庄宁文 | Hits:

[Com Portmov

Description: 视频源代码 -video source video source code
Platform: | Size: 4884480 | Author: | Hits:

[Special Effectsmake_avi

Description: 组合AVI mov=avifile( basketball3.avi , fps ,25) -Portfolio AVImov = avifile (basketball3.avi, fps, 25)
Platform: | Size: 1024 | Author: zsc | Hits:

[DVD25-MoviePlay

Description: 自制电影播放器,可以播放*.avi,*.mov,*.mpg,*.mpeg等格式的文件-Homemade movie player, can play*. avi,*. mov,*. mpg,*. mpeg files, etc.
Platform: | Size: 71680 | Author: 明华 | Hits:

[mpeg mp3MoviePlay

Description: 一个多媒体播放器的源代码,支持.avi .mpg .mpeg .mov等视频格式,学习多媒体编程的看看吧,绝对不会令你失望的。-err
Platform: | Size: 43008 | Author: 王平 | Hits:

[Multimedia program543

Description: 豪杰超级解霸绝对算得上是一个经典的国产媒体播放器软件,虽然目前此类软件百花齐放,但它依然拥有着相当多的电脑用户。 尽管它并不那么漂亮,但支持Windows 平台上几乎所有流行的音频、视频格式(比如:流行的DivX、RMVB 、ASF、WMV、MOV、VQF 等格 式统统不在话下);具有超强纠错及DVD 纠错防读死等多种独到的特性,使之仍然保持着媒体播放的首选软件的位置。-Haojie super king absolute can be considered a classic of Chinese-made media player software, although such software is currently letting a hundred flowers bloom, but it still has a considerable number of computer users. Although it is not so pretty, but will support the Windows platform in almost all popular audio, video formats (such as: the popular DivX, RMVB, ASF, WMV, MOV, VQF and other formats not to mention all) with super-strong error correction and DVD error correction and other anti-death time characteristics unique to remain the preferred media player software position.
Platform: | Size: 166912 | Author: 王功臣 | Hits:

[Multimedia DevelopMPlayerGUI

Description: MPlayerGUI 是一款依赖于 MPlayer 的播放器,它可以播放 MPEG, AVI, ASF/WMV, QuickTime/MOV, RealMedia RM/RMVB, MPEG4, MP3, WMA, WAV 等文件格式,不需要安装任何解码器到您的系统。而且还是免费软件,您可以将 MPlayer 视为内核程序,MPlayerGUI 视为图形界面-MPlayerGUI is a dependent on the player MPlayer, which can play MPEG, AVI, ASF/WMV, QuickTime/MOV, RealMedia RM/RMVB, MPEG4, MP3, WMA, WAV and other file formats, do not need to install any codecs to your system. It is also free software, you can be regarded as a core MPlayer procedures, MPlayerGUI regarded as a graphical interface
Platform: | Size: 501760 | Author: | Hits:

[mpeg mp3dhPlayer

Description: 简单媒体播放器,实现常用声音和视频文件的播放如MP3、Mpeg、dat、avi、Mov等。并提供参数控制,快捷、后退、音量大小控制。-Simple media player, the achievement of commonly used voice and video file player, such as MP3, Mpeg, dat, avi, Mov and so on. And to provide parameter control, faster, rewind, control the volume size.
Platform: | Size: 60416 | Author: xiaodz | Hits:

[OpenGL programPRINTGL03

Description: 该程序能将屏幕上显示的一段OPenGL动画保存为一个视频文件,如AVI,MOV或MPG等。能将保存结果保留下来,脱离本软件也能播放。-The program can be displayed on the screen for some OpenGL animation saved as a video file, such as AVI, MOV or MPG and so on. Can be retained to preserve the results, from this software can also play.
Platform: | Size: 72704 | Author: 李冒 | Hits:

[Streaming Mpeg4Bento4-SRC-1-0-3-264

Description: MOV/MP4 File Parser Information Extractor-MOV/MP4 File Parser VC++2005 Mac Xcode
Platform: | Size: 4386816 | Author: pp | Hits:

[Windows DevelopAVI-WMV-MOV-Movie

Description: #define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) double anglesin=sin(angle) -# define PI 3.1415926 double angle = (double) theta/10.0* PI/180.0 double anglecos = cos (angle) double anglesin = sin (angle)
Platform: | Size: 507904 | Author: 陈奇 | Hits:

[Picture Viewerjpg2mov

Description: 轉換JPEG(*.jpg)為Apple Quick Time Movie(*.mov) MJPEG-Convert JPEG(*.jpg) to Apple Quick Time Movie (*.mov) MJPEG
Platform: | Size: 4096 | Author: Jackie | Hits:

[OtherMOV约化攻击

Description: 关于MOV攻击算法使用同构解决椭圆曲线离散对数问题(Use automorphisms of about MOV attack algorithm solving the elliptic curve discrete logarithm problem)
Platform: | Size: 1024 | Author: 散仙 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net