博客转载自: https://www.devbean.net/2012/08/qt-study-road-2-hello-world/ 想要学习 Qt 开发,首先要搭建 Qt 开发环境。好在现在搭建 Qt 开发环境还是比较简单的。我们可以到 Qt 官方网站找到最新版本的 Qt。在 Downloads ...
分类:
其他好文 时间:
2017-12-27 17:55:24
阅读次数:
192
博客转载自: https://www.devbean.net/2012/08/qt-study-road-2-mainwindow/ 前面一篇大致介绍了 Qt 各个模块的相关内容,目的是对 Qt 框架有一个高屋建瓴般的了解。从现在开始,我们将开始尝试使用 Qt 开始新的历程。由于我们已经比较详细地介 ...
周次 学习时间 新编写代码行数 博客量(篇) 学到知识点 第15周 -0.5h 1 函数'及算法加深 #include"stdio.h"#include"string.h" main(){ char string[20]; char c; int word=0,num=0,i; printf("请输 ...
分类:
其他好文 时间:
2017-12-24 11:15:01
阅读次数:
146
两种放法,一种返回值main函数计算,一种直接在函数里调用功能函数计算输出 ...
分类:
其他好文 时间:
2017-12-02 19:22:33
阅读次数:
156
实验涉及代码 "AMatrix" 、 "AMatrixTest" 、 "CrossList" 、 "CrossListTest" 、 "Road" 、 "RoadTest" 图的实现与应用 1 实验目的 :用邻接矩阵实现无向图(边和顶点都要保存),实现在包含添加和删除结点的方法,添加和删除边的方法, ...
分类:
其他好文 时间:
2017-11-26 19:38:30
阅读次数:
202
Road Construction Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 12646 Accepted: 6384 Description It's almost summer time, and that means ...
分类:
其他好文 时间:
2017-11-25 15:21:29
阅读次数:
204
#include #include using namespace std; #define N 100 int parent[N]; struct road{ int begin; int end; int value; }; bool cmp(road a, road b){ return a.... ...
分类:
其他好文 时间:
2017-11-20 19:04:08
阅读次数:
108
GitHub链接 "Bachelor Road" 今日完成任务 | 姓名 | 任务 | 下一个目标| | : : | : : | : :| | 陈涵 | 完成后端数据的修改和更新 | 完成后端数据的修改和更新 | |陈文举| 完善xml相关内容 | 完善xml相关内容 | |杨艺|完善xml相关内容 ...
分类:
其他好文 时间:
2017-11-16 11:33:20
阅读次数:
122
题目背景 给定长度为2N的序列,1~N各处现过2次,i第一次出现位置记为ai,第二次记为bi,求满足ai<aj<bi<bj的对数 题目描述 The layout of Farmer John's farm is quite peculiar, with a large circular road r ...
分类:
编程语言 时间:
2017-11-06 11:24:02
阅读次数:
246
Treeland is a country in which there are n towns connected by n?-?1 two-way road such that it's possible to get from any town to any other town. In Tr ...
分类:
其他好文 时间:
2017-11-05 10:20:13
阅读次数:
221