06 2010 档案

C++ String Split
摘要: #include <string>#include <vector>namespace Daniweb{ using namespace std; typedef string::size_type (string::*find_t)(const string& delim, string::size_type offset) const; /// <sum...阅读全文

posted @ 2010-06-13 13:15 cy163 阅读(662) | 评论 (0) 编辑

一个类似Java String[] split(String regex)的VC++函数
摘要: http://hi.baidu.com/ccskun/blog/item/9c4d033219ab5bfe1b4cff41.html/cmtid/1ce9b84445d57e2dcffca3d3INT_PTR Split_CString(const CString& source,//需要截取的原字符串 CStringArray& dest,//分割后的字符串数组 const CS...阅读全文

posted @ 2010-06-13 13:14 cy163 阅读(364) | 评论 (0) 编辑

MSChart控件的属性与属性对话框
摘要: 1、MSChart控件的属性(1)ChartType属性:用于设置或返回图表类型,MSChart控件图表类型与对应ChartType属性值如表8.7所示。如,ChartType=1则显示二维直方图,ChartType=14则显示饼图。表8.7 MSChart图表类型(2)行(格)属性① RowCount属性:用于表示图表中总格(行)数。例如:若MSChart控件显示二维数组Array_2(M,N)...阅读全文

posted @ 2010-06-09 15:07 cy163 阅读(474) | 评论 (0) 编辑