CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - qtopia

搜索资源列表

  1. qtopia_inst_x86

    0下载:
  2. Linux下的gui库安装脚本,包括QTE和Qtopia,请根据脚本的内容放置相应的开发包,此为x86版本,使用qvfb模拟framebuffer。-the gui Linux Installation scr ipts, including the QTE and Qtopia. Please put the contents of the scr ipt corresponding development kits, such as the x86 version, use qvfb sim
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:田丰
  1. qtopia-sjp

    0下载:
  2. qtopia环境的完全安装,非常详细,是很好的借鉴文档.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5377
    • 提供者:shenjinping
  1. arm_x86-qtopia.rar

    1下载:
  2. x86-qtopia.rar,qtopia开发环境最简易的安装,帮助您省去繁琐的步骤,环境变量自动添加,x86-qtopia.rar, qtopia development environment for the easiest installation, help you avoid the cumbersome steps, the environment variable is automatically added
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-21
    • 文件大小:35618801
    • 提供者:jacky
  1. arm-qtopia-20101105.tar

    0下载:
  2. 经典的Qtopia-2.2.0源代码包,集成嵌入式浏览器Konquor源代码,内置一键式编译命令“build",你可以使用记事本等软件打开,查看详细的编译移植过程。 另外还包含mktarget脚本,用以生成适合制作目标文件系统所需的二进制压缩包。-Classic Qtopia-2.2.0 source code package, integrated embedded browser Konquor source code, built-in one-click compilation com
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:55726080
    • 提供者:华宇
  1. qtopia-core-opensource-src-4.2.2.tar

    1下载:
  2. QT 开发环境里面一个很重要的文件,可已进行写手机桌面驱动,很好用-QT development environment inside a very important document that could have been written mobile desktop drive, a very good use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-01
    • 文件大小:59116772
    • 提供者:郭丰瑜
  1. widgets

    0下载:
  2. qtopia-phone-2.2.0下公共的控件实现源代码。-qtopia-phone-2.2.0 under the control of public source code to achieve.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:556356
    • 提供者:zzjw
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. Linux

    0下载:
  2. 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:94878
    • 提供者:朱信
  1. buttongroups

    0下载:
  2. 基于QT2.3.0编写的,所有按钮编程的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, all buttons programmed sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run succes
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:201484
    • 提供者:兰欣
  1. led_text_x86

    0下载:
  2. 基于QT2.3.0编写的,LED操作的示例程序。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, LED operation sample program. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run successfully.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:34808
    • 提供者:兰欣
  1. pwm

    1下载:
  2. 基于QT2.3.0编写的,pwm控制蜂鸣器的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, pwm control the buzzer of the sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 r
  3. 所属分类:Embeded Linux

    • 发布日期:2015-09-21
    • 文件大小:313746
    • 提供者:兰欣
  1. GPRS

    0下载:
  2. 基于qtopia-2.2.0的GPRS速传窗体源码,在Redhat9上编译通过,此为x86版本,是有qt自带qvfb仿真-The GPRS based qtopia-2.2.0-speed transmission source form, compiled in Redhat9 through, this is the x86 version, there is a qt own qvfb Simulation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:43864
    • 提供者:menglei
  1. GPRS-arm

    0下载:
  2. 基于qtopia—2.2.0的gprs速传窗体源码,此为ARM版本,可移植到S3C2440板子上-Gprs on qtopia-2.2.0-speed transmission form the source, this is the ARM version, can be transplanted to S3C2440 board
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:32964
    • 提供者:menglei
  1. Qtopia_CoreMP3

    0下载:
  2. 基于Qtopia Core的MP3 播放器在ARM—Linux-Based on Qtopia Core MP3 players ARM-Linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:209460
    • 提供者:goalwind
  1. x86-qtopia-20100420.tar

    0下载:
  2. qtopia x86源代码 可在pc上编译运行-qtopia x86 source code can be compiled and run on the pc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-12
    • 文件大小:55728128
    • 提供者:luxingmin
  1. qtopia

    0下载:
  2. 一个关于控制相机的上位机的界面设计,开发环境是linux+qtopia-A PC on the control of the camera' s interface design, development environment is linux+ qtopia
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:53056
    • 提供者:lijianmin
  1. qtopia.tar

    0下载:
  2. 包含了Qtopia的linux文件系统,在FL2440上跑过,很好用!-Qtopia includes the linux file system, ran on the FL2440, very good use!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-26
    • 文件大小:8852937
    • 提供者:赵浩
  1. qtopia-core-opensource-src-4.3.2.tar

    0下载:
  2. qtopia-core-opensource-src-4.3.2.tar.gz 奇趣公司的使用QT做的桌面系统,其最终版为4.4.3-qtopia-core-opensource-src-4.3.2.tar.gz This is the desktop system,which Trolltech created using QT. Its final version is 4.4.3.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-10-30
    • 文件大小:54592512
    • 提供者:孙强
  1. Mini6410--Qt4-Qtopia

    0下载:
  2. Mini6410 Qt4和Qtopia编程开发指南-Mini6410 Qt4, and Qtopia Programming Developer s Guide
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-02
    • 文件大小:6806769
    • 提供者:刘欣东
  1. led-qtopia

    0下载:
  2. qtopia的led灯实例,非常实用,适合qtopia2.2.0的初学者,由于友善没有提供好的教程,这里提供一下,给大家参考。-Examples qtopia led lights, very practical, suitable qtopia2.2.0 beginners, as friendly and does not offer a good tutorial, here, give your reference.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:22539
    • 提供者:黄龙兴
« 12 3 »
搜珍网 www.dssz.com