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

Search list

[DVDReJig05e_src

Description: 演示祛除DVD区码限制,以及将DVD视频光盘做成m2v和AC3和字幕sub文件的代码,是制作Dvd ripper工具的学习好资料-demonstration eliminate the DVD region coding, and to create DVD video discs mov and AC3 and subtitles sub document code, Dvd ripper is to produce tools to study information
Platform: | Size: 695156 | Author: 免战牌 | Hits:

[Com Portmov

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

[Special EffectsCQTMovieFile

Description: 介绍mov文件格式和操作,如何使用位图创建一个mov文件-introduced mov file format and operation, how to use the bitmap to create a document mov
Platform: | Size: 59373 | Author: anseum | Hits:

[Other resourceEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13359 | Author: deeply2000 | Hits:

[assembly languagebuhao7-1

Description: .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
Platform: | Size: 982 | Author: 张钊 | Hits:

[assembly language7-3

Description: data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
Platform: | Size: 942 | Author: 张钊 | Hits:

[Other resourcemusic_c_asm

Description: 一款ls2051国产的单片机,由p1.0和p1.1两个输出口接两个喇叭,将c语言音乐程序在0道程序运行;汇编音乐程序在1道程序运行工具。两首音乐同时放出。奇怪的是程序的开发平台是通用的编程工具,用了一条MOV 0FFH,#ROAD1指令,将1道程序开通即可-ls2051 SCM, p1.0 and p1.1 two output received two horn. c language of music procedures 0 procedures; Music compilation procedures in a program run tools. Two music also released. The strange thing is the process is the development of a common platform programming tools, used a MOV 0FFH. # ROAD1 directive, a procedure can be opened
Platform: | Size: 3814 | Author: 肖冬 | Hits:

[Other resourceyejingxianshi000003

Description: 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来 -infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP, # 40H MOV P1, # 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2, # 9 will be the remote control keys into A (0 ~ 9) MOV DPTR, # TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR, # TAB; A digital value through the tube show
Platform: | Size: 1340 | Author: ttforgo | Hits:

[DVDPS_Analyzer

Description: This small program is designed to demux a MPEG 2 file (also called Program Stream).Such movie file it s composed from various packs (video,audio,data,etc.). What this program does is to list every packet in a MPEG2 file along with some info about each pack.It might be interesting to know exactly how much audio or video your movie really contains.-This small program is designed to demux a MP EG 2 file (also called Program Stream). Such mov ie file it's composed from various packs (video, audio, data, etc.) . What this program does is to list every pa cket in a MPEG2 file along with some info about ea ch pack.It might be interesting to know exactly how much your audio or video movie really contai ns.
Platform: | Size: 27554 | Author: zhangqing | Hits:

[Embeded-SCM DevelopRF

Description: 说明: 1. DL1MS: 延时1ms 子程序, DL01MS : 延时0.1ms 子程序 2. MOV R0,#80H 红外接收的数据的地址 80H~8DH 3. SHOW_RFCODE 在LCD上显示红外接收的数据(演示用) 4. 在中断中建立红外接收数据标记,在主程序中调用RF_JS
Platform: | Size: 985 | Author: 吕海安 | Hits:

[Streaming Mpeg4MoviePlay

Description: 本电影播放器可以播放AVI,MOV.MPG,MPGEG格式的电影文件,使用DirectDraw进行多媒体编程,DirectDraw是DirectX的核心模块, DirectX是windows用于多媒体开发,特别是游戏开发的一套SDK.
Platform: | Size: 66731 | Author: 新建 | Hits:

[Special Effectsmake_avi

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

[Linux-UnixMPlayer-1.0rc1

Description: Mplayer源码,不用多介绍了吧。 媒体类型 文件格式 MP3 mp3 m3u CD/DVD cda MPEG和AVI视频 mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4e RealAudio和RealVideo rt ra rm rmvb rp rv Windows Media wma wmv wax asx asf wm wmx wvx QuickTime mov qt AAC aac m4a m4p 其他媒体 wav mp2 mp1 mpeg pls xpl smi smil flv ssm sdp aif aiff mid midi rmim acp rpl 3gp amr awb 3g2 au
Platform: | Size: 11653669 | Author: 林杰 | Hits:

[OS DevelopTrafficLights

Description: LOOP1: CJNE A,#20H,LOOP2 CLR CY SUBB A,#07H SJMP END1 LOOP2: CJNE A,#10H,LOOP3 CLR CY SUBB A,#07H SJMP END1 LOOP3: DEC 3AH END1: MOV TH0,0BH MOV TL0,0DCH SETB TR0 RETI
Platform: | Size: 132037 | Author: ccdd | Hits:

[Streaming Mpeg4simpleplayersdi.win

Description: 应用 quicktime sdk 的简单mov文件播放器
Platform: | Size: 34361 | Author: 王晔 | Hits:

[Other resource20074281026998737

Description: 我单步到@1时 奇怪的事情发生了 下一步执行到了@2 而不是@3 而我如果不要mov lr,pc 这句 或者在mov lr, pc 后面再加一些指令 则单步到@1后直接跳到@3 请问这是为什么
Platform: | Size: 517266 | Author: zhenggang | Hits:

[OtherFindBase

Description: 炎黄传说基础地址查询器 本程序遍历游戏内存,通过特征码查询游戏基地址。 主要演示机器码与call addr的转换。包括:call 0x12345和mov eax, 0x12345
Platform: | Size: 36576 | Author: thie | Hits:

[DVD25-MoviePlay

Description: 自制电影播放器,可以播放*.avi,*.mov,*.mpg,*.mpeg等格式的文件
Platform: | Size: 71191 | Author: 明华 | Hits:

[WEB Codeasm

Description: 录音子程序 mov dx,offset news_2 显示放音提示
Platform: | Size: 276713 | Author: lingang | Hits:

[Special EffectsDecklinkExportToTape

Description: DecklinkExportToTape is a simple dialog based Microsoft Windows video export application. It can be used to frame accurately export to tape or, in the absence of a tape deck, as a simple play list application. A variety of video file formats can be supported, for example AVI, MOV and WMV.
Platform: | Size: 46869 | Author: 胡家宝 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net