搜索资源列表
BSplineDemo.rar
- 用vc编写的一个B样条曲线算法,根据鼠标输入的点动态绘制B样条曲线,并且可以修改控制点,从而修改曲线形状.
VC_JPG
- 从网上下的 加入jpeg支持的CImg.h 图像库应用例子- 没有界面, 就几个语句,就可以实现图片的显示、在图片上绘图、处理鼠标输入等等 原作者邮件地址如下: bugzhao@sdu.edu.cn-from the Internet under the support of the accession CImg.h jpeg image database application examples - no interface, on a few words on the p
liujunpeng20060618
- 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding algorithm 1.1 of the window and
liujunpeng20060618polygon
- 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mou
Cutter
- 本程序实现了直线裁减和多边形裁剪!窗口由鼠标输入算法为Liang-Barsky算法-the realization of linear reduction and polygon clipping! Window from the mouse input to the algorithm Liang - Barsky algorithm
SHUBIAOBezierCurve
- 鼠标输入型值点画出贝塞尔曲线 OPENGL开发环境
BSplineDemo.rar
- 用vc编写的一个B样条曲线算法,根据鼠标输入的点动态绘制B样条曲线,并且可以修改控制点,从而修改曲线形状., A B transect curve algorithm compiles which with vc, inputs the spot tendency according to the mouse to draw up the B transect curve, and may revise the control point, thus revision curve shape
B_
- 1. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。 2. 用鼠标输入一组数据点,插值生成一条B-样条曲线-1 with the mouse to drag the input points as control vertices to generate a B-spline curves, showing the control points and polygons. Pick the curve
txx
- 1) 直线的生成 内容:用Bresenham算法画直线 要求: 将象素网格表现出来,建立网格坐标系 用橡皮筋的形式输入参数 鼠标移动时,显示鼠标当前位置 显示判别式的计算过程和下一点的选择策略 记录生成点的坐标,建议用表的形式 图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求: 将象素网
Ch5Demo4
- 用MFC平台实现的鼠标输入程序,非常简单,也很容易学习。-MFC platform using the mouse input process, a very simple and easy to learn.
Bezier
- 实现 bzier 曲线的绘制的源程序,鼠标输入控制顶点即可自动画出bzier曲线-The realization of the drawn curve bzier source, the mouse will automatically enter the draw control points bzier curve
B
- 实现b样条曲线的绘制的源程序,鼠标输入控制顶点即可自动画出b样条曲线-B-spline curve to achieve the mapping of the source, the mouse will automatically enter the draw control vertex b-spline curve
Bezier
- 基于MFC的Bezier curve算法,鼠标输入控制顶点,交互界面。-Bezier curve of MFC-based algorithm, mouse input control points, interactive interface.
CCreateLine
- 创建直线段类,通过鼠标输入起点、终点创建直线段,并实现橡皮筋功能-Category above to create a straight line through the starting point of the mouse input, the end of paragraph to create a straight line, and the rubber band feature
CG
- 利用用户用鼠标输入三个点,以这三个点为顶点画一个三角形,再以三条边中点为顶点画新三角形。新三角形和原三角形围成三个三角形区域。对这三个区域分别再作上述操作直到三角形达到一定小。 输入一个点之后,以输入点和鼠标当前点点为端点画线段,线段随鼠标移动而移动。输入两个点之后,以输入的两个点和鼠标当前位置为顶点直接生成三角形,三角形随鼠标移动而改变形状。输入三个点之后三角形确定形状。再次输入点之后清除以前的三角形,重新生成。 三角形着色:对于初始三角形,设三个顶点分别为红,蓝,绿三色。图形内的小三
Bezier_curve
- MFC绘制贝齐尔曲线,使用鼠标输入控制顶点-MFC Drawing Bezier curves, use the mouse input control points
NaiveBayesianclassifier
- 朴素贝叶斯分类器识别鼠标输入的字母A-J-Naive Bayesian classifier to recognize the letters AJ mouse input
MouseInput
- 这是学习d3d编程中鼠标输入的源代码,是一个学习的小例子,希望对大家有所帮助-This is a learning d3d programming source code for mouse input, is a small example of learning, we hope to help
ScanarithDemo
- 程序具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。-Program has the following features: 1, using the mouse input method to determine the vertices to be filled polygons 2, polygon scan conversion
VCPPDelaunay
- 鼠标输入二维点实现三角化剖分的程序,适合初学者练习用-using mouse to input 2D points,we can get Delaunay mesh.