自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Kevin的专栏

Coding makes the world richer.

  • 博客(3)
  • 资源 (8)
  • 收藏
  • 关注

原创 MFC学习笔记(4)

<br /><br />2011-5-4<br /> 在哪里产生窗口?<br />在CMainFrame 类的成员函数:<br />virtual BOOL PreCreateWindow(CREATESTRUCT& cs);在哪里写处理消息的方法?<br />在InitInstance() 方法的最后, 有:<br />         // 主窗口已初始化,因此显示它并对其进行更新<br />         pMainFrame->ShowWindow(m_nCmdShow);<br />     

2011-05-06 09:18:00 874

原创 MFC学习笔记(3)

<br />为什么Visual Studio 2008 创建的MFC程序里没有 WndProc 或 WinMain 函数?<br /> <br /> <br />看到很多MFC入门教程里都说 WndProc 和 WinMain函数是MFC程序的入口程序。但是用 Visual Studio 2008 创建的MFC程序里默认找不到这两个函数。那到底默认程序一开始是从哪个函数进入的呢?<br /> <br />这个涉及到MFC对函数的封装,其实MFC把Winmain之类的函数都封装在一个类里面了,程序里面有一行C

2011-05-03 23:14:00 2013

原创 关于CString, LPCTSTR, _TCHAR 转化成 char 的问题(简单解决办法)

关于CString, LPCTSTR, _TCHAR, char 互相转化的问题首先,CString 等于LPCTSTR 等于 const _TCHAR *以下这样写是没问题的:         CString cstr("sdf");         LPCTSTR lpctStr = cstr ;         const _TCHAR* tchar = lpctStr ;而CString 到 char 的转化,这个问题说得比较复杂。VS2008 默认的创建项目里,这样写是会出错的:      

2011-05-03 11:36:00 1425

托福OG(第三版) The.Official.Guide.to.the.TOEFL.iBT,Third.Edition

[托福官方指南第三版].The.Official.Guide.to.the.TOEFL.iBT,Third.Edition 托福OG(第三版)

2010-07-23

Concrete Mathematics

This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills--the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle Patterns in data. It is an indispensable text and reference not only for computer scientists--the authors themselves rely heavily on it! but for serious users Of mathematics in virtually every discipline. Concrete mathematics is a blending of continuous and disCRETE mathematics: "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas,using a collection of techniques for solving problems." The subject mater is primarily an expansion of the Mathematical Preliminaries section in Knuth's c1assic Art of Computer Programming, but the style of presentation is more leisurely, and individual topics are covered more deeply. Several new topics have been added, and the most significant ideas have been traced to their historical roots. The book includes more than 500 exercises, divided into six categories. Complete answers are provided for all exercises, except research problems, making the book particularly valuable for self-study.  

2010-07-02

用Rational RequisitePro写用例规约(Use Case Specification)的心得

用Rational RequisitePro写用例规约(Use Case Specification)的心得

2009-11-11

Struts.The.Complete.Reference.2nd.Edition

McGraw.Hill.Struts.The.Complete.Reference.2nd.Edition.Dec.2006

2009-10-09

jsp文件上传下载模块

jsp文件上传下载模块 里面主要用到jspsmartupload组件

2009-05-03

jspsmartupload

jspsmartupload包. 08年12月更新的.

2009-05-03

软件工程师之路演示PPT

这是本人在岗位实践时做的一个演示PPT. 文件图文并茂,对怎样成为一个软件工程师有独到的思考.

2009-05-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除