ciano

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

2014年9月26日

摘要: /** * 求子数组的最大和 */#include #include bool func(const int inArr[], const size_t inLength, int &outResult){ if (inArr == NULL || inLength == 0) { ... 阅读全文
posted @ 2014-09-26 10:36 3th 阅读(81) 评论(0) 推荐(0) 编辑

摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 template 8 class StackWithStack 9 { 10 public: 11 /// 构造函数 1... 阅读全文
posted @ 2014-09-26 10:20 3th 阅读(121) 评论(0) 推荐(0) 编辑

2013年11月27日

摘要: MSDN 参考:http://msdn.microsoft.com/en-us/library/windows/desktop/dd407331(v=vs.85).aspx#include #include #include #pragma comment(lib, "vfw32")LRESULT CALLBACK IndexWndProc(HWND, UINT, WPARAM, LPARAM);LRESULT CALLBACK viewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);void i 阅读全文
posted @ 2013-11-27 19:25 3th 阅读(1094) 评论(0) 推荐(0) 编辑