登录
首页 » Visual C++ » OGL_Set_Web2

OGL_Set_Web2

于 2008-08-08 发布 文件大小:1319KB
0 115
下载积分: 1 下载次数: 35

代码说明:

  Lod程序,非常好的学习LOD技术的源代码(Lod procedures, very good to learn the source code technology LOD)

文件列表:

3ds_lib
.......\3ds_lib.dsp
.......\SK3DFile.cpp
.......\SK3DFile.h
.......\StdAfx.cpp
.......\StdAfx.h
Daten
.....\arial30.dat

.....\Auge.png
.....\BFluegel.tga
.....\bf乬elob.tga
.....\brumpf.tga
.....\brumpfun.tga
.....\btriverb.tga
.....\bump.tga



.....\Fl乬el_alt.png
.....\Fl乬el_l.png
.....\fog.png
.....\f乬el_ob.png
.....\lightmap.png
.....\Metal.png
.....\Rumpf.png
.....\Rumpf_un.png
.....\Stdesttm.png
.....\strahl.png
.....\trein.png
.....\tri_verb.png
.....\tr_mitte.png
.....\verdana10.dat
.....\verdana10.png
.....\Verzle.png
.....\viper12_anim4.3DS
DemoLOD
.......\App.cpp
.......\App.h
.......\DemoBump2.dsp
.......\DemoLOD.dsp
.......\GLUTmain.cpp
DemoLOD.exe
glut32.dll
includes
........\GL
........\..\glext.h
........\..\glpng.h
........\..\glut.h
........\..\wglext.h
libs
....\glpng.lib
....\glut32.lib
License.txt
Object
......\BasicDefs.h
......\Effects.cpp
......\list.h
......\LodObject.cpp
......\LodObject.h
......\Object.cpp
......\Object.dsp
......\Object.h
......\ObjectResource.cpp
......\ObjectResource.h
......\object_include.h
......\progmesh.cpp
......\progmesh.h
......\StdAfx.cpp
......\StdAfx.h
......\vector.cpp
......\vector.h
......\wrapper.h
OGL_Set.dsp
OGL_Set.dsw
OGL_Set.opt
Readme.txt
SKMath3d
........\GeometricFuncs.cpp
........\GeometricFuncs.h
........\SKMath3d.cpp
........\SKMath3d.dsp
........\SKMath3d.h
........\SKVector3.h
........\SKVector4.h
........\StdAfx.cpp
........\StdAfx.h
Utils
.....\DDS_defs.h
.....\ImageFiles.cpp
.....\ImageFiles.h
.....\libpng.lib
.....\Log.h
.....\png.h
.....\pngconf.h
.....\SKMathAdd.cpp
.....\SKMathAdd.h
.....\SKPng.h
.....\SKSprite.cpp
.....\SKSprite.h

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

发表评论

0 个回复

  • lesson-2
    C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。(Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base class and the derived class constructor, destructor has invoked the order, how in the derived class The parameters passed to the constructor of the base class constructor, the this member variable of the insider type conversion, virtual functions and polymorphism, difference between reference and pointer variables in common. VC compiler theory and engineering process, the different classes in the project is split into the original file, and each class by one. H. Cpp file jointly, header files define the solution of the problem is repeated, cultivate good students programming habits, but also laid a good foundation for later analysis the MFC Appwizard generated engineering.)
    2012-08-26 00:37:01下载
    积分:1
  • voiceRecognitionSX
    这是一个基于DTW的语音识别算法,由matlab实现,相信对大家有帮助。(This is a DTW-based speech recognition algorithm by matlab to achieve, I believe that everyone has to help.)
    2013-11-18 16:14:02下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • Try
    做一个牛,在光照效果下的,并可用xyzh键进行翻转和远近伸缩(To be a cow, in the light under the effect of)
    2010-05-19 13:07:44下载
    积分:1
  • fsow
    电力系统最优潮流程序,可以应用于电力市场下的最优潮流计算(Power system optimal power flow program that can be applied to optimal power flow computation under the electricity market)
    2017-08-13 22:50:47下载
    积分:1
  • loadBanace
    里面包含了全部负载均衡的源码,用到了windows多线程、条件变量、临界区机制,有客户模块、服务器模块、负载处理模块,对于windows下多线程编程的学习者颇有益处。 (Which contains the source code of all the load balancing, use the windows multithreading, condition variables, critical section mechanism, the client module, the server module, the load processing module, is quite good for multithreaded programming windows learners.)
    2013-02-26 22:42:25下载
    积分:1
  • QuadraticQuadAssemble
    QuadraticQuaassemble 的源程序 matlab有限元分析源程序 (QuadraticQuaassemble source matlab source Finite Element Analysis)
    2013-11-11 13:36:05下载
    积分:1
  • Chat
    实现点对点发送文本聊天,P2P基于套接字发送和接收文本(Realize the point-to-point send text chat, P2P based on SOCKET to send and receive text)
    2013-05-31 08:30:11下载
    积分:1
  • Wmv
    说明:  VC++ WMV 视频文件帧读取,需要用到WMSDK开发包。(VC++ WMV video files frame read, need to use WMSDK Development Kit.)
    2011-03-21 23:35:48下载
    积分:1
  • polynomial_lab
    Polynomial code in c++, contain differnet functions
    2013-01-19 20:00:10下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载