资源列表
DrawWave
- 波形绘制软件,设有三个按钮,分别可以显示:一个随机波形;一个不断右移的波形;一个能向右修改的波形,类似于医疗用的心跳观察器。 在左上角还能显示即时数值。 实际使用时,把随机产生数据的一段代码去掉,把需要显示的一组数据保存到数组nAryRandomY[]就可以了。
Graphic_3
- 简单的绘图程序,可以实现判断点是否在线上以及两直线是否相交-A simple drawing program, can be achieved online, and to judge whether the point of whether the intersection of two straight lines
circle
- 扫描转换圆弧,利用中点算法,根据圆的八对称性,生成圆。
Mahe
- 这是一个关于数字图象的实验. 制作的内容是马赫带效果的显示.-This a digital image of the experiment. Production of the contents of the effect of Mach band show.
GraphicsDesign
- 计算机图形学做的课程设计, 主要有画线、画圆、画曲线、画球-do computer graphics courses, designed a line drawing, Circle, painting curve ball painting, etc.
Base64Bitmaps
- Base64Bitmaps graphic designer-Base64Bitmaps graphic designer
644
- 3d cloud label,一款很好的JS 3D动态效果标签云-3d cloud label
CurveEditor
- a graph viewer, you can anjust the x-funct and a y-funct. then there´ s a speed adjustment and a steprate to change values on x and y in realtime.
Dxfin
- dxf文件的读取,介绍了怎样从普通和高级都 dxf文件中读取有关数据
GraphDraw
- 本程序通过读取文件中的数据,实现了曲线图,柱状图和饼状图的绘制,其中包括静态和动态绘图,还可以实现图形的放大缩小,和移动-this procedure to read through the document data and realized the curve, and histogram Caky the drawing, These include static and dynamic mapping, can also be reduced to enlarge the graphic
Route
- 实现 dijksta图形最短路径并且保存图形-dijksta graphics achieve the shortest path is well preserved graphics
liujunpeng03081528
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多