搜索资源列表
基本画图程序
- 一个画图的基本框架原代码,对图形学的初学者应该有一定的用处-a drawing of the basic framework of the original code, the right graphics beginners should have a certain usefulness
画图系统
- 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
polygonclip_demo
- Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest on
三种图像处理
- 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
mapinfo+vb
- 一个利用MapInfo和VB做的画图课程设计,功能覆盖基本画图操作,对与开发自己的作图程序很有借鉴。-a use MapInfo and VB do drawing curriculum design, functional coverage of basic drawing operations, and to develop its own very useful reference mapping procedures.
NEO_V1.1.36
- 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memor
图形的生成
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
sysgraph
- VC的一个绘图程序,包括基本图形的绘制,填充,二维变换等-VC a drawing program, including basic graphics drawing, filling, such as two-dimensional transform
graphatom
- 以前编的Java小程序, 关于Atom, 挺简单,但用到了一些基本的图形操作, 希望对大家有所帮助。-previous series of the Java programs on the Atom, quite simple, but uses some basic graphics operation, we hope to help.
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
smallGraphicSystem
- 较完善的小型图形系统 包涵了很多基本功能,是学习图形和图像者的好示范-better small graphics system covers many of the basic functions, is studying graphics and image of a good model
drawpictruesystem
- 这是一个基本的DRAWPIC程序; 用户可以在此实现图形的制造和-This a basic DRAWPIC procedures; Users can achieve this in the graphics and paint manufacturers
drawSystem
- 用VC++实现的基本绘图程序,可画直线、圆等图像,并具备填充、剪裁等基本功能。-with VC's basic drawing program, drawing straight lines, circles and other images, with the filling, basic features, such as tailoring.
ghdsde
- 一个简单的画图程序 能画基本的东西 ,并能加载或保存图片-a simple drawing program painter basic things, and can load or save photos
eb3DXCad
- cad格式文件的解析识别,使用Visual Basic开发的源代码-Analytical cad format identification, development of the use of Visual Basic source code
FlowChart
- 一款流程图设计软件,可运行设计完成后的流程图并将结果显示在一个输出窗口中,能胜任工业之用!-Flow Chart Visual Programming Language allows to run basic algorithms in a visual way. All you have to do is to place program blocks on the screen, connect them with arrows and run. You can also ru
Course_Design_CAD_Cam
- 本课程设计以尖顶从动件偏心盘状凸轮机构为例,基于Visual Basic软件编写凸轮轮廓计算机辅助设计程序,实现了既能可视地展示机构的运动,又能给出凸轮轮廓上各点所对应的极角和极径,实现计算机辅助设计。-This course is designed to spire discoid eccentric cam follower, for example, based on the Visual Basic software development, computer-aided design
basic-graphics
- 基本图形的生成和填充,使用Visual C++开发,已通过编译-basic graphics born and filled
basic-graph-generation
- 一个图形生成MFC系统,有计算机图形学的基本图形绘制算法,包括直线的三种(DDA,中点,Bresenham),圆的两种(中点,Bresenham),椭圆(中点)及区域填充(多边形扫描线,种子扫描)-MFC system to generate a graph, with the basic graphics computer graphics rendering algorithms, including three straight (DDA, the mid-point, Bresenham
basic-web-server-Test
- In this day and age you will find yourself at times needing to set a color in two different ways. If you are doing any sort of web development you will find that often you are referring to colors using a code that looks something like this #0066FF .