CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mov

搜索资源列表

  1. movToyuv

    0下载:
  2. yuv格式转换工具,mov 的转换,visual c++编写-YUV translator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:132658
    • 提供者:wdx
  1. IIC______EEPROM

    0下载:
  2. IIC 往EEPROM 存取数据 并在二极管上显示 ORG 0000H LJMP MAIN SDA BIT P2.0 SCL BIT P2.1 MTD EQU 30H MRD EQU 31H 读的总子程序 I2CREAD: LCALL STA 起始 MOV A,#0A0H LCALL WRBYT 发送芯片地址数据 LCALL CACK 接收ACK MOV A,MRD LCALL WRBYT 发送
  3. 所属分类:SCM

    • 发布日期:2017-10-30
    • 文件大小:5654
    • 提供者:张德开
  1. playVideo

    0下载:
  2. 播放MP4或者mov格式的视频,并且可以控制视频播放进度,暂停,播放等功能。-Play MP4 or mov video format, and you can control the video playback progress, pause, playback and other functions.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2016-01-24
    • 文件大小:2493440
    • 提供者:jeff
  1. mov

    0下载:
  2. 这是一个影院售票管理系统的需求分析文档。-This is a cinema ticket management system needs analysis document.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:250208
    • 提供者:yang
  1. mov-eax

    0下载:
  2. 很常用,很古老的汇编源码。新手学习必备哦-Very common, very old assembler source code. Oh novice learning essential
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:50731
    • 提供者:黄磊
  1. shumaguanxianshi

    0下载:
  2. 数码管显示功能MOV P0,A 将第二个字形码送P0口 CLR SECOND 开第二位显示器 LCALL DELAY 延时 SETB SECOND 关第二位显示 POP PSW POP ACC RET-Digital tube display MOV P0, A glyph code will be sent to the second port P0 CLR SECOND open second monitor LCALL DELAY delay SETB SEC
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:10703
    • 提供者:正经
  1. mov

    0下载:
  2. 计算(x+125-x*y)/z,设x、y、z 为16位有符号的字变量,计算后将商存入x,余数 存入y中。假设x=3、y=4、z=10-Computing (x+125-x* y)/z, set x, y, z 16-bit signed word variable, calculated after the trader deposited x, y in the remainder deposited. Assuming x = 3, y = 4, z = 10
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:926
    • 提供者:隆会
  1. mov

    0下载:
  2. 完成了单片机的cpu操作系统中,指令集的数据传送类指令-Complete microcontroller cpu operating systems, data transfer instruction class instruction set
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2154060
    • 提供者:王碧琳
  1. MoviePlay

    0下载:
  2. 本实例将介绍一个电影媒体播放器.可以播放AVI、MOV、mpf、或mpeg等格式的电影文件。通过这个实例。读者可以掌握使用DirectDraw进行多媒体编程方法。-This example describes a movie media player that can play movie files AVI, MOV, mpf, or mpeg and other formats. Through this instance. Readers can master the use of Dir
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:64486
    • 提供者:张洪荣
  1. YANG(004)

    1下载:
  2. 用HT46R004做的一个养生壶,可控硅加热控制,共阳扫描数码管。已量产数十万。-HT46R004\BTA16org 0004h mov workbak,a mov a,status mov statusbak,a jmp intsub_e ################ org 0008h mov workbak,a mov a,status
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:5867
    • 提供者:weixiyuan
  1. player-code

    0下载:
  2. 极酷阳光播放器V2.5版(经典款)(时尚款)RTMP播放器 * 支持跨终端播放,适配PC终端/苹果终端(含IPHONE、IPAD)/安卓终端(含安卓手机和安卓平板);New * 支持RTMP协议(支持red5,wowza,FMS等rtmp流媒体点播与直播);也支持http协议; New * 支持5种广告功能:支持前置广告、视频广告、暂停广告、角标广告、后置广告; New * 提供更丰富的JS函数接口,用于更方便的处理AS与JS的交互,以及JS与AS的交互; New * 支持视
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:紫梦
  1. basemedia-72293

    0下载:
  2. C# Base Media File Format Library. C# parser libraries and tools for a variety of common media containers including MP4, MOV, ISMV, 3GP, DCF, JP2, MJ2, M21, DVB, F4V and TS. Parses ISO Base Media File Format files including QuickTime (.mov, .m
  3. 所属分类:CSharp

    • 发布日期:2017-06-10
    • 文件大小:17632346
    • 提供者:haco
  1. hex2str

    0下载:
  2. this an hext2tsring algortym _hex_to_string proc mov ecx, 8 _loop1: movzx eax, byte ptr [esi] mov ebx,eax and eax,15 cmp eax, 9 jg _jg1 add eax,30h jmp _jmp1 _jg1: add eax,37h _jmp1: shr ebx,4 cmp ebx, 9 jg _jg2 add
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:3454
    • 提供者:coder
  1. helloworld

    0下载:
  2. 打印出Helloworld字样,另一个展示3D动画和音乐特效。-Print Helloworld.Present 3D mov with music
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7326
    • 提供者:Tsinghua
  1. VEDIO3

    0下载:
  2. 基于MFC多媒体播放器,用文件添加,文件打开,列表生成,支持WMV,MOV格式文件-the multimedia player that based MFC
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3788490
    • 提供者:饶永康
  1. VideoPlay

    0下载:
  2. 利用DirectShow技术开发的一款视频播放器软件,支持多种视频、音频格式,如MPG、AVI、RMVB、MP3、MID、WA、MOV、QT、WMV、WMA、ASF等-Use DirectShow technology development of a video player software that supports multiple video and audio formats, such as MPG, AVI, RMVB, MP3, MID, WA, MOV, QT, WMV, W
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:221555
    • 提供者:刘毅
  1. trunk-811

    1下载:
  2. 很好的开源Flash视频服务器,它现在支持文件类型为“flv, mp3, mp4, m4a, m4v, mov, f4v” C++实现的crtmpserver,支持Flash(RTMP,RTMPE,RTMPS,RTMPS,RTMPT,RTMPTE),Linux平台;-C++ implementation of crtmpserver, support Flash (RTMP, RTMPE, RTMPS, RTMPS, RTMPT, RTMPTE), Linux, windows platfo
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-11
    • 文件大小:2368998
    • 提供者:王亮
  1. yuv2mov

    0下载:
  2. 在matlab环境下,将YUV视频格式转换为matlab可以处理的mov视频格式-In the matlab environment, the YUV video format conversion mov video format that can be processed for matlab
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:1497
    • 提供者:夏云
  1. Audio_video

    1下载:
  2. 用C#(VS2013)编写的可以实现mp3、mp4、mov等音频和视频的播放功能。并且实现循环播放、单曲循环等播放器常用功能.-Written with C# ,MP3, MP4, MOV and other audio and video playback. And the realization of loop, single cycle player commonly used functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:325898
    • 提供者:
  1. 1

    0下载:
  2. S7200 数据初始化 VB VW MB等等 MOV指令直接传送-S7200 data initialization
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1026
    • 提供者:www
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com