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

Search list

[mpeg mp3MoviePlay

Description: 一个多媒体播放器的源代码,支持.avi .mpg .mpeg .mov等视频格式,学习多媒体编程的看看吧,绝对不会令你失望的。
Platform: | Size: 43308 | 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
Platform: | Size: 2278 | Author: 陨石 | Hits:

[Multimedia programDeskTopPlayer

Description: 本程序实现在桌面上播放视频文件,可以播放avi,dat,wmv,mpg,mov格式文件
Platform: | Size: 40512 | Author: joe | Hits:

[Other resourceCh02

Description: ARM定址方式 直接由暂存器取出值操作 指令中的位址为暂存器编号 例题: MOV R1,R2 R2 -> R1 SUB R0,R1,R2 R1 - R2 -> R0
Platform: | Size: 317219 | Author: 张台谦 | Hits:

[Multimedia program543

Description: 豪杰超级解霸绝对算得上是一个经典的国产媒体播放器软件,虽然目前此类软件百花齐放,但它依然拥有着相当多的电脑用户。 尽管它并不那么漂亮,但支持Windows 平台上几乎所有流行的音频、视频格式(比如:流行的DivX、RMVB 、ASF、WMV、MOV、VQF 等格 式统统不在话下);具有超强纠错及DVD 纠错防读死等多种独到的特性,使之仍然保持着媒体播放的首选软件的位置。
Platform: | Size: 167131 | 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程序
Platform: | Size: 832 | Author: chuanji | Hits:

[Other resource18B20hh

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 重复循环
Platform: | Size: 15161 | Author: xqf | Hits:

[Search Enginemov

Description: 1、改善网页界面,加速网页读取熟读 2、增加了几款模版样式。 3、增加了明星专辑搜索。 4、增加了电影页面评论功能。(评论系统请仔细看说明) 5、增加后台首页公告功能。 6、修改友情链接跟统计代码的生成方法,增加了图片友情链接功能 7、修正V2.X所有的错误。
Platform: | Size: 1358522 | Author: 马彦 | Hits:

[JSP/JavaMyMovie

Description: java的一个可以播放mov文件的播放器编写程序,具有截取图片的功能。
Platform: | Size: 3954 | Author: haha | Hits:

[assembly languagefilesys

Description: 自主开发的文件系统,自由协议 调用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以数字0结束 mov [7f01h,al 本例中文件数据位于内存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax
Platform: | Size: 1247 | Author: 自由 | Hits:

[assembly language20070410110853762

Description: MOV P2 ,#0FFH MOV P3 ,#0FFH ACALL DEL AJMP MAIN ORG 0200H DEL: MOV R5,#04H F3: MOV R6,#0FFH F2: MOV R7,#0FFH F1: DJNZ R7,F1 DJNZ R6,F2 DJNZ R5,F3 RET END
Platform: | Size: 338548 | Author: 秦志 | Hits:

[Other resourceeasy51

Description: 123456uyygbb温度传感器ds1820 的汇编程序     晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------读出转换后的温度值 GET_TEMPER: SETB DQ 定时入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在则返回 S22:LCALL DELAY1 MOV A,#0CCH 跳过ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 发出温度转换命令 LCALL WRITE_1820
Platform: | Size: 836461 | Author: myyao | Hits:

[WEB Code汇编语言课程设计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: 11952 | Author: 高赈寰 | Hits:

[Other resourceHBSC

Description: 通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次压入堆栈. POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次弹出堆栈. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次压入堆栈. POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次弹出堆栈. BSWAP 交换32位寄存器里字节的顺序 XCHG 交换字或字节.( 至少有一个操作数为寄存器,段寄存器不可作为操作数) CMPXCHG 比较并交换操作数.( 第二个操作数必须为累加器AL/AX/EAX ) XADD 先交换再累加.( 结果在第一个操作数里 ) XLAT 字节查表转换. ── BX 指向一张 256 字节的表的起点, AL 为表的索引值 (0-255,即 0-FFH) 返回 AL 为查表结果. ( [BX+AL]->AL )
Platform: | Size: 2829 | Author: wanjiaye | Hits:

[Embeded-SCM DevelopFM

Description: 蜂鸣器唱《祝你平安》 * * ********************************************************************************/ SPK bit P2.3 ORG 0000H LJMP START ORG 000BH INC 20H 中断服务,中断计数器加1 MOV TH0,#0D8H MOV TL0,#0EFH 12M晶振,形成10毫秒中断
Platform: | Size: 1257 | Author: 解敏超 | Hits:

[assembly languageshujujiai

Description: 数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme!$ qq db 0dh,0ah, when you input number,press enter.$ qw db 0dh,0ah, 6eh,52h,94h,52h,$ qa db 0dh,0ah, $ info1 db 0dh,0ah,0dh, input number:$ info2 db 0dh,0ah, output number:$ bufa db 20
Platform: | Size: 2895 | Author: ty | Hits:

[Multimedia program电影播放器

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

[Other resource温度检测部分单片机程序

Description: SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2.0, ADC conversion completed testing ADC0809 not? CALL DISP show subroutine call JMP WAIT ADC : MOVX A, @ R0 good data will be converted into the accumulator CALL L1 metric conversion subroutine call MOV RI, # OFFH show Delay
Platform: | Size: 3968 | Author: 刘浪 | Hits:

[Other液晶写指令

Description:

 

wcom:  mov r22,ra
        add r5,r0,r0
        addi r5,r0,0x1
        movia r10,0x40000
        call delay
        movia r6,rs
        stbio r0,0(r6)          /* rs=0*/
        movia r6,rw
        stbio r0,0(r6)          /* rw=0*/
        movia r6,dat            /*dat=r1*/
        stbio r7,0(r6)
        movia r6,en
        stbio r5,0(r6)          /* en=1*/
        movia r10,0x40000
        call delay
        stbio r0,0(r6)          /* en=0*/
        movia r10,0x40000
        call delay
        mov ra,r22
        ret

Platform: | Size: 266 | Author: laizhihua203 | Hits:

[Multimedia DevelopMIDI播放器

Description: 通过微软自己封装的类写的一款音频/视频播放器 可以播放AVI MP3 mov pbg登多种视频音频格式 使用了异形窗口 界面做了美化处理 基本实现了播放器的各种功能
Platform: | Size: 6285827 | Author: 616979152@qq.com.cn | Hits:
« 1 2 3 45 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net