摘要: #include #include #include #include #include #include #define EPS 1e-5 using namespace std; namespace NameCComplex{class CComplex{private:double Real... 阅读全文
posted @ 2007-09-14 10:46 tivoli_chen 阅读(1415) 评论(0) 推荐(0) 编辑
摘要: 1 void CShowAllProcessDlg::OnGetProcess() 2 {3//TODO:Addyourcontrolnotificationhandlercodehere4HANDLEsnapshot;5//getthesnapshotofprocess,heap,modu... 阅读全文
posted @ 2007-06-21 20:49 tivoli_chen 阅读(225) 评论(0) 推荐(0) 编辑
摘要: // 利用资源文件 void CBitmap1View::OnPaint() {CPaintDCdc(this);//devicecontextforpainting//TODO:AddyourmessagehandlercodehereCBitmapBmpLady;CDCMemDCLady... 阅读全文
posted @ 2007-06-20 18:34 tivoli_chen 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 1 void CMiniFrame2Dlg::OnBnClickedMiniframeBtn() 2 {3//TODO:Addyourcontrolnotificationhandlercodehere4CMiniFrameWnd*MFW=newCMiniFrameWnd;5CStringS... 阅读全文
posted @ 2007-06-20 16:03 tivoli_chen 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 一、S60手机是智能手机中最常见的,市场份额最大。S60也有众多的版本存在,一些版本的变更还带来了二进制代码的兼容性问题。因此,要查阅官方资料了解目标手机对应的版本,再选择正确的SDK。 Series 60版本: l Series 60第一版 对应Symbian OS 6.1 ... 阅读全文
posted @ 2007-06-20 11:37 tivoli_chen 阅读(1819) 评论(0) 推荐(0) 编辑
摘要: Symbian我们必须提到PSION(宝意昂)公司和它的EPOC操作系统,Symbian正是由它们发展而来的。 Psion公司于1... 阅读全文
posted @ 2007-06-20 11:32 tivoli_chen 阅读(196) 评论(0) 推荐(0) 编辑
摘要: void CColorButtonDlg::OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct) {// TODO: Add your message handler code here and/or call defaultif ( n... 阅读全文
posted @ 2007-06-06 22:39 tivoli_chen 阅读(252) 评论(1) 推荐(0) 编辑
摘要: 顺序表#include #include #define MaxSize 50 typedef char ElemType;typedef struct {ElemType elem[MaxSize];int length;}SqlList; //initial listvoid InitList... 阅读全文
posted @ 2007-04-17 12:41 tivoli_chen 阅读(340) 评论(0) 推荐(0) 编辑
摘要: http://www.myjob.edu.cn 中国高校毕业生就业网 http://www.chinahr.com/ 中华英才网 http://www.zhaopin.com 智联三珂人才服务中心 ht... 阅读全文
posted @ 2007-03-11 15:22 tivoli_chen 阅读(280) 评论(1) 推荐(0) 编辑
摘要: 一个人的职业生涯,贯穿一生,是一个漫长的过程。科学地将其划分为不同的阶段,明确每个阶段的特征和任务,做好规划,对更好地从事自己的职业,实现确立的人生目标,非常重要。 职业生涯阶段如何划分,各国专家学者有不同的划分理论和方法,主要可分为按年龄层次划分、按专业层次划分和按管理层次划分三种类型。 ... 阅读全文
posted @ 2006-12-22 15:39 tivoli_chen 阅读(185) 评论(0) 推荐(0) 编辑