基本信息
源码名称:计算机图形学实验及课程设计源码
源码大小:25.65M
文件格式:.zip
开发语言:C/C++
更新时间:2021-02-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

syjkcsj/课设

├── Test工程课程设计框架
│   ├── LeftPortion.cpp
│   ├── LeftPortion.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.aps
│   ├── Test.clw
│   ├── Test.cpp
│   ├── Test.dsp
│   ├── Test.dsw
│   ├── Test.h
│   ├── Test.ncb
│   ├── Test.opt
│   ├── Test.plg
│   ├── Test.rc
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── TestView.cpp
│   ├── TestView.h
│   ├── res
│   │   ├── Help.ico
│   │   ├── Test.ico
│   │   ├── Test.rc2
│   │   ├── TestDoc.ico
│   │   ├── Toolbar.bmp
│   │   ├── about.bmp
│   │   ├── app.ico
│   │   ├── draw.ico
│   │   └── exit.ico
│   └── resource.h
├── 课设1-基本图元光栅扫描演示系统
│   ├── ACLine.cpp
│   ├── ACLine.h
│   ├── AEllipse.cpp
│   ├── AEllipse.h
│   ├── ColorButton.cpp
│   ├── ColorButton.h
│   ├── Ellipse.cpp
│   ├── Ellipse.h
│   ├── LeftPortion.cpp
│   ├── LeftPortion.h
│   ├── Line.cpp
│   ├── Line.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── P2.cpp
│   ├── P2.h
│   ├── RGB.cpp
│   ├── RGB.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.aps
│   ├── Test.clw
│   ├── Test.cpp
│   ├── Test.dsp
│   ├── Test.dsw
│   ├── Test.h
│   ├── Test.ncb
│   ├── Test.opt
│   ├── Test.plg
│   ├── Test.rc
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── TestView.cpp
│   ├── TestView.h
│   ├── VPixel.cpp
│   ├── VPixel.h
│   ├── res
│   │   ├── Help.ico
│   │   ├── Test.ico
│   │   ├── Test.rc2
│   │   ├── TestDoc.ico
│   │   ├── Toolbar.bmp
│   │   ├── about.bmp
│   │   ├── app.ico
│   │   ├── draw.ico
│   │   └── exit.ico
│   └── resource.h
├── 课设2-递归动态球体演示系统
│   ├── ACLine.cpp
│   ├── ACLine.h
│   ├── AET.cpp
│   ├── AET.h
│   ├── Bucket.cpp
│   ├── Bucket.h
│   ├── Face.cpp
│   ├── Face.h
│   ├── Fill.cpp
│   ├── Fill.h
│   ├── LeftPortion.cpp
│   ├── LeftPortion.h
│   ├── Light.cpp
│   ├── Light.h
│   ├── Lighting.cpp
│   ├── Lighting.h
│   ├── Line.cpp
│   ├── Line.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Material.cpp
│   ├── Material.h
│   ├── P2.cpp
│   ├── P2.h
│   ├── P3.cpp
│   ├── P3.h
│   ├── Pi2.cpp
│   ├── Pi2.h
│   ├── Pi3.cpp
│   ├── Pi3.h
│   ├── RGB.cpp
│   ├── RGB.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.aps
│   ├── Test.clw
│   ├── Test.cpp
│   ├── Test.dsp
│   ├── Test.dsw
│   ├── Test.h
│   ├── Test.ncb
│   ├── Test.opt
│   ├── Test.plg
│   ├── Test.rc
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── TestView.cpp
│   ├── TestView.h
│   ├── TransForm.cpp
│   ├── TransForm.h
│   ├── Vector.cpp
│   ├── Vector.h
│   ├── res
│   │   ├── Help.ico
│   │   ├── Test.ico
│   │   ├── Test.rc2
│   │   ├── TestDoc.ico
│   │   ├── Toolbar.bmp
│   │   ├── about.bmp
│   │   ├── app.ico
│   │   ├── draw.ico
│   │   └── exit.ico
│   └── resource.h
├── 课设2-递归动态球体演示系统.zip
├── 课设3-圆环动态纹理演示系统
│   ├── ACLine.cpp
│   ├── ACLine.h
│   ├── AET.cpp
│   ├── AET.h
│   ├── Bucket.cpp
│   ├── Bucket.h
│   ├── Data
│   │   ├── Thumbs.db
│   │   ├── texture1.bmp
│   │   ├── texture2.bmp
│   │   └── texture3.bmp
│   ├── Face.cpp
│   ├── Face.h
│   ├── LeftPortion.cpp
│   ├── LeftPortion.h
│   ├── Light.cpp
│   ├── Light.h
│   ├── Lighting.cpp
│   ├── Lighting.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Material.cpp
│   ├── Material.h
│   ├── P2.cpp
│   ├── P2.h
│   ├── P3.cpp
│   ├── P3.h
│   ├── Pi2.cpp
│   ├── Pi2.h
│   ├── Pi3.cpp
│   ├── Pi3.h
│   ├── RGB.cpp
│   ├── RGB.h
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.aps
│   ├── Test.clw
│   ├── Test.cpp
│   ├── Test.dsp
│   ├── Test.dsw
│   ├── Test.h
│   ├── Test.ncb
│   ├── Test.opt
│   ├── Test.plg
│   ├── Test.rc
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── TestView.cpp
│   ├── TestView.h
│   ├── TransForm.cpp
│   ├── TransForm.h
│   ├── Vector.cpp
│   ├── Vector.h
│   ├── ZBuffer.cpp
│   ├── ZBuffer.h
│   ├── res
│   │   ├── DefTex.bmp
│   │   ├── Help.ico
│   │   ├── Test.ico
│   │   ├── Test.rc2
│   │   ├── TestDoc.ico
│   │   ├── Thumbs.db
│   │   ├── Toolbar.bmp
│   │   ├── about.bmp
│   │   ├── app.ico
│   │   ├── draw.ico
│   │   └── exit.ico
│   └── resource.h
├── 课设4-动态光源演示系统
│   ├── AET.cpp
│   ├── AET.h
│   ├── Bucket.cpp
│   ├── Bucket.h
│   ├── Face.cpp
│   ├── Face.h
│   ├── LeftPortion.cpp
│   ├── LeftPortion.h
│   ├── Light.cpp
│   ├── Light.h
│   ├── Lighting.cpp
│   ├── Lighting.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Material.cpp
│   ├── Material.h
│   ├── P2.cpp
│   ├── P2.h
│   ├── P3.cpp
│   ├── P3.h
│   ├── Pi2.cpp
│   ├── Pi2.h
│   ├── Pi3.cpp
│   ├── Pi3.h
│   ├── RGB.cpp
│   ├── RGB.h
│   ├── ReadMe.txt
│   ├── Sphere.cpp
│   ├── Sphere.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.aps
│   ├── Test.clw
│   ├── Test.cpp
│   ├── Test.dsp
│   ├── Test.dsw
│   ├── Test.h
│   ├── Test.ncb
│   ├── Test.opt
│   ├── Test.plg
│   ├── Test.rc
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── TestView.cpp
│   ├── TestView.h
│   ├── TransForm.cpp
│   ├── TransForm.h
│   ├── Vector.cpp
│   ├── Vector.h
│   ├── ZBuffer.cpp
│   ├── ZBuffer.h
│   ├── res
│   │   ├── Help.ico
│   │   ├── Test.ico
│   │   ├── Test.rc2
│   │   ├── TestDoc.ico
│   │   ├── Toolbar.bmp
│   │   ├── about.bmp
│   │   ├── app.ico
│   │   ├── draw.ico
│   │   └── exit.ico
│   └── resource.h
└── 课设5-3DS接口演示系统
    ├── 3DS.h
    ├── AET.cpp
    ├── AET.h
    ├── Bucket.cpp
    ├── Bucket.h
    ├── Chunk.cpp
    ├── Chunk.h
    ├── Face.cpp
    ├── Face.h
    ├── LeftPortion.cpp
    ├── LeftPortion.h
    ├── Light.cpp
    ├── Light.h
    ├── Lighting.cpp
    ├── Lighting.h
    ├── Line.cpp
    ├── Line.h
    ├── Load3DS.cpp
    ├── Load3DS.h
    ├── MainFrm.cpp
    ├── MainFrm.h
    ├── Material.cpp
    ├── Material.h
    ├── Material3d.cpp
    ├── Material3d.h
    ├── Objects.cpp
    ├── Objects.h
    ├── P2.cpp
    ├── P2.h
    ├── P3.cpp
    ├── P3.h
    ├── Pi2.cpp
    ├── Pi2.h
    ├── Pi3.cpp
    ├── Pi3.h
    ├── RGB.cpp
    ├── RGB.h
    ├── ReadMe.txt
    ├── StdAfx.cpp
    ├── StdAfx.h
    ├── T2.cpp
    ├── T2.h
    ├── Test.aps
    ├── Test.clw
    ├── Test.cpp
    ├── Test.dsp
    ├── Test.dsw
    ├── Test.h
    ├── Test.ncb
    ├── Test.opt
    ├── Test.plg
    ├── Test.rc
    ├── TestDoc.cpp
    ├── TestDoc.h
    ├── TestView.cpp
    ├── TestView.h
    ├── TransForm.cpp
    ├── TransForm.h
    ├── Vector.cpp
    ├── Vector.h
    ├── ZBuffer.cpp
    ├── ZBuffer.h
    ├── football.3DS
    ├── football.bmp
    ├── football网格.bmp
    ├── res
    │   ├── Help.ico
    │   ├── Test.ico
    │   ├── Test.rc2
    │   ├── TestDoc.ico
    │   ├── Toolbar.bmp
    │   ├── about.bmp
    │   ├── app.ico
    │   ├── draw.ico
    │   └── exit.ico
    └── resource.h

13 directories, 345 files