10 2012 档案

Identifying the Brain's Own Facial Recognition System
摘要:http://news.sciencemag.org/sciencenow/2012/10/identifying-the-brains-own-facia.html?ref=emby Elizabeth Nortonon23 October 2012, 6:00 PMThe ability to recognize faces is so important in humans that the brain appears to have an area solely devoted to the task: the fusiform gyrus. Brain imaging studies 阅读全文

posted @ 2012-10-27 09:00 burellow 阅读(205) 评论(0) 推荐(0)

Earthquake Experts Convicted of Manslaughter
摘要:by Edwin Cartlidgeon22 October 2012, 3:10 PML'AQUILA, ITALY—Seven experts tasked with giving advice ahead of the deadly earthquake that struck here in 2009 have been found guilty of manslaughter by a judge in the central Italian town this evening. The four scientists, two engineers, and a govern 阅读全文

posted @ 2012-10-27 08:57 burellow 阅读(217) 评论(0) 推荐(0)

MDI中通过GetActiveView获得VIEW
摘要:CMDIFrameWnd *pFrame = (CMDIFrameWnd *)AfxGetApp()->m_pMainWnd; // Get the active MDI child window. CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); /* or CMDIChildWnd *pChild = pFrame->MDIGetActive(); */ // Get the active view attached to the active MDI child window. CBusC 阅读全文

posted @ 2012-10-24 16:34 burellow 阅读(610) 评论(0) 推荐(0)

代码管理技巧——两步创建本地SVN服务器图文教程【转】
摘要:原帖:http://www.cnblogs.com/tianhonghui/archive/2012/07/22/2603454.html当我们进行开发的时候,不论是独立开发还是处在团队中,合理的对源代码管理是十分重要的。下面我就介绍一下如何在本地创建SVN服务器。 我们需要首先安装TortoiseSVN 之后教程开始: 首先我们需要在本地创建一个文件夹,作为SVN服务的文件夹 之后我们右键选择菜单下Create Repository here如下图: 屏幕剪辑的捕获时间: 2012/7/22 9:25 小乌龟这时会提示你创建成功! 接下来我们在另一个目录下进行Check Out 屏幕... 阅读全文

posted @ 2012-10-24 14:38 burellow 阅读(346) 评论(0) 推荐(0)

ex vivo, in vivo, in vitro 三者区别用法
摘要:In vivo means in life, so something would be the whole, living organism that the scientist is using as a scientific subject. It is best for "observing the overall effects of an experiment on a living subject."In vitro means in the glass, so it means the experiment is carried out outside of 阅读全文

posted @ 2012-10-09 19:02 burellow 阅读(46607) 评论(2) 推荐(0)

导航