qt 开发手册,QT 电子书pdf版
很好的QT资料
void MainWindow::updateRecentFileActions(){ QMutableStringListIterator i(recentFiles); while (i.hasNext()) { if (!QFile::exists(i.next())) i.remove(); } for (int j = 0; j < MaxRecentFiles; ++j) { if (j < recentFiles.count()) { QString text = tr("&%1 %2") .arg(j + 1) .arg(strippedName(recentFiles[j])); recentFileActions[j]->setText(text); recentFileActions[j]->setData(recentFiles[j]); recentFileActions[j]->setVisibl e(true); } else { recentFileActions[j]->setVisible(false); } } separatorAction->setVisible(!recentFiles.isEmpty());}
QT 源代码,与C++结合使用的,完全版源代码-21个章节的代码
#ifndef TESTWIDGET_H_
#define TESTWIDGET_H_
#include <QWidget>
#include "ui_test.h"
class TestWidget : public QWidget
{
Q_OBJECT
public:
TestWidget(QWidget * parent = 0, Qt::WindowFlags f = 0);
protected slots:
void timerEvent(QTimerEvent *event);
private slots:
void on_comboBox_currentIndexChanged(const QString & text);
private:
Ui::test ui;
short remain;
};
#endif /*TESTWIDGET_H_*/
uml 建模工具java类建模
uml 建模工具是学习 面向对象建模的最好工具 <br>而且uml 也是 最通用的建模工具uml 建模工具是学习 面向对象建模的最好工具 <br>而且uml 也是 最通用的建模工具
ccna2 chapter2 version4.0
ccna2_chapter2 version4.0
ssd6-exercise2
this exericse was writed by myselives ,i can sure all the code is right ,my rate is 100
Qt程序设计入门pdf
Qt程序设计入门pdf Qt程序设计入门pdf Qt程序设计入门pdf Qt程序设计入门pdf Qt程序设计入门pdf
java 编程思想 第四版
java 编程思想 第四版 pdf 格式
c , c++, java, c# 程序员面试必备,面试宝典
c , c++, java, c# 程序员面试必备,面试宝典
c++ 和 c 原程序 代码 C# C++ 算法实例
1.最小生成树 A.Prim算法:
procedure prim(v0:integer);varlowcost,closest:array[1..maxn] of integer;i,j,k,min:integer;beginfor i:=1 to n do beginlowcost[i]:=cost[v0,i];closest[i]:=v0;end;for i:=1 to n-1 do begin{寻找离生成树最近的未加入顶点k}
汉化版C++库函数,c++ renference,
汉化版C++库函数 也称之为 c++ reference
2009年 考研 计算机 统考 真题
2009年-考研-计算机统考-真题
考计算机专业的
2010 计算机 统考 真题
2010 计算机 统考 真题
原题加部分答案,部分没做
答案仅代表部分人选择,各位自己斟酌!
ccna2_chapter1 version4.0
ccna2_chapter1 version4.0
ccna chapter4 version4.0
ccna chapter4 version4.0
答案正确。