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

Search list

[Linux-Unixdoxygen-1.5.3.src.tar

Description: Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxygen由荷兰人Dimitri van Heesch.开发,并且在GNU公共许可证(GPL)下发布,目前已经成为各主要的Linux发行版的附带组件。众多重量级的软件项目(如KDE,Qt、ACE库等)都选用Doxygen作为其编档工具生成项目文档。 Doxygen最初在Linux下开发,但已经被移植到多个操作系统平台下,包括Unix的各发行版本、MS Windows和Mac OS。Doxygen目前最新的版本是1.3.6,支持的编程语言包括 C++,C,Java,IDL(CORBA和MS风格),对Objective-C, PHP, C#和D语言也有部分支持。
Platform: | Size: 3617278 | Author: 毕胜 | 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:

[Documentstonkv_Qt4_Design

Description: QT4程序设计指南,以C++ GUI Programming with QT3 与QT自带教程为蓝本,进行改编让大家尽快走进QT世界-QT4 programming guidelines to C++ GUI Programming with QT3 and QT own tutorials modeled adapted to U.S. as soon as possible so that the world went into QT
Platform: | Size: 5984256 | Author: qwjqwh | Hits:

[OS programQT_dll

Description: QT下调用dll文件的三个例子,大家可以-QT call dll files under the three examples, we can
Platform: | Size: 4096 | Author: tyc | Hits:

[ICQ-IM-ChatD-Bus-Chat

Description: Its Qt D-Bus Chat program. Need to enable QtDbus.Reconfigure for enabling this.
Platform: | Size: 6144 | Author: satyendra | Hits:

[ICQ-IM-Chatqt

Description: 聊天室 局域网的聊天功能 阿德啊是的啊是的啊是打伞的-chatroom asdas das d as d as sdasdasdasdasdsa
Platform: | Size: 314368 | Author: 王雷 | Hits:

[Graph Drawingisoline

Description: QT GUI的3维等值线绘制~使用open gl绘图-QT GUI for 3-D contour mapping ~ use open gl graphics
Platform: | Size: 14336 | Author: 蒋靖昊 | Hits:

[Graph programd

Description: 用opengl实现的旗的效果(波动纹理),在qt下开发的。-Achieved with the opengl flag effect (fluctuations in texture), developed under the qt.
Platform: | Size: 55296 | Author: 米斯特里 | Hits:

[OpenGL program3d

Description: 一个使用QT编写的三维函数图形程序,输入z=f(x,y)的表达式即可画出函数图像,使用openGL编程-The preparation of a three-dimensional function using the QT graphics program, type z = f (x, y) function, the expression can draw images, use the openGL programming
Platform: | Size: 784384 | Author: chenweitao | Hits:

[BooksQt

Description: 24小时学通QT, 不错的一本书, 希望大家喜欢-d gde
Platform: | Size: 14409728 | Author: 刘成龙 | Hits:

[SCMqianrushi

Description: 利用QT编写界面,设计一款可视化的软件来演示一些基础实验,要包括LED测试、按键测试、A/D转换测试、PWM蜂鸣器测试-Prepared using QT interface, a visualization software designed to demonstrate some basic experiments, to include LED test, key test, A/D converter testing, PWM buzzer test
Platform: | Size: 3287040 | Author: 王高明 | Hits:

[VHDL-FPGA-Verilogsinewave_FPGA

Description: 数字载波发生器,产生一个正弦波,工程中的所有模块都经过测试并运行没有任何问题,而且利用逻辑分析仪对每个模块的输出都进行了逻辑测试。并经过D/A转换得到了正弦波波形,但唯一的缺点是没有滤波器,如果有人想看标准正弦波,可以自制一个简易低通滤波器进行观看,如有不清楚的地方可以把问题发到我的邮箱jiangguoqian@126.com一起探讨研究。-sinewave
Platform: | Size: 4257792 | Author: 姜国千 | Hits:

[OpenCVQt_sample

Description: Exemple simple d utilisation de openCV avec Qt creator.
Platform: | Size: 1814528 | Author: Oranais | Hits:

[Linux-Unixdvrmain

Description: 嵌入式平台qt编写的一个dvr界面,不过需要dvr的动态库,框架仅供参考-qt user interface or embeded system
Platform: | Size: 273408 | Author: bangcheng | Hits:

[3D Graphicshoot

Description: 现在正在玩Qt+Ogre,有一个项目是要做三维虚拟射击场,现在才起步,编了一个有基本功能的射击场,可以旋转镜头,上下左右运动。过还没来得及设置声音和对靶子、枪进行更多的设置-Now is playing with Qt+ Ogre, have a project is to do 3 d virtual shooting range, now just started, made up a basic function of the shooting range, can rotate lens, up, down, left and right movement. Had not enough time to set up sound and target, a gun for more Settings
Platform: | Size: 1124352 | Author: 罗义军 | Hits:

[Linux-Unixqdbusviewer

Description: The Qt D-Bus Viewer is a tool that lets you introspect D-Bus objects and messages. You can choose between the system bus and the session bus. Click on any service on the list on the left side to see all the exported objects for Linux.
Platform: | Size: 6144 | Author: | Hits:

[Otherqt

Description: 超级给力的源代码分享,不下亏大了,神一样d的存在,快下载看看吧-Super power of the source code sharing, no less than a big loss, the presence of God, like d, fast download and watch it
Platform: | Size: 4096 | Author: 俞越涛 | Hits:

[DocumentsQT-in-windows

Description: windows下QT.doc 首先windowsXP下安装32位的QT,打开网页:http://qt-project.org/downloads 下载文件:qt-opensource-windows-x86-mingw48_opengl-5.2.1.exe并安装D:\Qt\Qt5.2.1 这个版本一般已经包含工具qt-creator和mingw32-make 若不含有,可以去下载IDE : ----打开网页:http://qt.nokia.com/downloads/qt-creator-binary-for-windows 下载文件:qt-creator-opensource-windows-x86-3.0.0.exe并安装D:\Qt\qtcreator-3.0.0 -QT in windows.doc
Platform: | Size: 5120 | Author: www3 | 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:

[GUI Developmanuel d'utilisation

Description: french translationn o fmarune pms
Platform: | Size: 13312 | Author: monku | Hits:
« 12 3 »

CodeBus www.codebus.net