搜索资源列表
221121711222005622135524929143
- 一个画nurbs曲面的vc程序 可能贵站已经有此代码 贵站有许多程序代码我非常有用 需要写进我工作所要做的dxf数据转换程序中 希望站长能开通我的帐号 让我下载贵站代码完成我的工作 完成后我会将代码上传 那是一个将dxf转换成 点 线 面的程序 会转换所有 dxf平面 图形 所有平面的 块 图层 颜色 填充体 现在只差dxf的样条曲线 就会完成 程序 贵站有我需要的B样条 nurbs等 曲线的代码 会帮助我完成程序 完成后我会将代码 上传 我的程序 汇集了 GIS系统 数据转换系统 实现了一些
gnuplot_i c++
- 通用绘图程序,用于科学工程相关图表的绘制,交互式和自动模型转换-generic drawing program for scientific projects related charts mapping, interactive and automatic conversion model
zhuerPolygon
- 图形学上机实验 区域填充:多边形扫描转换-graphics on the plane experimental area filling : polygon scan conversion
图形的生成
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
ImageToBit
- 这是在C++Builder6下写的一个将彩色图文件 转换成不同位图文件程序,供参考。-This is the C Builder6 wrote under the color of a document conversion into different bitmap file procedures, for reference.
tuxingxuedazouye
- 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的
liujunpeng03081528
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
C_LIB
- 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中
fill_point
- 种子填充算法,先把种子像素如栈,再逐点扫描该点左右边界之间的像素,并置成新的像素,即完成一条扫描线的转换,然后再取上下扫描线并重复上面的过程,即完成填充.-seed filling algorithm, the first seed pixels as stack, then scan the point-by-point about the border between the pixels, home and a new image, namely, the completion of a
vprinterw2k_src
- C++虚拟打印机源码,可将任何文件内容转换为图像文件。-C source code can be any contents of the paper documents converted to images.
Computer_Graphics_Algorithm
- 该程序实现了图形学中的一些算法,如画线、画圆,填充、直线多边形、扫描转换,扫描线消隐算法以及一个简单的Gouraud光照模型。-the realization of a number of graphics algorithms, painting lines, the Circle, filling, linear polygon scan conversion, Lines scanning algorithm and a simple scan illumination model.
DXF2GL
- dxf文件 to opengl文件 可直接转换 显示图形-dxf documents to opengl documents can be converted directly display graphics
Scan304
- 扫描线算法是扫描转换多变形的常用算法,它充分利用了相邻向素之间的连贯性,该程序实现多变形扫描转换算法,-scan line scan conversion algorithm is more commonly used deformation of the algorithm, it makes full use of the ratio between adjacent to the coherence, The procedure multi - deformation scan conve
bmptojpg2
- 能够将bmp文件转换为jpg文件,推荐。开发环境:vc6.0
BMP文件转换为JPG文件的源代码
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll ,BMP file into a JPG file of source code, call the jpgdll.dll
SinceDraw
- 比较初级的绘图程序,可以绘制正玄图,其中有用到坐标转换的,即屏幕坐标和所建直角坐标间的转换。-Comparison of elementary drawing program, you can draw is mysterious figure, in which useful to coordinate transformation, that is, the screen coordinates and the construction of the conversion between r
AutoCAD_XY2BL
- 测绘人员在AutoCAD中处理测量数据时,经常会遇到高斯平面坐标与大地坐标的相互转换问题,本程序代码则可以帮助大家直接在AutoCAD中轻松实现这一转换。 希望对大家有所帮助。-AutoCAD mapping personnel to deal with measurement data, we often encounter Gauss plane coordinates and geodetic coordinate mutual conversion problems, this
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
ComGraphic
- 基于Visual C++的多边形扫描转换算法实现(Implementation of polygon scan conversion algorithm)
autocad版本转换器
- CAD 版本转换器,可打开各种版本AUTOCAD 文件(CAD version converter to open various versions of AUTOCAD files)