摘要: STL的容器可以分为以下几个大类: 一:序列容器, 有vector, list, deque, string.二 : 关联容器, 有set, multiset, map, mulmap, hash_set, hash_map, hash_multiset, hash_multimap三: 其他的杂项: stack, queue, valarray, bitsetSTL各个容器的实现: (1) ve... 阅读全文
posted @ 2010-01-12 15:23 独奏者 阅读(16055) 评论(0) 推荐(1) 编辑
摘要: 创建图形列表并和CListCtrl关联:m_image_list.Create(IDB_CALLER2, 16, 10, RGB(192,192, 192));m_image_list.SetBkColor( GetSysColor( COLOR_WINDOW ) );m_caller_list.SetImageList( &m_image_list, LVSIL_SMALL);为报表添加... 阅读全文
posted @ 2010-01-12 15:02 独奏者 阅读(5127) 评论(0) 推荐(1) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<iostream>#defineCRC_CCITT0x1021//CRC-CCITT多项式usingnamespacestd;unsignedintcrc_ta_8[25... 阅读全文
posted @ 2010-01-12 14:35 独奏者 阅读(739) 评论(0) 推荐(0) 编辑