资源列表
tuxingzuoye
- c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
showdib2
- 低层方式实现bmp位图的读取和显示,以画点的方式实现bmp位图的显示,有利于学生熟悉图象的存储结构-achieve lower bmp bitmap read and display, the painter points in a way bmp bitmap display, help students become familiar with the image storage structure
CcodeforPictureProcessing
- 图像处理入门c源码, 文件夹包含源码和文本教程,强烈推荐入门用。-image processing entry c source, the paper folder contains source code and text directory entry with a strong recommendation.
clip_2
- 多边行单边裁剪-multilateral unilateral cutting OK
ruanjian
- 纸盒模切版cad/cam系统的接口程序,可读写dxf文件-Carton Mold cad / cam system interface procedures, document literacy dxf
caddata
- 这是一个直接由文本文件生成au程序tocad数据的程序-This is a text file directly from the generating process tocad data au procedures
Sin(sin)
- 输出正弦波,其频率和振幅可调,通过该例子读者也可以编写余弦函数的输出波形-sine wave output, adjustable frequency and amplitude, through which readers can also examples of the preparation of the cosine wave output
FontControl
- 可以创建你所想要的字体,包括字体的大小,形状,字体的种类,-can create your desired font, font size, shape, font types,
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
H_atom
- 用C语言实现对氢原子电子云轨迹的仿真,用于对物理现象的观察。-C language pairs of hydrogen atoms electronic cloud trajectory simulation of physical phenomena for observation.
hueituchenxudaquan
- 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。 六
hueituruanjiecexu
- === === = =画图小将 说明文档= === === = 本程序主要实现画直线,画圆,画矩形等功能,界面友好,使用方便,构造了两个类CShape和CFunction负责画图,易于代码的移植复用。 CShape | -CShapeLine |-CShapeRect |-CShapeCircle | CFunction | |-CFuntionSelect |-CFunctionLine |-CFunctionRect