登录
首页 » 嵌入式系统 » 用C++开发的qt媒体播放器,使用了mpg插件

用C++开发的qt媒体播放器,使用了mpg插件

于 2022-07-10 发布 文件大小:886.72 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

用C++开发的qt媒体播放器,使用了mpg插件-C++, developed in qt media player, use the mpg plug-in

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • blocks for real
    ecos为实时嵌入式操作系统,适合软件硬件相结合的嵌入式系统开发人员使用。-blocks for real-time embedded operating system, software and hardware suitable for the combination of embedded system developers to use.
    2022-08-18 15:08:14下载
    积分:1
  • mega8 四路PWM输出
    mega8 四路PWM输出--Mega8 s 4 way PWM output .
    2023-08-14 20:45:03下载
    积分:1
  • flashdownloader, 利用此程序可以对AMD flash 进行编程操作,平台为ADS1.2...
    flashdownloader, 利用此程序可以对AMD flash 进行编程操作,平台为ADS1.2-flashdownloader. this procedure can be used for AMD flash programming operation platform for ADS1.2
    2023-02-26 15:00:03下载
    积分:1
  • 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不...
    总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to
    2022-10-25 13:50:03下载
    积分:1
  • VC_ch341-i2c源码
    应用背景CH341串口使用方法:     CH341实现USB转串口,在逻辑功能方面的使用方法与普通计算机串口相同。     与普通计算机串口的区别:       CH341提供的是仿真串口,所以不支持串口本身的纯硬件操作,例如I/O操作,       普通计算机串口是静态设备,而CH341串口是动态设备,理论上随时会断开,       CH341的附加功能(下面有介绍):读取外部串行EEPROM,支持更高波特率。     提供“模块调试”工具,启动后将“类型”选择为“手工输入发送”,       打开串口后就可以用于CH341串口或者普通串口的输入输出监控及收发调试。关键技术CH341连接24C0X,A2=A1=A0=GND,将仿真串口的波特率选择为300bps, 可以用串口监控/调试工具软件演示: 1、发出命令包,为4个十六进制数据: 40 A1 01 00    将24C0X中地址为01H的数据读出,可以从串口接收到一个字节的数据 2、发出命令包,为4个十六进制数据: 40 A0 2A 69    将一个字节的数据69H写到24C0X中地址为2AH的单元,通常等待10mS后才能进行下一个操作 3、发出命令包,为4个十六进制数据: 40 A5 E7 00    将24C0X中地址为02E7H的数据读出,可以从串口接收到一个字节的数据    注意,只有24C08和24C16中有地址为02E7H的数据单元
    2022-01-25 19:10:34下载
    积分:1
  • 音乐播放器,音乐播放器developemntm developemntmusic播放器开发
    music player developemntm usic player developemntmusic player developemnt-music player developemntmusic player dev elopemntmusic player developemntmusic playe r p developemntmusic player developemntmusic layer developemnt
    2022-12-12 12:55:03下载
    积分:1
  • mini2440裸机拼图游戏
    运行在mini2440上,裸机开发,液晶屏为索尼的X35,在触摸屏驱动的基础上开发拼图游戏
    2023-07-25 00:25:03下载
    积分:1
  • 该源程序主要实现对IO口的操作,使自己对SOPC的IO口能够有更深的认识...
    该源程序主要实现对IO口的操作,使自己对SOPC的IO口能够有更深的认识-The main source implementation of the IO port operations, so that their right SOPC" s IO port to have a deeper understanding of
    2022-01-25 23:03:52下载
    积分:1
  • a clock with multiple functions
    多功能计时器,具有校准,显示,可分别多秒,分小时,年,月,日操作和显示-a clock with multiple functions
    2022-01-25 19:04:30下载
    积分:1
  • verilog编写,rtl风格,流水线设计,实现图像rgb格到yuv格的转换。...
    verilog编写,rtl风格,流水线设计,实现图像rgb格式到yuv格式的转换。-Verilog prepared, rtl style, pipeline design, realize image rgb to yuv format format conversion.
    2022-05-28 18:35:35下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载