上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
该文被密码保护。 阅读全文
posted @ 2016-08-13 11:18 20118281131 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-02 10:51 20118281131 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include class MagicSand : public Vrui::Application, public GLObject { public: MagicSand(int & argc, char ** argv) :Vrui::Application(argc, argv) ... 阅读全文
posted @ 2016-07-26 15:52 20118281131 阅读(327) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; enum CELL_STATE { CELL_EMPTY, CELL_O, CELL_X }; enum GAME_STATE { X_TURN, O_TURN, X_WON, O_WON, DRAW }; class Game { public: ... 阅读全文
posted @ 2016-07-26 15:51 20118281131 阅读(289) 评论(0) 推荐(0) 编辑
摘要: #include int main() { Display * dsp = XOpenDisplay(NULL); int screenNum = DefaultScreen(dsp); unsigned long white = WhitePixel(dsp, screenNum); unsigned long black = BlackPixel(dsp,... 阅读全文
posted @ 2016-07-26 15:19 20118281131 阅读(780) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-12 16:47 20118281131 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #define MULTI_PLOT true //Determine whether or not to plot multiple iterations. #define X_MAX 1.0 // Define extent of reference plane, used in call to gluOrtho2D(...) #define Y_MAX 1.0 #define X_M... 阅读全文
posted @ 2016-07-05 08:28 20118281131 阅读(348) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include typedef std::function Func; class Observer { public: void AddObserver(Func func) { m_vecFuncs.push_back(func); } void Notify(int i) { std::for_each(... 阅读全文
posted @ 2016-07-03 17:17 20118281131 阅读(312) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-01 09:33 20118281131 阅读(8) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-06-23 19:32 20118281131 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页