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

Search list

[VOIP programmyicq-win_src

Description: MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 --------------- 采用MySQL数据库 日志文件 配置文件 NT服务 数据库查询部分采用多线程 系统管理员(MyICQ# = 10000)可以发送广播消息给所有在线和离线的用户 客户端与服务器的通讯采用DES的加密算法 支持服务器松散连接 群组功能,包括聊天室和游戏大厅-MyICQ is a completely open-source instant messaging software, including server and client, can be used for the Internet or LAN. Can run on Windows or Linux (KDE / Qt) operating systems, This is the Windows client. MyICQ fully support server link between the loose, This means that anyone can set up in their own Internet server. Functional groups so that you can enjoy chat rooms and online games from happiness. --------------- Basic features using My --------------- SQL database log file configuration file NT server database query part of a multi-threaded system administrator (MyIC Q # = 10000) can be sent to all broadcast news online and offline user client and server communications using DES encryption algorithm support server function loosely connected groups, including chat rooms and gam
Platform: | Size: 745709 | Author: ahhfwrx | Hits:

[DVDqdvdauthor-1.1.0

Description: Q DVD-Author is a GUI frontend for dvdauthor written in Qt 3.x.
Platform: | Size: 4199780 | 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:

[VOIP programmyicq-win_src

Description: MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 --------------- 采用MySQL数据库 日志文件 配置文件 NT服务 数据库查询部分采用多线程 系统管理员(MyICQ# = 10000)可以发送广播消息给所有在线和离线的用户 客户端与服务器的通讯采用DES的加密算法 支持服务器松散连接 群组功能,包括聊天室和游戏大厅-MyICQ is a completely open-source instant messaging software, including server and client, can be used for the Internet or LAN. Can run on Windows or Linux (KDE/Qt) operating systems, This is the Windows client. MyICQ fully support server link between the loose, This means that anyone can set up in their own Internet server. Functional groups so that you can enjoy chat rooms and online games from happiness.--------------- Basic features using My--------------- SQL database log file configuration file NT server database query part of a multi-threaded system administrator (MyIC Q# = 10000) can be sent to all broadcast news online and offline user client and server communications using DES encryption algorithm support server function loosely connected groups, including chat rooms and gam
Platform: | Size: 745472 | Author: ahhfwrx | Hits:

[Embeded Linuxqwsmouse_qws

Description: 基于LINUX2.6.9触摸鼠标驱动QT3.0-LINUX2.6.9 touch on the mouse-driven QT3.0
Platform: | Size: 12288 | Author: 邹海龙 | Hits:

[OtherC++GUIPROGRAMMINGWITHQT4

Description: c++ GUI Programming with qt4,很好的一本QT编程书-c GUI Programming with qt4, a very good book ... QT Programming
Platform: | Size: 6349824 | Author: beginer | Hits:

[Streaming Mpeg4mediaplayer

Description: qt4 mediaplayer 这是采用Qt4写成的mediaplayer。 安装了Qt类库后,可以跨平台运行。-qt4 mediaplayer using Qt 4 it is written in mediaplayer. Qt library installed, you can run cross-platform.
Platform: | Size: 2048 | Author: zhfaji | Hits:

[DVDqdvdauthor-1.1.0

Description: Q DVD-Author is a GUI frontend for dvdauthor written in Qt 3.x.
Platform: | Size: 4199424 | Author: 钱斌 | Hits:

[Internet-Networklanq

Description: 基于QT4.5实现的局域网聊天工具LanQ(懒Q),的核心工程文件lanq.cpp. 采用UDP协议。 实现功能:局域网群聊,上下线提醒,发送图片表情,自定义字体等。-qt4 lanq
Platform: | Size: 4096 | Author: yuqilin | Hits:

[Button controltest1

Description: 我的第一个Q应用程序T程序,很简单很简单的第一个程序啊,为什么要那么多字呢-QT helloxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Platform: | Size: 448512 | Author: 地方 | Hits:

[Embeded Linuxds18b20_time

Description: 本程序是基于arm9平台,用qt4.5.3编写的,实现提取温度传感器ds18b20的值,便在显示屏上显示-This procedure is based on the arm9 platform, with qt4.5.3 prepared to realize the value of the extraction temperature sensor ds18b20 will appear on the screen
Platform: | Size: 21504 | Author: kiss | Hits:

[Internet-Networkq

Description: 利用qt专供的函数建立网络连接并实现远程控制,-Function of qt used exclusively for a network connection and remote control
Platform: | Size: 3141632 | Author: yan | Hits:

[Embeded Linuxfont_wenquanyi

Description: 可用于qt4的中文字体 文泉驿正黑字体qpf字体库 -The Chinese character for qt4 Wen Quan Yi is black font qpf Font
Platform: | Size: 2643968 | Author: wangdenuan | Hits:

[Internet-NetworkQT4_qq

Description: 软件说明: QT做的QQ聊天系统,人机界面,还可传送文件 1.运行环境 LINUX FC4 2.应用软件 QT 3.3.4 使用方法: 1.把QT的库路径设在 /usr/lib/qt-3.3/lib 下。 2.在LINUX下打开目录,客户端运行./qq_client, 服务器端运行./qq_server。 3.服务器端点start server。 4.客户端输入服务器IP,点联接。 然后就可以正常聊天了。 -Software Description: QT do QQ chat systems, human-machine interface, can also transfer files 1. Runtime Environment LINUX FC4 2. Application software to use QT 3.3.4: 1. The QT library path in/usr/lib/qt-3.3/lib next. 2. In the LINUX open the directory, the client is running./Qq_client, server-side run./Qq_server. 3. Server endpoint start server. 4. Client-side input the server IP, point of connection. Then you can chat normally.
Platform: | Size: 746496 | Author: zhang | 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:

[Linux-Unixformbianhua

Description: QT C++ QSS 移动窗体 重绘 界面美化-QT interface of landscaping
Platform: | Size: 83968 | Author: Jammy | Hits:

[Linux-UnixaddressBook

Description: 用QT实现的地址簿教程,共由7个主要功能组成。无bug,放心下载-Address book with the QT tutorial to achieve a total of from 7 major functional components. No bug, rest assured Download
Platform: | Size: 574464 | Author: QT_liang | Hits:

[Internet-NetworkQT

Description: Q尾巴病毒在近来的网络上是越来越常见了,它之所以这么流行,我认为其中一个原因就是编写这种软件的技术含量很低,不需要任何高深的手段就可以做出个7,8分像。-Q tail of the virus in the recent network is becoming more common, and it is the reason why so popular, I think one reason for the preparation of the technical content of this software is very low, without any means of advanced can make a 7, 8 points like.
Platform: | Size: 6144 | Author: fd3355 | Hits:

[Linux-Unixwenquanyi_180_50

Description: 文泉驿18x18的QT字体 QPF格式,网上都没有地方可下,我自己转换的,能用-The QT WenQuanYi 18x18 QPF format fonts, online all no place, I own conversion, can
Platform: | Size: 765952 | Author: 范怀宣 | Hits:

[Dialog_WindowmainWidget

Description: qt编的一个电话簿源码,希望对大家有用,最近也在学习QT,有意向的朋友加Q:450623035-qt source code of a phone book, and I hope useful, more recently, learning QT, with the intention of friends plus Q: 450623035
Platform: | Size: 4096 | Author: babydream | Hits:
« 12 »

CodeBus www.codebus.net