qt學習 寫的第乙個類 以及使用

2021-10-07 15:37:55 字數 581 閱讀 8672

應該還算簡單 直接看**

/**

* @brief the student class

* 定義乙個學生類

*/class

student

;//成員函式定義

void student::

setname

(qstring name)

void student::

setage

(int age)

void student::

setscore

(double score)

qstring student::

studentnessage

(void

)int

main

(int argc,

char

*ar**)

用的是qt ,在這裡 類不能在主函式上面 , 否則會建立物件失敗 說student是不知道的型別。

使用beautifulsoup寫的第乙個小爬蟲程式

昨天才剛學的這個爬蟲的第三方庫,被它的強大所震撼,以下為自己寫的爬蟲的程式 coding utf 8 import urllib2 from bs4 import beautifulsoup import re url response urllib2.urlopen url soup beauti...

第乙個QT程式

建立了乙個有介面的qt widget 程式,如圖,雖然簡單,但有幾點需要主要注意的地方 1 第8行,一定要 include mainwindow.h 否則提示 mainwindow was not declared in this scope 2 第8行,若寫為mainwindow w 則執行結果為...

寫的第乙個Shader

第乙個茶壺是可以運動的紋理,用時間的正弦值和余弦值加在紋理座標上產生偏移實現的,可以考慮用來實現水面的各種效果 第二個茶壺是顏色和紋理的混合,多層紋理的混合應該也是同樣的道理,就是把顏色值相乘就可以了 anipass float4x4 matviewprojection float fsintime...