CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 计算机 实习

搜索资源列表

  1. graphic15

    0下载:
  2. 包括计算机实习的常见基本算法: 有breshham、中点、和DDA画线法 还有常见的画圆、椭圆和矩形算法 对于了解计算机底层的画图机制有很强的参考作用
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:jkl
  1. jsjtx

    0下载:
  2. 我以前的计算机图形学实习报告 希望对大家有个参考作用!!!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:133520
    • 提供者:yangpeidi
  1. Demo2008

    0下载:
  2. 计算机图形学实习代码 其中使用VC连接sql sever2000数据库作为存储软件
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:173567
    • 提供者:yangpeidi
  1. 计算机图形学的实习程序

    1下载:
  2. 一个计算机图形学的实习程序,实现各种直线、圆和多边形的绘制,并可以填充颜色,实现几何变换,重绘,保存等。-A computer graphics training program, to achieve a variety of lines, circles and polygons to draw, and can be filled with color, to achieve geometric transform, redraw, save and so on.
  3. 所属分类:绘图程序

    • 发布日期:2017-05-07
    • 文件大小:218506
    • 提供者:刘成堃
  1. 在OpenGL中实现基本的计算机绘图

    1下载:
  2. 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:45468
    • 提供者:许晓晓
  1. GraphDraw

    0下载:
  2. 计算机图形学的实习编程,简单的图形绘制如圆、多边形等-Internship in computer graphics programming, graphics rendering, such as a simple circle, polygon, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:61045
    • 提供者:zeswang
  1. tuxingxue

    0下载:
  2. 计算机图形学实习作业,最多50个点的连线,希望对大家有帮助。-graphics with VC on the basic code. Changed procedures include almost all of the computer graphics based algorithm!
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1880781
    • 提供者:wangcoolyu
  1. rectangular

    0下载:
  2. 这是我们计算机图形学上的实习内容,利用OPENGL绘制矩形-This is our practice on the computer graphics content, the use of OPENGL drawing rectangular
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:361083
    • 提供者:gaomouren
  1. 3Dtransformation

    0下载:
  2. VC++进行三维变换。主要用于计算机图形学的教学和实习。对本人有用,希望对大家帮助-VC++ three-dimensional transformation. Mainly used in computer graphics in teaching and practice. Be useful to me, in the hope that everyone will help
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2052181
    • 提供者:madison
  1. graphclipping

    0下载:
  2. VC++进行二维裁减。主要用于计算机图形学的教学和实习。对本人有用,希望对大家帮助-VC++ for two-dimensional cuts. Mainly used in computer graphics in teaching and practice. Be useful to me, in the hope that everyone will help
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1980003
    • 提供者:madison
  1. realtimemotion

    0下载:
  2. VC++进行实时动画。主要用于计算机图形学的教学和实习。对本人有用,希望对大家帮助-VC++ for real-time animation. Mainly used in computer graphics in teaching and practice. Be useful to me, in the hope that everyone will help
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1970340
    • 提供者:madison
  1. framemotion

    0下载:
  2. VC++编写帧动画。主要用于计算机图形学的教学和实习。对本人有用,希望对大家帮助-VC++ write-frame animation. Mainly used in computer graphics in teaching and practice. Be useful to me, in the hope that everyone will help
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1954597
    • 提供者:madison
  1. polygontocircle

    0下载:
  2. 在VB中用多边形逼近法画圆,来自本人的计算机图形学的实习作业,欢迎下载。 -The polygon approaches makeing a circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:1472
    • 提供者:sisyia
  1. raytracer1

    0下载:
  2. 自己做的一个光线跟踪程序,是麻省理工大学本科计算机图形学课程的一个实习任务,感觉挺有研究价值,所以就和大家分享一下。-Their own to do a ray tracing program, the MIT undergraduate Computer Graphics courses in a practical task, feeling Tingyou research value, so I share with you.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:94703
    • 提供者:Jim
  1. computergraphics

    0下载:
  2. 里面含有计算机图形学的讲义以及实习 ,同时含有opengl的配置以及类函数查询。-Which includes lectures and practice in computer graphics, while the configuration with opengl and class function query.
  3. 所属分类:Graph program

    • 发布日期:2017-06-19
    • 文件大小:30511104
    • 提供者:machunyan
  1. graphics

    0下载:
  2. 计算机图形学实习及考试源代码,主要包括现在主流所有算法画点、圆、直线、多边形填充等-Training and examination of computer graphics source code, including the mainstream of all algorithms is now drawing point, circle, line, polygon fill, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:4758
    • 提供者:张乐
  1. Jisuanjituxingxue

    0下载:
  2. 武汉大学计算机图形学实习指导书,一步步教你编写基于MFC的的图形学程序,内含详细代码和流程指导,非常适合计算机图形学初学者-Wuhan University, computer graphics training instruction, teaching you step by step preparation of the graphics-based MFC program, the code contains detailed guidance and procedures, is id
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:967819
    • 提供者:Ender
  1. computer-graphics

    0下载:
  2. 计算机图形学实习代码,包括图形形成、图形裁剪、图形变换、图形显示等-Code for computer graphics training, including graphical form, cut graphics, graphics conversion, graphic display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:967779
    • 提供者:w
  1. symbols

    0下载:
  2. c语言画的一些简单的符号,如圆、晕线等。计算机地图制图课的实习结果-some symbols,such as circle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1966916
    • 提供者:谢彩云
  1. graphic15

    0下载:
  2. 包括计算机实习的常见基本算法:有breshham、中点、和DDA画线法还有常见的画圆、椭圆和矩形算法对于了解计算机底层的画图机制有很强的参考作用-Including computer basic algorithm common practice: Have breshham, midpoint, and the DDA painting method also common drawcircle, oval and rectangular computer algorithms for und
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2448
    • 提供者:GTONJu
« 12 »
搜珍网 www.dssz.com