搜索资源列表
STEP1
- vc6.0实现画线第二步(深入浅出mfc) 可以画出线段
ch7_2_2
- 设定循环检测次数,这里设为只循环一次 tip_l=1 设定hough变换的遍历步径 xl=30 %设定线段起始点 xr=60 %设定线段终止点
Line-tree-and-its-application
- 描述了关于线段树的一些原理及基本操作,后面引用两个例题详细介绍了离散化,扫描线,以及二维线段树-Describes the segment tree some of the principles and basic operation, followed by reference to the two examples described in detail the discretization, scan lines, as well as two-dimensional segment tr
1
- 线段树示例,完成Mayor s posters-To segment tree example, the completion of the Mayor' s posters
caijian
- 图形学中编的线段裁剪的代码,对学习opengl和图形学比较好-Graphics compiled code segment to cut up, be good for learning opengl and graphics
弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)
- 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。