登录
首页 » C++ » 3Droom

3Droom

于 2020-09-13 发布 文件大小:1460KB
0 117
下载积分: 1 下载次数: 0

代码说明:

说明:  简单的OpenGL 3D OpenGL In SDL(OpenGL In SDL)

文件列表:

OpenGL - Display Lists
OpenGL - Display Lists\Bin
OpenGL - Display Lists\Bin\Data
OpenGL - Display Lists\Bin\Data\Box.png
OpenGL - Display Lists\Bin\Data\Floor.png
OpenGL - Display Lists\Bin\Data\Thumbs.db
OpenGL - Display Lists\Bin\Data\Wall.png
OpenGL - Display Lists\Bin\libpng12-0.dll
OpenGL - Display Lists\Bin\OpenGL - Display Lists.exe
OpenGL - Display Lists\Bin\SDL.dll
OpenGL - Display Lists\Bin\SDL_image.dll
OpenGL - Display Lists\Bin\Texture.txt
OpenGL - Display Lists\Bin\zlib1.dll
OpenGL - Display Lists\Source
OpenGL - Display Lists\Source\Data
OpenGL - Display Lists\Source\Data\Box.png
OpenGL - Display Lists\Source\Data\Floor.png
OpenGL - Display Lists\Source\Data\Thumbs.db
OpenGL - Display Lists\Source\Data\Wall.png
OpenGL - Display Lists\Source\libpng12-0.dll
OpenGL - Display Lists\Source\Main.cpp
OpenGL - Display Lists\Source\SDL.dll
OpenGL - Display Lists\Source\SDL_image.dll
OpenGL - Display Lists\Source\Texture.txt
OpenGL - Display Lists\Source\Tutorial.vcproj
OpenGL - Display Lists\Source\zlib1.dll

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

发表评论

0 个回复

  • BicubicHermiteCode
    使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
    2011-01-07 18:01:47下载
    积分:1
  • 改后matab程序
    6自由度机器人关节运动轨迹的一般方法,只要改下里面位移数字就行(Six degrees of freedom robot joint trajectory, the general method, so long as change in displacement under digital)
    2018-01-20 10:17:33下载
    积分:1
  • mfc-ado-sql
    这是我在公司做的数据库外挂报表 对大家的学习很有帮助(This is what I do in the company' s database plug-in for everyone' s very helpful report)
    2011-11-12 19:00:11下载
    积分:1
  • calibration
    立体匹配中的单目标定,输入图片,得出结果,官方实例(Monocular calibration)
    2017-11-19 16:58:10下载
    积分:1
  • XPO Kullanimi
    使用系统 ; 使用 System.Collections ; 使用 System.Collections.Generic ; 使用 System.ComponentModel ; 使用 System.Data ; 使用 System.Drawing ; 使用 System.Text ; 使用 System.Windows.Forms ; 使用 System.IO ; 使用 System.Diagnostics ; 使用 System.Linq ; 使用 System.Linq.Expressions ; 使用 DevExpress.Xpo ; 使用的儿子 ; 命名空间的儿子 { 公共部分类 Form2: 窗体 { XpoLogWriter 日志 ; 公共 Form2() { InitializeComponent() ; 日志 = 新 XpoLogWriter(textBox1) ; System.Diagnostics.Trace.Listeners.Add(log) ; } 私人 void Form2_Load EventArgs e 对象发件人) { / / 这条线需要显示初始查询产生的 XPO / / 当它连接到数据库以检索对象 / / 第一次后启动的应用程序 //Customer cust = XpoDefault.Session.FindObject < 客户 > (空) ; } 私人 void btnClear_Click EventArgs e 对象发件人) { textBox1.Text =""; } 私人 void btnSelectWhere_Click Ev
    2022-09-29 15:45:03下载
    积分:1
  • C++ hex class
    实现十六进制类,包括对四则运算的运算符重载和对输入输出流的重载(Implementation of the sixteen class class Including the operator overloading of the four operations and the overloading of the input and output stream)
    2017-12-08 10:17:02下载
    积分:1
  • 贪吃蛇小游戏
    #include "stdafx.h"#include #include #include #include #include #include "snake.h"int score = 0;//分数初始值int gamespeed = 100;//蛇运行速度/*函数声明区*/void Init();//图形初始化void Close();//关闭图形void Game_interface();//游戏界面void GameOver();//游戏结束void GamePlay();//运行游戏void PrintScore();//输出分数
    2022-02-20 05:54:52下载
    积分:1
  • 例程
    1.16进制定时移位程序 part2-6.c 2.设置定时器实现led定时点亮 part3.1.1.c 3.具备键盘在线设置的时间显示程序part4.1.1.c 4.录音与播放程序isd4004.c 5.步进加减并显示程序bujin.c(1.16-bit timing shift program -part2-6.c 2. Setting timer to realize led timing lighting -part3.1.1.c 3. Time display program with keyboard online settings -part4.1.1.c 4. Recording and Playing Program -isd4004.c 5. Step-by-step add-subtract and display program -bujin.c)
    2020-06-16 09:00:01下载
    积分:1
  • 锂电池充电代码
    应用背景随着全球能源危机的到来,光伏 电动车将成为这个时代的主旋律,而作为储能系统的蓄电池有着至关重要的作用。锂电池相对于蓄电池来说具有能量密度大,体积小,使用周期长等优点。关键技术锂电池放电时我们可以通过检测电压来判断放电程度,来防止过放电。锂电池在充电时由于电池内部复杂的化学反应,极化电压会上升很快,为了最大限度的保护电池寿命和利用电池SOC,通常我们将锂电池充电划分为三个阶段。
    2022-01-25 20:20:42下载
    积分:1
  • LSD检测直线段
    OPENCV3.0+VS实现直线段 LSD是一种直线检测分割算法,它能在线性的时间内得出亚像素级精度的检测结果。该算法被设计成可以在任何数字图像上都无需参数调节。它可以自己控制误检的数量:平均而言,每张图有一个误检。LSD的目标在于检测图像中局部的直的轮廓。这也是我们称之为直线分割的原因。轮廓是图像中的某些特殊区域,在这些区域,图像的灰度从黑到白或者从白到黑的剧烈变化。因此,梯度和level-line是两个重要的感念,
    2022-06-18 05:08:44下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载