上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 68 下一页
摘要: 1 获取本机网络与通信 在网络应用中,经常需要获得本机的主机名.IP地址和硬件地址等网络信息.运用QHostInfo,QNetWorkInterface,QNetworkAddressEntry可获得本机的网络信息. widget.h 1 #ifndef WIDGET_H 2 #define WID 阅读全文
posted @ 2018-04-14 13:44 喵小喵~ 阅读(2221) 评论(0) 推荐(0)
摘要: 2.1引导 2.2一维数组的创建与寻访 2.3二维数组的创建 2.4二维数组元素的标识 2.5二维数组的子数组寻访和赋值 2.6执行数组运算的常用函数 2.7数组运算和矩阵运算 2.8多项式的表达和创建 2.9多项式运算函数 2.10标准数组生成函数和数组操作函数 2.11数组构建技巧综合 2.12 阅读全文
posted @ 2018-04-12 14:55 喵小喵~ 阅读(1690) 评论(0) 推荐(0)
摘要: 1.1 Command Window(命令行窗口)运用入门 1 计算器的用法 2 数值变量与表达式 3. 计算结果的图形表示 代码及注释 运行结果 代码 运行结果 1.2 现场菜单用于内存变量的查询和删除 1.在指令窗口运用who,whos查阅MATLABA内存变量 2.在指令窗口中运用clear指 阅读全文
posted @ 2018-04-12 11:58 喵小喵~ 阅读(718) 评论(0) 推荐(0)
摘要: widget.h 1 #ifndef MAPWIDGET_H 2 #define MAPWIDGET_H 3 4 #include <QGraphicsView> 5 #include <QLabel> 6 #include <QMouseEvent> 7 8 class MapWidget : p 阅读全文
posted @ 2018-04-11 16:53 喵小喵~ 阅读(1199) 评论(0) 推荐(0)
摘要: fly.h 1 #ifndef FLY_H 2 #define FLY_H 3 #include <QObject> 4 #include <QPainter> 5 #include <QGraphicsScene> 6 #include <QGraphicsView> 7 #include <QG 阅读全文
posted @ 2018-04-11 14:26 喵小喵~ 阅读(665) 评论(0) 推荐(0)
摘要: modellex.h 1 #ifndef MODELEX_H 2 #define MODELEX_H 3 #include <QAbstractItemModel> 4 #include <QVector> 5 #include <QMap> 6 #include <QStringList> 7 # 阅读全文
posted @ 2018-04-11 13:28 喵小喵~ 阅读(3317) 评论(0) 推荐(0)
摘要: 1 #include "mainwindow.h" 2 #include 3 #include 4 #include 5 #include 6 7 #include 8 #include 9 #include 10 #include 11 #include 12 13 int main(int argc, char *argv[]) 14 { 15 ... 阅读全文
posted @ 2018-04-11 12:08 喵小喵~ 阅读(332) 评论(0) 推荐(0)
摘要: widget.h 1 #ifndef WIDGET_H 2 #define WIDGET_H 3 4 #include <QWidget> 5 #include <QPainter> 6 #include <QPen> 7 #include <QEvent> 8 9 namespace Ui { 1 阅读全文
posted @ 2018-04-11 11:36 喵小喵~ 阅读(232) 评论(0) 推荐(0)
摘要: dialog.h 1 #ifndef DIALOG_H 2 #define DIALOG_H 3 4 #include <QDialog> 5 #include <QLabel> 6 #include <QGridLayout> 7 #include <QMouseEvent> 8 #include 阅读全文
posted @ 2018-04-11 10:17 喵小喵~ 阅读(212) 评论(0) 推荐(0)
摘要: mainwindow.h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 #include <QMainWindow> 5 #include <QTextEdit> 6 #include <QMenu> 7 #include <QMenuBar> 阅读全文
posted @ 2018-04-10 23:37 喵小喵~ 阅读(829) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 68 下一页