搜索资源列表
paintlib-2.5.0
- paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling o
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
liujunpeng03081528
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
D-ZX-Yccsf
- 像素点的生成 直线生成算法的实现 圆生成算法的实现 区域填充的实现-pixels Generation Linear Algorithm Implementation of the Circle generation algorithm to achieve the realization of regional Filled
vector_graph
- 学习计算机图形学时要做一个设计..... 可以绘图以及保存图片,还可以用文本文件写好命令到系统中执行.-study computer graphics need to do a design ..... can save photos and graphics. You can also use text files written commands to the system implementation.
tuxingxueshiyan1
- 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。 5、通过算法的编写,切实掌握图形学中直线和圆生成的原理以及
tuxingxueshiyan4
- 1.实验目的 1、通过本次实验,掌握三维图形的旋转等变换和消隐的基本概念和相关算法。 2、掌握凸多面体的消隐算法和实现。 3、进一步熟练和掌握编程环境中三维图形的绘制和消隐的程序设计方法。 2.实验内容 1、绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等。 2、对绘制的三维几何图形实现平移、旋转、变比的基本变换。 3、编程实现凸多面体的隐藏面和隐藏线的消隐。 -1. The experiment was a passage of this experiment
IMPLEMENTATION
- 一篇很好的介绍等值线绘制和优化的英文电子文档,并附有源码
vc一个画图工具
- 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-similar to the drawing process, the basic graphics graphics scanning algorithm implementation of the graphics it would be useful for beginners
184526345
- 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of computer graphics programming p
Segy 基于C#.net平台开发的segy数据处理程序
- 基于C#.net平台开发的segy数据处理程序,简单实现了segy数据的读取,绘图部分有待完善。-Based on C#. Net platform development segy data processing, simple implementation of a data read segy, drawing some to be improved.
ljxscreen
- 有意思的屏幕画笔,基于VC++实现,编译运行后可在屏幕上写字,鼠标就成了画笔,目前功能比较单一,仅能画,不能改变笔刷粗细和颜色,而且程序貌似还有些问题:运行后任务栏不见,开始菜单也找不见,重启了电脑才回来,晕倒,请大家小心测试啊! -Interestingly, brush screen, based on VC++ implementation, compile and run the writing on the screen after the mouse has become the
Bayesian_Classification
- c++实现bayes分类算法。算法完整,有应用实例为证。-c++ implementation bayes classification algorithm. Algorithm is complete, there are application examples as evidence.
utility
- 自定义实现层 请自行移植实现基本函数即可运行 -Custom Implementation Layer
openGL-CPP
- 用openGL及C++实现的多种三维体素的绘制-With openGL and C++ implementation of a variety of three-dimensional voxel rendering
pingMu_C_sharp
- 屏幕录像专家C#源代码,全部由C#实现,运行时比较占用内存-Screen Recorder C# source code, all the C# implementation, run-time memory for comparison. . .
jisuanqi
- 用MATLAB GUI实现的一个计算器界面,能实现简单的功能-MATLAB GUI implementation using a calculator interface, easy to realize the function of
MyGraphics
- 实现各图形的综合实现程序,包括DDA直线算法实现,线段裁剪,图形几何变换,投影变换,B样条曲线生成-To achieve a comprehensive implementation of all graphics procedures, including the DDA line algorithm, the line cutting, graphics, geometric transformation, projection transformation, B-spline curve
DrawTools2005
- C# 实现的绘图工具,简单实用,里面的类写的不错,可以参考一下-C# implementation of the drawing tools
6139772-Graph-Implementation-Using-Linked-List.ra
- this is a source code for graph implementation