2008年11月27日

删除endnote插入Word中参考文献的方法

摘要: EndNote帮助里提示的方法如下:To delete an unformatted citation, simply highlight the entire citation (including delimiters), and press the backspace or delete key.While it is possible to highlight a formatted ci... 阅读全文

posted @ 2008-11-27 23:37 慢步前行 阅读(14184) 评论(0) 推荐(0) 编辑

2008年2月3日

MessageBox和AfxMessageBox函数的区别(ZZ)

摘要: 1.可以以下面的方式调用AfxMessageBox。AfxMessageBox(“Are you sure?”,MB_YESNO|MB_ICONQUESTION);2.与AfxMessageBox类似的函数MessageBox,它是CWnd的类成员函数:int MessageBox( LPCTSTR lpszText,LPCTSTR lpszCaption = NULL,U... 阅读全文

posted @ 2008-02-03 16:35 慢步前行 阅读(4977) 评论(0) 推荐(0) 编辑

Debug的步骤

摘要: 1. 从VS的Call Stack中寻找蛛丝马迹;2. 不行的话,顺滕摸瓜,从产生错误的地方开始,步步跟踪,直至定位至错误代码. 阅读全文

posted @ 2008-02-03 01:17 慢步前行 阅读(255) 评论(0) 推荐(0) 编辑

2008年2月2日

Avoiding UpdateData(ZZ)

摘要: Microsoft does not adequately document the correct way to work with controls. It is left up to the programmer to somehow magically infer the correct way to do this. Unfortunately, all of the evidence ... 阅读全文

posted @ 2008-02-02 00:41 慢步前行 阅读(252) 评论(0) 推荐(0) 编辑

2008年2月1日

用代码控制CListCtrl的一行高亮显示或选择的问题

摘要: 有两点需要操作:1.选中CLISTCTRL的“SHOW SELECTION ALWAYS”复选框;2.m_List.SetItemState(0,LVIS_SELECTED,LVIS_SELECTED); 阅读全文

posted @ 2008-02-01 21:33 慢步前行 阅读(2690) 评论(0) 推荐(0) 编辑

2007年11月16日

机械版CG 实验6 简单光照明模型实现

摘要: 简单光照明模型实现 阅读全文

posted @ 2007-11-16 16:26 慢步前行 阅读(2304) 评论(2) 推荐(0) 编辑

2007年11月4日

机械版CG 实验5 Bezier曲线

摘要: Bezier曲线 阅读全文

posted @ 2007-11-04 12:06 慢步前行 阅读(1787) 评论(3) 推荐(0) 编辑

2007年11月2日

机械版CG 实验4 裁剪

摘要: 裁剪 阅读全文

posted @ 2007-11-02 18:48 慢步前行 阅读(2222) 评论(5) 推荐(0) 编辑

2007年10月26日

机械版CG 实验3 变换参考实例

摘要: 几何变换参考 阅读全文

posted @ 2007-10-26 22:53 慢步前行 阅读(2802) 评论(3) 推荐(0) 编辑

2007年10月25日

机械版CG 实验3 变换

摘要: 几何变换 阅读全文

posted @ 2007-10-25 22:15 慢步前行 阅读(2524) 评论(23) 推荐(0) 编辑

2007年10月17日

机械版CG 实验2 直线生成算法的实现

摘要: 直线光栅化 阅读全文

posted @ 2007-10-17 18:45 慢步前行 阅读(3435) 评论(11) 推荐(0) 编辑

2007年10月10日

机械版CG 实验1 像素点的生成

摘要: 实验1 实验环境的熟悉及像素点的生成 阅读全文

posted @ 2007-10-10 16:23 慢步前行 阅读(3754) 评论(2) 推荐(0) 编辑

导航