CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - QT

搜索资源列表

  1. compute

    0下载:
  2. 在QT上编写的简易计算器,实现了简单的加减乘除-Simple calculator written in QT, simple addition and subtraction, multiplication and division
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:4579
    • 提供者:excalibur
  1. Matrix

    0下载:
  2. Simple matrix algebra C++ library. Implements such a useful tools like a: - Linear equation solving via QT decomposition - Singular value decomposition - Karhunen-Loeve transform
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:6379
    • 提供者:lonely
  1. DMProject

    2下载:
  2. 数据挖掘经典分类算法朴素贝叶斯的C++实现,界面采用qt-The data mining classic classification algorithm the Naive Bayes C++ achieve interface using qt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:5195525
    • 提供者:enrique
  1. calculator

    0下载:
  2. 简单计算器,实现+、—、*、/运算,具有保存记忆功能,用qt做得-Simple calculator, to achieve+,-,*,/operations, save memory function, done with qt
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:5056
    • 提供者:辰海
  1. paint2013_5_2

    0下载:
  2. 用QT基本做到了画直线、矩形等图形,还可新建画布-failed to translate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:1476155
    • 提供者:万文豪
  1. wificar

    1下载:
  2. wifi小车上位机源码,采用vc2010编写,还有QT-wifi car PC source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:246671
    • 提供者:wly
  1. calculator--wigets

    0下载:
  2. 这是一个用qt creator制作的简单计算器,可实现一般及较高级的数学计算-This is a simple calculator produced qt creator can achieve general and more advanced math
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:13998
    • 提供者:宋阳
  1. FiveQi

    0下载:
  2. 简单易懂的人机版五子棋,采用跨平台的QT编写,棋力一般-Intuitive human-machine version of backgammon, using cross-platform QT ​ ​ prepared, chess generally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:11344
    • 提供者:lyfe
  1. video

    2下载:
  2. 采用QT做界面,使用QT的UDP协议。创建两个线程,一个用来读本平台的音频设备的语音信号(即录音),然后通过udpSocket发给对方设备,一个用来接收对方设备通过udpSocket发过来的语音信号,并把语音信号写到本平台的音频设备上(即播放语音)-Using the QT interface to do, use the QT UDP protocol. Creates two threads, the speech signal to a reader platform audio equi
  3. 所属分类:压缩解压

    • 发布日期:2013-11-05
    • 文件大小:47291
    • 提供者:张昊
  1. QT

    0下载:
  2. A quadtree source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:5016576
    • 提供者:Ebi
  1. softeem

    0下载:
  2. 飞秋,聊天工具 在QT下编写的 网上找的希望有用-Flying autumn, chat tools written in QT under the hope that useful to find online
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:461392
    • 提供者:刘永生
  1. caculation

    0下载:
  2. 此程序主要应用在QT上实现一个简单的计算器,可以实现简单的加法乘除运算功能。-This procedure is mainly used in QT implement a simple calculator, you can achieve simple addition multiplication and division functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3551
    • 提供者:严锋
  1. gziptest

    0下载:
  2. QT 编译的GZIP 1.2.4 源码. 可在windows cmd下使用,请参考工具help.-QT compiled GZIP 1.2.4 source code can be used under the windows cmd, please reference tool help.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:174353
    • 提供者:simon
  1. MatrixTest

    0下载:
  2. matrix矩阵乘法的简单实现,使用qt做界面。可用于解线性方程-Simple implementation of matrix multiplication using qt interface to do
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1613854
    • 提供者:王志院
  1. OPSearchingmice

    0下载:
  2. Qt编写的一个小程序,基于PSO群体智能算法的一群小老鼠在一定范围内搜索奶酪。 假定的情况是奶酪在空间内气味分布为以自己为中心的二维正态分布,小老鼠们凭气味浓度搜索奶酪。-Qt to write a small program, swarm intelligence algorithm based on PSO group of small rodents in a certain range search cheese. Assumption is that the smell of ch
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:19833
    • 提供者:吴帅
  1. Calculator

    1下载:
  2. Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1591697
    • 提供者:王晓龙
  1. Qt_Project

    0下载:
  2. 泡泡龙是一款很受欢迎的小游戏,画面简洁,操作简单容易,是很适合娱乐休闲的游戏。 Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。基本上,Qt 同 X Window 上的 Motif、Openwin、GTK 等图形界面库和 Windows
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4995520
    • 提供者:赵娅
  1. Qtwritereadsegy

    1下载:
  2. 读写segy文件。支持多种IBM、IEEE、微机多种格式。Qt语言编写,附带使用案例-Read segy file. Supports a variety of IBM, IEEE, Computer variety of formats. Qt language, with use cases
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:12116
    • 提供者:乔志浩
  1. CPSerialPort

    0下载:
  2. 基于linux下QT的串口编程,主要是设置串口通信的参数-QT under linux serial programming, mainly to set the parameters of the serial communication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:10126
    • 提供者:ndrktstt
  1. An-example-of-GA

    0下载:
  2. 运用遗传算法求解二元函数的最大值,并且用Qt Creater实现!-an example for GA with Qt
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:594479
    • 提供者:veronica
« 1 2 34 5 »
搜珍网 www.dssz.com