博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年2月25日

摘要: int ty=5; CRect m_rect; GetWindowRect(&m_rect); int recordy=m_rect.left; int recordx=m_rect.top; for(int i=0;i<3;i++) { m_rect.left=recordy; m_rect.top=recordx; m_rect.top = m_... 阅读全文

posted @ 2009-02-25 15:07 Tom Wu 阅读(867) 评论(0) 推荐(0)

2009年1月21日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1#include 2using namespace std; 3#define csINF 99999999 4#define csMaxLimit 101 5int... 阅读全文

posted @ 2009-01-21 21:58 Tom Wu 阅读(475) 评论(1) 推荐(0)

2009年1月4日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include using namespace std; int main() { srand((unsigned int)time(NULL)); ... 阅读全文

posted @ 2009-01-04 20:03 Tom Wu 阅读(189) 评论(0) 推荐(0)