随笔分类 -  Linux

摘要:int main(int argc, char *argv[]){#define WINDOW_BG FL_BLACK#define WINDOW_WIDTH 640#define WINDOW_HEIGHT 480#define BOX_WIDTH 100#define BOX_HEIGHT 40... 阅读全文
posted @ 2014-11-25 11:59 stanley19861028 阅读(194) 评论(0) 推荐(0)
摘要:Big/Little Endian 阅读全文
posted @ 2014-11-21 09:32 stanley19861028 阅读(161) 评论(0) 推荐(0)
摘要:class Base64{public: static string Encrypt(string sPlainText); static string Decrypt(string sCipherText);private: static int ConvertToIndex(u... 阅读全文
posted @ 2014-11-20 13:15 stanley19861028 阅读(187) 评论(0) 推荐(0)