Welcome![Sign In][Sign Up]
Location:
Search - qt 4.11

Search list

[Special Effectsacs4qt411p1

Description: QT 4.11 VC2005 patch
Platform: | Size: 157666 | Author: Rogers | Hits:

[Other resourceQT3.3.4

Description: QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*320屏外加触摸屏 cramfs文件系统 软件: cross-2.95.3.tar.bz2 qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2 tmake-1.11.tar.gz 经测试,在3.3.2的交叉编译工具也通过
Platform: | Size: 7799 | Author: han | Hits:

[AlgorithmMAIN 3-DIMENSIONAL CFD-PROGRAM

Description:

 

#//u(i,j)        x方向的速度u;或者θ方向速度
#//u(i,j)        y方向的速度v;或者径向速度ur'h\K
#//pc(i,j)       压力修正 p'[OS
#//p(i,j)        压力p-=5-+
#//p(i,j)        密度ρBk
#//p(i,j)        扩散系数γQ"G48E
#//t(i,j)        温度Tn7/bKr
#//ake(i,j)        湍流脉动能量k971E
#//dis(i,j)      动能的耗散率ε4
 
//amut(i,j)     湍动扩散系数+
//gen(i,j)      湍流能量的生成率S
//f(i,jnf)     不同的φ变量M
//lsolve(nf)   1,求解变量f(i,j,nf)  8
//lprint(nf)   1,打印变量f(i,j,nf)   ~f
//lblk(nf)     1,对变量f(i,j,nf)应用块修正b5|{@U
//mode         选择坐标系的变量. 目前只支持mode=1.
mode=1 直角坐标系(x~y)BMI
mode=2 圆柱坐标系(r~z)^pg>)
mode=3 极坐标(r~θ)   Z^r[LE
solve子程序中求解变量f(i,j,nf)的重复扫描次数 b
变量fi,j,nf)的字符性标题 |L;
 
//xl    计算区域在x方向上的宽度)?
//yl    计算区域在y方向上的宽度@ob
//l1     x方向上主控制体的网格数。也是x方向上压力节点位置的最后一个i值。
//m1   y方向上主控制体的网格数。也是y方向上压力节点位置的最后一个j值。
//dt           时间步长 △t
//第三部分网格设定的变量
//x(i)        节点位置的x
//xu(i)       主控制容积在x方向的界面位置,即速度u(i,j)所在位置
//xdif(i)     差值 x(i)-x(i-1)
 //xcv(i)      主控制容积在x方向上的宽度
//xcvs(i)     速度u(i,j)的控制容积在x方向上的宽度
//y(j)        节点位置的y
//yv(j)       主控制容积在y方向的界面位置,即速度v(i,j)所在位置
//ydif(j)     差值 y(j)-x(j-1)
//ycv(j)      主控制容积在y方向上的宽度
//ycvs(j)     速度v(i,j)的控制容积在y方向上的宽度
////r(i,j)      主网络节点的半径r
////rmn(j)      在速度v(i,j)所在处的半径r之值
////sx (j)      主网格节点位置y(j)x方向上的标尺因子
//sxmn(j)     在界面位置yv(j)x方向的尺度因子
       //上面四个变量应用于非直角坐标系的情况
//xcvi(i,j)   xcv(i) 中与u(i,j)的控制容积相覆盖的部分
//xcvi(i,j)   xcv(i) 中与u(i+1,j)的控制容积相覆盖的部分
//ycvr(j)     主控制容积垂直于x方向的面的面积
//ycvrs(j)    速度v(i,j)的控制容积垂直于x方向的面的面积
//arx(j)      x方向相垂直的控制容积的面积
//arxj(j)     arx(j)中与速度v(i,j)的控制容积相覆盖的部分
//arxjp(j)    arx(j)中与速度v(i,j+1)的控制容积相覆盖的部分
//arxjarjxp实际上对应于x方向上的ycviycvip
 
//第四部分差分方程系数设定的变量
//con(i,j)    离散方程中的常数项b,在子程序gamsor中又作为存储sc的单元
//aip(i,j)    系数ae
//aim(i,j)    系数aw
//ajp(i,j)    系数an
//ajm(i,j)    系数as
//ap(i,j)     系数ap,在在子程序gamsor中又作为存储sp的单元
//flow         穿过控制容积界面的质量流率
//diff         扩散传导性 D
//acof         DIFLOW子程序计算的量,它给出了对流与扩散作用的联合影响
 
//第五部分求解差分方程过程中的变量求解
//du(i,j)     影响u(i,j)de
//dv(i,j)     影响v(i,j)dn
//pv(j)       用于计算主网络节点i,j上的质量流率的ρvr的插值因子:计算式如下: //fvp(j)      说明同上
//fx(i)       用于计算主控制容积界面(即速度u(i,j)所在处)的密度
 
//            rhom的插值因子,计算式如下:
 
//fxm(i)      说明同上
//pt(i)pt(j) tdma中的转换系数(消元过程中)l
//qt(i)qt(j) tdma中的转换系数(消元过程中)
//第六部分 index变量
int nf;               //nf           标明不同φ变量的下标值
int nfmax;         //nfmax        设有存储单元的nf的最大值
int np;              //(nfmax)      p(i,j)实际为f(i,j,nfmax)
int nrho;           //(nfmax+1)    rho(i,j)实际为f(i,j,nfmax)
int ngam;         //(nfmax+2)    gam(i,j)实际为f(i,j,nfmax+2)n
int l2;              //l2           (l1-1)
int l3;              //l3           (l1-2)
int m2;           //m2           (m1-1)
int m3;           //m3           (m1-2) 2
int ist;                    //ist          i的第一个内节点值`
int jst;                    //jst          j的第一个内节点值
int iter;                   //iter         不稳态问题的步进计数
int last;                   //last         用户所规定的最大迭代计数
int iter1;             //iter1        一个时间点求解setup2( )的迭代次数
double time;              //time         不稳态问题中的时间t
int ipref;              //ipref        压力参考结点的i
int jpref;                //jpref        压力参考结点的j=/
 
//第七部分其它变量
double rhocon;           //rhocon       密度为常数的问题中的ρ
int lstop;                 //lstop        =1时,停止计算
double  smax;            //smax         p'方程中的质源的最大值

double  ssum;            //ssum         p'方程中的质源的代数和


Platform: | Size: 11439 | Author: tanglincn | Hits:

[Special Effectsacs4qt411p1

Description: QT 4.11 VC2005 patch
Platform: | Size: 157696 | Author: Rogers | Hits:

[ARM-PowerPC-ColdFire-MIPSQT3.3.4

Description: QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*320屏外加触摸屏 cramfs文件系统 软件: cross-2.95.3.tar.bz2 qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2 tmake-1.11.tar.gz 经测试,在3.3.2的交叉编译工具也通过-Yuanfeng QT3.3.4 in 2410 on the transplantation HOST environment (virtual machine VM6.0): system: redhat 9 install cross tools fully arm 2.95.3TARGET environmental arm 2410240* 320 screen plus a touch-screen software CRAMFS file system: cross-2.95.3. tar.bz2qt-embedded-free-3.3.4.tar.bz2 qt-x11-free-3.3.4.tar.bz2tmake-1.11.tar.gz tested in cross-compile tools 3.3.2 through
Platform: | Size: 7168 | Author: han | Hits:

[Linux-Unix7.2_Kphone4.2

Description: Kphone 是其于QT界面的开源SIP 软件电话,支持语音,视频和文字消息交流.经测试,可以在Redhat 9.0 直接编译通过.在Arm-Linux 上需要比较多移植工作 以下是Kphone 是在SBC2410 ,Arm-Linux 2.6.11 内核移植过 -QT are Kphone its software interface, open source SIP phone to support voice, video and text message exchanges. After the test, you can direct the compiler through the Redhat 9.0. Arm-Linux at more necessary on the following transplants are at Kphone are SBC2410, Arm-Linux 2.6.11 kernel had transplantation
Platform: | Size: 7168 | Author: hdf | Hits:

[OtherQT

Description: 一步 做QT设计 第一章 界面设计器 3 第1节 界面设计效果 3 第2节 界面设计 3 第3节 添加槽与连接 7 第4节 建立工程 8 第二章 QmainWindow 11 第三章 QdockWindow 11 第四章 菜单栏 15 第五章 QT在UNIX中的安装和使用 16 第1节 QT在UNIX中的安装 16 第2节 QT在UNIX中的使用 17-QT do step-by-step interface design Designer chapter 3 the effect of an interface design 3 2 interface design in section 3 to add 3 slot 7 and 4 to connect the establishment of the project QmainWindow 11 Chapter 8 Chapter III Chapter IV QdockWindow 11 menu bar 15, the fifth chapter of QT in the UNIX installation and use of 16 1 QT installed in UNIX in 16 2 QT in the use of UNIX in 17
Platform: | Size: 379904 | Author: 猫扑 | Hits:

[OtherQt4.pdf

Description: 《Linux窗口程序设计——Qt4精彩实例分析》共分11章,以循序渐进的方式对Qt应用开发进行了介绍,涵盖了界面外观、图像处理、磁盘文件、网络与通信、事件等程序设计中经常涉及的内容。其内容全面,针对性强,叙述言简意赅、清晰流畅,讲解透彻,通俗易懂,图例丰富,所有实例均在Linux和Windows操作系统下进行了验证。-Linux Windows Programming- Qt4 wonderful examples of analysis is divided into 11 chapters, a gradual and orderly manner Qt application development were introduced, covering the interface appearance, image processing, disk file, network and communications, events and other programming is often related content. The contents of a comprehensive, targeted, concise narrative, clear and smooth, explain the thorough, user-friendly, rich in legend, all instances are in Linux and Windows operating system has been verified.
Platform: | Size: 41061376 | Author: Kevincao | Hits:

[OtherQt4

Description: 《Linux窗口程序设计:Qt4精彩实例分析》分11章,以循序渐进的方式对Qt应用开发进行了介绍,涵盖了界面外观、图像处理、磁盘文件、网络与通信、事件等程序设计中经常涉及的内容。作者希望通过《Linux窗口程序设计:Qt4精彩实例分析》为想学习Qt编程的读者提供入门的指导,也为从事Qt开发应用的读者提供帮助。 -《Linux Windows Programming: Qt4 wonderful examples of analysis》
Platform: | Size: 40342528 | Author: 崔璐 | Hits:

[GDI-BitmapForm1

Description: “文字格式”工具栏 “文字格式”工具栏- Visual Basic(7880) Visual C++(306) VBScript(76) Others(73) WINDOWS(55) VBA(48) C-C++(42) MultiPlatform(39) ASP(38) Delphi(34) Java(30) CSharp(29) SQL(22) C++ Builder(22) Windows_Unix(20) CHM(16) WORD(14) C++(14) DOS(13) PDF(11) Unix_Linux(11) matlab(8) TEXT(6) VFP(5) PPT(5) Asm(4) HTML(4) JavaScript(3) UNIX(3) PHP(2) FlashMX(2) LabView(2) Borland C++(2) PowerBuilder(2) PHP-PERL(1) VHDL(1) Fortran(1) Perl(1) Pascal(1) QT(1) Video(1) IDL(1) EasyLanguage
Platform: | Size: 2048 | Author: 刘子龙 | Hits:

[Linux-Unixembedded-Linux-application

Description: 嵌入式Linux应用程序开发详解 目录: 第1 章 Linux 快速入门 第2 章 Linux 基础命令 第3 章 Linux 下的C 编程基础 第4 章 嵌入式系统基础 第5 章 嵌入式Linux开发环境的搭建 第6 章 文件IO编程 第7 章 进程控制开发 第8 章 进程间通信 第9章(多线程编程) 第10章(嵌入式Linux网络编程) 第11章(嵌入式Linux设备驱动开发) 第12章(Qt图形编程)-Embedded Linux application development explain Contents: Chapter 1 Getting Started Chapter 2 Linux Linux-based command in Chapter 3 C programming under Linux-based embedded systems Chapter 4 Chapter 5 based embedded Linux development environment to build the first 6 Chapter file IO Programming Chapter 7 process control development in Chapter 8 Chapter 9, inter-process communication (multi-threaded programming) Chapter 10 (embedded Linux network programming) Chapter 11 (embedded Linux device driver development) Chapter 12 (Qt Graphics Programming)
Platform: | Size: 11557888 | Author: | Hits:

[Linux-UnixQT_GUI_Design_Papers

Description: QT界面设计论文集,包含1.嵌入式Linux的图形界面技术研究与实现 2.基于嵌入式Linux系统的Qt_Embedded图像处理界面开发 3.基于嵌入式Linux的 GUI应用程序的实现 3.基于ZigBee技术的智能家居环境监测系统 4.基于QT的嵌入式综合媒体无线触摸屏系统 5.基于QtEmbedded和Qtopia的嵌入式GUI研究与实现 6.基于QtEmbedded的嵌入式控制界面开发 7.基于Qt_Embedded的嵌入式GUI系统的研究与构建 8.基于linux的数据采集及在QT界面的显示 9.基于ARM的PDA软硬件平台设计 10.qt触摸屏的智能家居无线传输系统设计 11.Embedded的图形用户界面移植-Proceedings QT interface design, including 1 embedded Linux GUI technology research and implementation of 2 based on embedded Linux system Qt_Embedded 3 image processing interface development based on embedded Linux GUI applications to achieve 3 based on ZigBee technology 4 smart home environment monitoring system based on QT embedded integrated wireless touch-screen media system 5. QtEmbedded and Qtopia-based research and implementation of embedded GUI 6. QtEmbedded based development of embedded control interface 7. Qt_Embedded embedded GUI systems based on the research and build 8 linux-based data acquisition and display of the QT interface 9 of the PDA hardware and software platforms based on ARM designs 10.qt touch-screen smart home wireless transmission system design 11.Embedded portable graphical user interface
Platform: | Size: 18370560 | Author: liulei | Hits:

[Linux-UnixQT-develop

Description: qt开发教程,很全面 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理 附录A qmake 命令 附录B make 命令 附录C Qt 资源-about QT develop
Platform: | Size: 8102912 | Author: think | Hits:

[GUI DevelopQtSrc

Description: QT初级学习源码 分11章介绍学习 第1章 基本对话框 第2章 布局管理 第3章 对话框进阶 第4章 QMainWindow 第5章 图形与图画 第6章 Graphics View 第7章 ModelView 第8章 网络与通信 第9章 磁盘文件 第10章 事件 第11章 其它 很适合刚刚入门的QT初学者 -QT primary learning source is divided into 11 chapters introduce learning the Chapter 7 ModelView of the graphics and pictures of Chapter 4 of Chapter 3, Chapter 2, Chapter 1 Basic dialog box layout manager dialog box Advanced QMainWindow Chapter 5 Chapter 6 Graphics View Chapter 8 network other QT beginners it is suitable for beginners and communication Chapter 9 Chapter 10 events of the disk file Chapter 11
Platform: | Size: 5175296 | Author: 杨洋 | Hits:

[OtherThe-Tiny6410-Linux-Development-Guide

Description: Tiny6410 Linux开发指南,友善之臂一款tiny6410的开发板,随板自带的文档 帮助爱好者更好的自学。文档内容如下:1.1 初试Linux之图形界面Qtopia-2.2.0,Qtopia4和QtE-4.7.0系统 1.2 通过串口终端操作开发板 1.3 安装并设置Fedora9 1.4 解压安装源代码及其他工具 1.5 配置和编译U-boot 1.6 配置和编译内核(Kernel) 1.7 配置和编译busybox 1.8 制作目标板文件系统映象 1.9 嵌入式Linux应用程序示例 1.10嵌入式Linux驱动程序示例 1.11 编译Qtopia-2.2.0 1.12 编译QtE-4.7.0 1.13 编译Qtopia4(Qt-Extended-4.4.3) 1.14 选择哪个版本的Qt进行开发 操作和介绍很清晰,便于嵌入式学习者使用。-The Tiny6410 Linux Development Guide, the friendliness arm a tiny6410 development board, documentation that comes with the board to help enthusiasts better self-learning. The document reads as follows: 1.1 first test of the graphical interface of Linux Qtopia-2.2.0 Qtopia4 QtE-4.7.0 system 1.2 development board through the serial port terminal operations 1.3 Installation and set-extracting install the source code and other tools Fedora9 1.4 1.5 configure and compile U- boot 1.6 configure and compile the kernel (Kernel) 1.7 configuration and compile busybox 1.8 production target board file system image 1.9 embedded Linux application example of 1.10 embedded Linux driver example 1.11 compile Qtopia-2.2.0 1.12 compiled QtE-4.7.0 1.13 compiled Qtopia4 (Qt-Extended-4.4.3) 1.14 very clear and easy to choose which version of Qt development operations and introduce embedded learner.
Platform: | Size: 5737472 | Author: 杨洋 | Hits:

[Linux-Unixlinux-pdf

Description: 第1章Linux快速入门,第2章Linux基础命令,第3章Linux C编程基础,第4章嵌入式系统基础,第5章嵌入式Linux开发环境搭建,第6章文件IO编程,第7章进程控制开发,第8章进程间通信,第9章Linux多线程编程,第10章嵌入式Linux网络编程,第11章嵌入式Linux设备驱动开发,第12章嵌入式Linux Qt图形编程-Chapter 1 Linux Quick Start Chapter 2 Linux based command, Chapter 3 Linux C Programming Fundamentals, Chapter 4 based embedded system, Chapter 5 embedded Linux development environment to build, Chapter 6 file IO programming, Chapter 7 process control development, Chapter 8 interprocess communication, Chapter 9 Linux multithreaded programming, embedded Linux network programming Chapter 10, Chapter 11 embedded Linux device driver development, Chapter 12 Embedded Linux Qt graphical programming
Platform: | Size: 11033600 | Author: jiezhou | Hits:

[mpeg mp3netRadio_v1.0.11

Description: Internet Radio Player. Open Source. Complete Project. Built for Windows, Linux and MacOS(universal bin). Help files built with Help N Doc application. Has many features: Audio Scope, Records in .mp3, .acc, .wav, etc. Uses QT 4.7.3 and Bass Audio Library.-Internet Radio Player. Open Source. Complete Project. Built for Windows, Linux and MacOS(universal bin). Help files built with Help N Doc application. Has many features: Audio Scope, Records in .mp3, .acc, .wav, etc. Uses QT 4.7.3 and Bass Audio Library.
Platform: | Size: 3079168 | Author: Rick Zacharias | Hits:

[Other Gamessnake_QT

Description: 基于QT的贪吃蛇游戏,开发平台:Ubuntu11.04: QtCreator 1.3.1+Qt4.6.1 (32 bit) Windows 7: QtCreator 2.6.0+Qt4.7.4(MinGW4.4) QtCreator 2.6.0+Qt4.8.0(VC++2010) VS2010+QTAddin1.11+QT4.8.0 注意:QtCreator 1.3.1+Qt4.6.1 (32 bit)无法添加声音支持. 另外本程序为了减小打包体积,未将背景音乐放入,请自行添加background.mp3到res文件夹下-QT-based Snake game development platform: Ubuntu11.04: QtCreator 1.3.1+Qt4.6.1 (32 bit) Windows 7: QtCreator 2.6.0+Qt4.7.4 (MinGW4.4) QtCreator 2.6.0+Qt4.8.0 (VC++2010) VS2010+QTAddin1. 11+QT4.8.0 Note: QtCreator 1.3.1+Qt4.6.1 (32 bit) can not add sound support
Platform: | Size: 47104 | Author: 韩冰 | Hits:

[Otherlearning-Qt-P-4-Programming

Description: 第1 章走近Qt 第2 章Qt 的安装与配置 第3 章Qt 编程基础 第4 章Qt 4 集成开发环境 第5 章使用Qt4 基本GUI 工具 第6 章Qt 4 程序开发方法和流程 第7 章对话框 第8 章主窗口 第9 章Qt 样式表与应用程序观感 第10 章在程序中使用.ui 文件 第11 章布局管理 第12 章使用Qt Creator 第13 章Qt 核心机制与原理-Chapter 1 approached Qt Chapter 2 Installation and configuration of Qt Chapter 3 Qt Programming Basics Chapter 4 Qt 4 Integrated Development Environment Chapter 5 Using the basic Qt4 GUI tool Chapter 6 Qt 4 application development methods and processes Chapter 7 Dialog Chapter 8 of the main window Chapter 9 Qt Style Sheets with the application look and feel Chapter 10. Using .ui file in the program Chapter 11 layout manager Chapter 12 using Qt Creator Chapter 13 Qt core mechanism and principle
Platform: | Size: 8100864 | Author: liu | Hits:

[Linux-UnixMinGW-gcc440_1

Description: a compiler of QT, for which version is 4.8.
Platform: | Size: 35213312 | Author: wangshiyao | Hits:

CodeBus www.codebus.net