Welcome![Sign In][Sign Up]
Location:
Search - QT L

Search list

[Other resourceDEVELOPMENTANDREALIZATIONOFGRAPHICALUSERINTERFACEP

Description: 在Linux下开发图形用户界面应用程序是L inux推广的重要基础。本文首先介绍了L inux下图形用户界面程序开发的主流工具,然后重点分析了Qt及其提供的一种真正可视化的编程工具QtDesigner的特点及开发步骤,最后从我们实际开发经验出发总结了Qt的优点。
Platform: | Size: 244739 | Author: xiaowang | 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:

[OtherDEVELOPMENTANDREALIZATIONOFGRAPHICALUSERINTERFACEP

Description: 在Linux下开发图形用户界面应用程序是L inux推广的重要基础。本文首先介绍了L inux下图形用户界面程序开发的主流工具,然后重点分析了Qt及其提供的一种真正可视化的编程工具QtDesigner的特点及开发步骤,最后从我们实际开发经验出发总结了Qt的优点。-Under development in the Linux graphical user interface application is L inux an important basis for promotion. This article first introduced the L inux graphical user interface under the mainstream of development tools, and then focus on an analysis of Qt and provided a true visual programming tools QtDesigner characteristics and development steps, and finally we sum up the actual development experience the advantages of Qt.
Platform: | Size: 244736 | Author: xiaowang | Hits:

[Mathimatics-Numerical algorithmsball_catcher

Description: This includes the project using a stereo vision to catch the ball shot from a high pressure air cannon. The trajectory of the ball is located first by finding the ball color in the left and right camera. Then the trajectory is calculated to estimate the depth from the ball to the camera. The camera is calibrated to map the world coordinate to the camera coordinate and it can reach an accuracy over 90 . Enjoy
Platform: | Size: 64766976 | Author: agou | Hits:

[Streaming Mpeg4QTPlayerLingouPhonon

Description: 使用Qt phonon编程,使用mplayer作后端,实现异形界面,歌词文件lrc解析,ktv式歌词显示,类似ttplayer(千千静听)或是kugou(酷狗),功能强大,可使用QT CSS配置皮肤,可以进行文件编码转换,自动下载歌词-Programming using the Qt phonon, use mplayer as backend, the achievement of special-shaped interface, lrc lyrics file analysis, ktv-type lyrics display, similar ttplayer (thousands of listening) or kugou (cool dog) and powerful, you can use to configure QT CSS skin, can file encoding conversion, automatically download the lyrics. . . .
Platform: | Size: 650240 | Author: weitidong | Hits:

[SCMled-qt

Description: 这个是sbc2410开发板上的通过qt,在触摸屏上控制开发板上的led灯的亮灭。具体操作有一个说明!可以互相交流一下。-This is a development board sbc2410 through qt, in the development of touch-screen control panel of the bright lights led out. There is a specific operation that!
Platform: | Size: 24576 | Author: 王山 | Hits:

[Software Engineeringqt-lab-readme(pdf).tar

Description: 配套于qt-lab源码,用于指导qt实验,以及提供了环境变量path的设置参考-Matching in the qt-lab source code, used to guide the qt experiments, and provide a path environment variable settings for reference
Platform: | Size: 1219584 | Author: yaojiam | Hits:

[Embeded Linuxled

Description: 本程序是基于arm9平台,用qt4.5.3编写的,测是开发板上的led暗亮的小程序-This procedure is based on the arm9 platform, with qt4.5.3 written test board led the development of small programs dark light
Platform: | Size: 21504 | Author: kiss | Hits:

[Linux-Unixmultitouch

Description: 一个实现多点触摸的程序 用QT做的-A procedure for multi-touch to do with QT
Platform: | Size: 135168 | Author: feiying888 | Hits:

[Linux-Unixqt

Description: 用Qt进行面向对象软件的设计与开发 Q t 是目前L inux 下比较流行的面向对象的C+ + 类库。介绍了Q t 类库结构和具体应用, 并结 合“九五”大工程项目LAMO ST 望远镜的GU I 的开发作进一步的说明。-Using Qt object-oriented software design and development of Q t is the L inux under the popular object-oriented C++ class library. Q t class library described the structure and the specific application, combined with " Ninth Five-Year" big project LAMO ST telescope GU I development for further clarification.
Platform: | Size: 109568 | Author: 杨先生 | Hits:

[Delphi VCLSupportDelphi

Description: Supprt delphi La norme CLX permet, en fait, de concevoir des programmes à la fois pour Linux et Windows. Borland propose un compilateur de projets CLX sous Linux : Kylix. En mode CLX, plutô t que de faire appel aux API Windows, spécifiques à cette plate-forme, les programmes font appel aux librairies Qt définies et conç ues par TrollTech, librairies qui sont à l’origine du développement de Kde. Avec l’abandon de Kylix par Borland, la norme CLX n’est plus maintenue par Borland. Vous pouvez vous réfugier vers FreeCLX et Lazarus, un environnement de développement intégré sous Windows et Linux.
Platform: | Size: 1115136 | Author: labdos | Hits:

[Linux-Unixqglwindowsurface_qws_p

Description: The QWSGLWindowSurface class provides the drawing area for top-level windows with Qt for Embedded Linux on EGL/OpenGL ES. It also provides the drawing area for \l{QGLWidget}s whether they are top-level windows or children of another QWidget for Linux.
Platform: | Size: 1024 | Author: rinbunfeng | Hits:

[Embeded LinuxNetTing

Description: 一个简易的网联网仓储管理qt程序,希望对做QT的嵌入式开发的您有帮助-../qt-everywhere-source/configure-prefix /qt-everywhere-embedded arm-release-opensource-fast-no-accessibility-no-scripttools-no-mmx-no-multimedia-no-svg-no-webkit-no-3dnow-no-sse-no-sse2-silent-qt-libpng-qt-libjpeg-no-libtiff-make libs-nomake tools-nomake examples-nomake docs-nomake demo-no-nis-no-cups-no-iconv-no-dbus-no-openssl-xplatform qws/linux-arm-gnueabi-g++-little-endian-qt-freetype-depths 16,18-qt-gfx-linuxfb-no-gfx-transformed-no-gfx-multiscreen-no-gfx-vnc-no-gfx-qvfb-qt-kbd-linuxinput-no-glib-qt-mouse-tslib-I/home/linux/tslib/include-L/home/linux/tslib/lib
Platform: | Size: 9679872 | Author: 邰云波 | Hits:

[OpenCVmyNorm

Description: Qt、Opencv环境下,演示连续范数的计算,绘制和显示。可以连续演示范数L1,L2,L3,L4.....L无穷,对于教学演示非常有用-Under Qt, Opencv environment, demonstrate continuous norm calculate the number of rendering and display. Can continue to play an norm L1, L2, L3, L4 ..... L infinity, is very useful for teaching demonstration
Platform: | Size: 5120 | Author: dengshaogeng | Hits:

[3D GraphicVTK图形图像开发进阶 随书代码

Description: 本书系统地介绍了VTK基础知识与开发技术,帮助VTK用户从入门到进阶,快速进入项目实战。本书第l章是VTK概览,介绍VTK的发展和编译安装;第2章以实例开题,分析VTK渲染引擎和可视化管线;第3章介绍VTK的基本数据结构,并在第4章中以实例分析VTK中数据读写功能;第5~6章通过实例阐述VTK在图像和图形处理中的应用;第7章分析VTK的体绘制技术;第8章讲述VTK交互技术;第9章内容为VTK在Qt、MFC等环境下的开发技术;第10章分析了VTK的基础架构和管线机制,并通过实例讲解自定义Filter类.(This book systematically introduces the basic knowledge of VTK and development technology to help VTK users from entry to advanced, and quickly enter the project combat. Chapter l is the overview of VTK, introduces the development of VTK and compile and install; second chapter with an example of opening, analysis of the VTK rendering engine and visualization pipeline; the third chapter introduces the basic data structure of VTK, and in the fourth chapter with an example analysis in VTK data read and write functions; chapter 5~6 through the examples in VTK image and graphics processing in the application; the seventh chapter is the analysis of VTK volume rendering technology; the eighth chapter describes the interactive technology of VTK; the ninth chapter is the VTK in Qt and MFC development environment; the tenth chapter analyzes the VTK infrastructure and the pipeline mechanism, and through the examples to explain the self defined Filter class.)
Platform: | Size: 14071808 | Author: 不会写程序的赛哥 | Hits:

[Graph Drawingcolorpic

Description: 利用QT的QML编程编写的颜色选择程序,实现点击时窗体颜色变化(color select jlfadsjlafji dkse l af d fse r e rw r weaklfkskaf;kd fa flsf.laf)
Platform: | Size: 286720 | Author: 黄军浩 | Hits:

[Linux-Unixl

Description: 在qt的环境下写的一个可以实现数学中加法和圆面积运算(In the QT environment to write a can achieve mathematical addition and circle area calculation)
Platform: | Size: 22528 | Author: 雀语 | Hits:

[matlabNSGA-III

Description: 测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了从种群 Rt中选择最好的 N 个解进入下一代,首先利用基于Pareto支配的非支配排序将 Rt分为若干不同的非支配层(F1,F2等等)。然后,算法构建一个新的种群St,构建方法是从 F1开始,逐次将各非支配层的解加入到 St,直至 St的大小等于 N,或首次大于 N。假设最后可以接受的非支配层是 L层,那么在 L+ 1 层以及之后的那些解就被丢弃掉了,且 St\ FL中的解已经确定被选择作为 Pt+1中的解。Pt+1中余下的个体需要从 FL中选取,选择的依据是要使种群在目标空间中具有理想的多样性。(The test can run and modify the function according to its own situation. NSGA-III first defines a set of reference points. Then the initial population containing N individuals (preferably the same number of reference points as the original literature) was randomly generated, where N was the size of the population. Next, the algorithm is iterated until the termination condition is satisfied. On the basis of current population Pt, the algorithm simulates two-point crossover (SBX) and polynomial mutation to produce offspring population Qt by random selection.)
Platform: | Size: 14336 | Author: 朱朱521 | Hits:

CodeBus www.codebus.net