上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
#include "dialog.h" #include "ui_dialog.h" #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); } Dialog::~Dialog() { delete ui; } v... Read More
posted @ 2016-12-14 19:17 mCat Views(391) Comments(0) Diggs(0) Edit
软件工程管理的提出和研究源于上世纪70年代中期,美国国防部在那时曾经专门针对软件工程的不理想进行过研究,其中大约70%是由于管理不善所引起的,大家认为的技术因素并不是主要原因。他们从中得出一个结论,影响软件研发项目全局的因素是软件工程项目的管理,而技术等相关因素只是起到一些局部作用。到了上世纪90年 Read More
posted @ 2016-12-14 15:28 mCat Views(186) Comments(0) Diggs(0) Edit
一、计算机视觉 Divid Marr将计算机视觉系统的开发问题归纳为3个要素: (1)数学理论 考虑数学计算层面的目标及可以引入的合理约束条件。 (2)描述和算法 重点解决计算机视觉中的输入输出的数据格式问题,并设计合理的算法实现其系统功能。 (3)硬件的合理使用 使用符合算法要求的硬件并考虑该硬件 Read More
posted @ 2016-12-13 16:08 mCat Views(9862) Comments(0) Diggs(0) Edit
1. RTTL 运行时类别识别,在只有一个指向基类的指针或引用时确定一个对象的准确类型。 2.什么是拷贝构造函数 是单个形参的构造函数,实参是与该类同属一类的对象;在类定义中,如果未提供自己的拷贝构造函数,C++提供一个默认拷贝构造函数,该默认拷贝构造函数完成一个成员到另一个成员的拷贝。 3. 什么 Read More
posted @ 2016-12-13 11:12 mCat Views(218) Comments(0) Diggs(0) Edit
Self-made millionaire Steve Siebold spent 26 years interviewing some of the wealthiest people in the world before condensing his findings in his book  Read More
posted @ 2016-12-11 19:11 mCat Views(191) Comments(0) Diggs(0) Edit
#include "dialog.h" #include "ui_dialog.h" #include #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); ui->treeWidget->setColumnCount... Read More
posted @ 2016-12-09 21:12 mCat Views(103) Comments(0) Diggs(0) Edit
#include #include #include using namespace std; void showStr(const char * str, int & n) { cout 0) { showStr(str, --n); } } int test8_1() { char str[] = "hello cat"; int n = 2; showStr(st... Read More
posted @ 2016-12-03 21:03 mCat Views(177) Comments(0) Diggs(0) Edit
#include using namespace std; double Sum2(double x, double y) { double sum = 0; if (x + y >x>>y) && x != 0 && y!=0) { sum = Sum2(x, y); cout > scores[i]; i++) { if (scores[i]volume = b1... Read More
posted @ 2016-11-30 20:19 mCat Views(296) Comments(0) Diggs(0) Edit
#include "dialog.h" #include "ui_dialog.h" #include #include #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); for(int i = 0; i... Read More
posted @ 2016-11-29 10:55 mCat Views(194) Comments(0) Diggs(0) Edit
#include "dialog.h" #include "ui_dialog.h" #include #include #include Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog) { ui->setupUi(this); for(int i = 0; i... Read More
posted @ 2016-11-29 10:42 mCat Views(118) Comments(0) Diggs(0) Edit
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页