登录
首页 » Visual C++ » MeshSimply

MeshSimply

于 2013-09-02 发布 文件大小:1574KB
0 127
下载积分: 1 下载次数: 125

代码说明:

  图形学大作业,通过网格简化实现了对obj模型的简化,并通过OpenGL实现了对简化后的面片的显示(Graphics great work, through the realization of the obj mesh simplification model simplification, and through OpenGL realize the simplified display facets)

文件列表:

网格简化
........\bin
........\...\2.obj,130274,2009-11-26
........\...\glut32.dll,169984,1998-08-18
........\...\simple.exe,163840,2013-06-23
........\doc
........\...\网格简化实验报告.pdf,299887,2013-09-02
........\...\网格简化算法使用说明.pdf,197169,2013-06-23
........\src
........\...\data.cpp,1540,2013-06-23
........\...\data.h,1528,2013-06-23
........\...\heap.cpp,2427,2013-06-23
........\...\heap.h,544,2013-06-23
........\...\node.cpp,590,2013-06-23
........\...\node.h,592,2013-06-23
........\...\show.cpp,4035,2013-06-23
........\...\show.h,230,2013-06-23
........\...\simple.cpp,1221,2013-06-23
........\...\stdafx.cpp,211,2013-06-19
........\...\stdafx.h,577,2013-06-23
........\...\targetver.h,498,2013-06-19
........\...\vector.cpp,2022,2013-06-23
........\...\vector.h,909,2013-06-23
........\...\work.cpp,9370,2013-06-23
........\...\work.h,287,2013-06-23
........\vs2008
........\......\Debug
........\......\.....\2.obj,130274,2009-11-26
........\......\.....\Command Prompt.lnk,1178,2013-06-23
........\......\.....\glut32.dll,169984,1998-08-18
........\......\.....\simple.exe,163840,2013-06-23
........\......\.....\simple.ilk,865552,2013-06-23
........\......\.....\simple.pdb,1281024,2013-06-23
........\......\.....\test.bat,412,2013-06-23
........\......\.....\test.obj,36774,2013-06-23
........\......\simple
........\......\......\data.cpp,1540,2013-06-23
........\......\......\data.h,1528,2013-06-23
........\......\......\heap.cpp,2427,2013-06-23
........\......\......\heap.h,544,2013-06-23
........\......\......\node.cpp,590,2013-06-23
........\......\......\node.h,592,2013-06-23
........\......\......\ReadMe.txt,1177,2013-06-19
........\......\......\show.cpp,4035,2013-06-23
........\......\......\show.h,230,2013-06-23
........\......\......\simple.cpp,1221,2013-06-23
........\......\......\simple.vcproj,5551,2013-06-23
........\......\......\simple.vcproj.lidongfang-PC.lidongfang.user,1423,2013-06-23
........\......\......\stdafx.cpp,211,2013-06-19
........\......\......\stdafx.h,577,2013-06-23
........\......\......\targetver.h,498,2013-06-19
........\......\......\test.obj,7,2013-06-23
........\......\......\vector.cpp,2022,2013-06-23
........\......\......\vector.h,909,2013-06-23
........\......\......\work.cpp,9370,2013-06-23
........\......\......\work.h,287,2013-06-23
........\......\simple.ncb,6458368,2013-06-23
........\......\simple.sln,884,2013-06-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • massive-mimo
    为满足对日益增长的数据传输速率和系统容量 的要求,无线宽带移动通信已由传统的单输入单输 出(single-input single-output,SISO)系统发展到多输 入多输出(multiple-input multiple-output,MIMO)系 统(In MIMO systems, channel state information (CSI) is necessary for coherent detection and channelequalization at the receiver.)
    2014-09-02 21:19:52下载
    积分:1
  • Explosion-and-Shock-Simulation
    爆炸与冲击的仿真研究 爆炸与冲击的仿真研究(Explosion and Shock Simulation Explosion and Shock Simulation )
    2011-12-18 11:14:32下载
    积分:1
  • dhk1.5
    利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
    2020-10-29 15:09:56下载
    积分:1
  • Visual-C-chap4
    Visual C++编程与项目开发编程实例 chap4(Visual C++ programming and project development corresponding source code programming examples chap4)
    2013-10-14 11:05:20下载
    积分:1
  • PhotoCut
    基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助(OpenCV based on the realization of the image shear, the interception of a small software, to learning more OpenCV friends help)
    2020-11-17 15:19:41下载
    积分:1
  • MATLABcode
    matlab中对图形轮廓的特征提取代码,程序实现,(matlab in the graphic outline feature extraction code, program implementation,)
    2013-09-03 19:40:06下载
    积分:1
  • openGL房间
    OpenGL3D房间场景,可漫游移动,房间内有桌椅等简单家具。(OpenGL3D room scene, can roam, room with table and chair, and other simple furniture.)
    2020-09-13 14:07:59下载
    积分:1
  • VCPPread-large-file
    VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。(VC++ read large documents (binary), VC6 compiler, usually we open a large number of words of the text, you will find the computer very slow or even crash, not because the file is too large, but because of a simple notepad without large file open process, there is this hope that this VC small example can inspire you some inspiration.)
    2016-11-14 09:14:24下载
    积分:1
  • bayesnetwork
    用k2算法从先验概率构建贝叶斯网络,实现推理,结构学习,参数学习用贝叶斯方法。(K2 algorithm using Bayesian network built from the a priori probability to achieve reasoning, structure learning, parameter learning.)
    2009-11-12 14:17:04下载
    积分:1
  • occi_gcc343_x86_32_102030.tar
    OCCI 10g10.2版本修正库 32位,解决了getString 报段错误的BUG问题(OCCI 10g10.2 library version fixes)
    2021-01-10 23:18:51下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载