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

Search list

[Picture ViewerEasyBMPtoAVI_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: 13312 | 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-. data val1 sword 0 val sword-276.codemain proc mov ax, val cwd mov bx, 10 idiv bx mov val1, ax call writebin call crlf mov ax, dx call writebin exitmain endpend main
Platform: | Size: 1024 | 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-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.codemain proc call clrscr mov esi, offset array mov ecx, lengthof array mov edx, offset str1 push esiputin: call writestring
Platform: | Size: 1024 | Author: 张钊 | Hits:

[SCMmusic_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: 3072 | Author: 肖冬 | Hits:

[Other Embeded programyejingxianshi000003

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: 1024 | 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: 27648 | 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-Note: 1. DL1MS: Subroutine 1ms delay, DL01MS: Subroutine 0.1ms latency 2. MOV R0,# 80H infrared receiver data address 80H ~ 8DH3. SHOW_RFCODE in LCD display infrared receiver of the data ( demonstration using) 4. in the interruption of infrared receiver to create a data marker, in the main program call RF_JS
Platform: | Size: 1024 | Author: 吕海安 | Hits:

[Streaming Mpeg4MoviePlay

Description: 本电影播放器可以播放AVI,MOV.MPG,MPGEG格式的电影文件,使用DirectDraw进行多媒体编程,DirectDraw是DirectX的核心模块, DirectX是windows用于多媒体开发,特别是游戏开发的一套SDK.-The movie player can play AVI, MOV.MPG, MPGEG format movie file, the use of DirectDraw for multimedia programming, DirectDraw is DirectX the core module, DirectX is a windows for multi-media development, in particular a set of game development SDK.
Platform: | Size: 66560 | Author: 新建 | 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-Mplayer source code, do not have to introduce you. Media type file format MP3 mp3 m3uCD/DVD cdaMPEG and AVI video mpg mpeg mpv mps m2v m1v mpe mpa avi mp4 m4eRealAudio and RealVideo rt ra rm rmvb rp rvWindows Media wma wmv wax asx asf wm wmx wvxQuickTime mov qtAAC aac m4a m4p other media 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: 11653120 | 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 -LOOP1: CJNE A,# 20H, LOOP2 CLR CY SUBB A,# 07H SJMP END1LOOP2: CJNE A,# 10H, LOOP3 CLR CY SUBB A,# 07H SJMP END1LOOP3: DEC 3AHEND1: MOV TH0, 0BH MOV TL0, 0DCH SETB TR0RETI
Platform: | Size: 132096 | Author: | Hits:

[Streaming Mpeg4simpleplayersdi.win

Description: 应用 quicktime sdk 的简单mov文件播放器-Quicktime sdk application simple mov file player
Platform: | Size: 34816 | Author: 王晔 | Hits:

[MiddleWare20074281026998737

Description: 我单步到@1时 奇怪的事情发生了 下一步执行到了@2 而不是@3 而我如果不要mov lr,pc 这句 或者在mov lr, pc 后面再加一些指令 则单步到@1后直接跳到@3 请问这是为什么-I single-step into @ 1:00 strange things have taken place in the next step to implement the @ 2 and not 3 and I @ If not mov lr, pc or in this mov lr, pc followed by a number of commands are single-step to one after the @ skip @ 3 I would like to ask why this is
Platform: | Size: 517120 | Author: zhenggang | Hits:

[OtherFindBase

Description: 炎黄传说基础地址查询器 本程序遍历游戏内存,通过特征码查询游戏基地址。 主要演示机器码与call addr的转换。包括:call 0x12345和mov eax, 0x12345-Address inquiries Yanhuang legend browser based on traversal of the program memory game through game-based Address inquiries signature. The main demonstration and call addr binary conversion. Including: call 0x12345 and mov eax, 0x12345
Platform: | Size: 35840 | Author: thie | Hits:

[Documentsasm

Description: 录音子程序 mov dx,offset news_2 显示放音提示 -Subroutine recording mov dx, offset news_2 show playback tips
Platform: | Size: 276480 | Author: | 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: 47104 | Author: 胡家宝 | Hits:

[Menu controlsum

Description: code segment assume cs:code sum_p proc near jcxz exit add ax,cx dec cx call sum_p exit: ret sum_p endp start: mov ax,2000h mov ds,ax mov ax,0 mov si,0 mov cx,7 call sum_p mov [si],ax mov ah,4ch int 21h code ends end start-code segment assume cs: codesum_p proc near jcxz exit add ax, cx dec cx call sum_pexit: retsum_p endpstart: mov ax, 2000h mov ds, ax mov ax, 0 mov si, 0 mov cx, 7 call sum_p mov [si], ax mov ah, 4ch int 21hcode ends end start
Platform: | Size: 2048 | Author: 陨石 | Hits:

[Multimedia programDeskTopPlayer

Description: 本程序实现在桌面上播放视频文件,可以播放avi,dat,wmv,mpg,mov格式文件-This program on your desktop to play video files, can play avi, dat, wmv, mpg, mov format
Platform: | Size: 39936 | Author: joe | Hits:

[ARM-PowerPC-ColdFire-MIPSCh02

Description: ARM定址方式 直接由暂存器取出值操作 指令中的位址为暂存器编号 例题: MOV R1,R2 R2 -> R1 SUB R0,R1,R2 R1 - R2 -> R0 -ARM addressing directly removed from the register value of the operation command in the address for the register number Example: MOV R1, R2 R2-> R1 SUB R0, R1, R2 R1- R2-> R0
Platform: | Size: 317440 | Author: 张台谦 | Hits:

[assembly languageDPJ

Description: ORG 0000H ljmp star org 0003h ljmp $ star:mov p1,#00h mov p2,#00h mov p3,#00h int: setb ea jiance bit p1.0 shoud bit p1.1 zid bit p1.2 syajin bit p1.3 smanjin bit p1.4 jkaiguan bit p1.5 xianwei bit p1.6 tingzhi bit p3.2 out: yajin bit p2.0 manjin bit p2.1 kuaijin bit p2.2 hanjie bit p2.3程序-ORG 0000Hljmp starorg 0003hljmp $ star: mov p1,# 00hmov p2,# 00hmov p3,# 00hint: setb eajiance bit p1.0shoud bit p1.1zid bit p1.2syajin bit p1.3smanjin bit p1.4jkaiguan bit p1.5xianwei bit p1.6tingzhi bit p3.2out: yajin bit p2.0manjin bit p2.1kuaijin bit p2.2hanjie bit p2.3 procedures
Platform: | Size: 1024 | Author: chuanji | Hits:

[SCM18B20hh

Description: --- 下面是DS18B20测温实验源程序 --------- ORG 0000H START: MOV SP,#60H 开机初始化 MOV P0,#0FFH MOV P1,#0FFH MOV P2,#0FFH MOV P3,#0FFH MAIN: LCALL GET_TEMPER 调用读温度子程序 LCALL DISP 调用数码管显示子程序 AJMP MAIN 重复循环--- The following is the experimental temperature DS18B20 source- ORG 0000HSTART: MOV SP,# 60H initialization boot MOV P0,# 0FFH MOV P1,# 0FFH MOV P2,# 0FFH MOV P3,# 0FFHMAIN: LCALL Reading temperature GET_TEMPER call LCALL DISP subroutine calls Subroutine digital tube display AJMP MAIN repeat cycle
Platform: | Size: 15360 | Author: xqf | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 16 »

CodeBus www.codebus.net