?? trans.h
字號:
#include "rect.h"#include <qvaluevector.h>class trans{private: QValueVector <int> permutations; QValueVector <bool> orientations; float taille; void setIndex(int i, int b); void setPosit(int i, bool b); public: trans(); //trans(trans t1,trans t2); void mutationI(); void mutationB(); void transformer(); int getIndex(int i); bool getPosit(int i); void setTaille(float i); float getTaille(); void crossoverI(trans t1,trans t2); void crossoverB(trans t1,trans t2);};bool operator< (trans x, trans y);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -