自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 分享自己推导的判断点是否落在三角形中的算法

不知道是不是和前人的基本上一样,自己随便推导了一个基本思想:给定三角形顶点 A B C,以及任意一点D1、首先判断ABC要一定能保证构成三角形,只要斜率kAB != kAC即可2、从A出发作过D的射线,如果AD不平行于BC,即kAD != kBC,则AD必可交BC于E点。只要判断交点E位于BC之间,并且D位于AE之间即可保证D在三角形内。即(xE-xB)(xE-xC)所以所有的判断

2007-04-13 17:48:00 902

转载 C/C++程序员应聘常见面试题深入剖析

转载自:http://blog.donews.com/21cnbao/archive/2005/11/03/613628.aspx试题1:分别给出BOOL,int,float,指针变量 与“零值”比较的 if 语句(假设变量名为var)解答: BOOL型变量:if(!var)int型变量:   if(var==0)float型变量:const float EPSINON

2007-01-25 14:13:00 509

Rare-Earth-Doped Fiber Lasers and Amplifiers

Rare-Earth-Doped Fiber Lasers and Amplifiers, Second Edition, Revised and Expanded This book provides a discussion of the theories, operating characteristics, and current technology of main fiber laser and amplifier devices based on rare-earth-doped silica and fluorozirconate fibers. It describes the principles, designs and properties of the erbium-doped fiber amplifier and its role as the cornerstone component in optical communication systems. This second edition contains new and revised material reflecting major developments in academia and industry

2010-01-30

空空如也

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

TA关注的人

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