登录
首页 » C++ » 3Droom

3Droom

于 2020-09-13 发布 文件大小:1460KB
0 243
下载积分: 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 个回复

  • STM32F10x_StdPeriph_Lib_V3.5.0
    STM32单片机的库函数STM32F10x_StdPeriph_Lib_V3.5.0(STM32f103 lib STM32F10x_StdPeriph_Lib_V3.5.0)
    2020-06-20 14:40:01下载
    积分:1
  • 密码算法md5 c源码
    1. 对信息进行填充,使其字节长度与448模512同余 2. 设置好4个链接变量,进入算法的4轮循环运算 3. 每轮一个非线性函数 F(x, y, z)  (((x) & (y)) | ((~x) & (z)))   G(x, y, z)  (((x) & (z)) | ((y) & (~z))) H(x, y, z)  ((x) ^ (y) ^ (z)) I(x, y, z)  ((y) ^ ((x) | (~z))) MD5轮主要操作: FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }
    2022-07-19 05:59:15下载
    积分:1
  • MFC 操作无线网卡
    这个是MFC无线网卡代码,能够检测电脑上的无线网卡,同时能够测得RSSI,SSID等信号。对于做网络优化,室内定位,等需要检测接收信号强度的有帮助
    2023-08-29 09:20:03下载
    积分:1
  • Simple calibration of projector
    应用opencv进行投影仪标定,直接使用,简单方便(Application of OpenCV for projector calibration, direct use, simple and convenient.)
    2017-08-16 15:21:46下载
    积分:1
  • MAT
    仿MATLAB矩阵C++运算库,包括加、减、乘、除、点加、点减、点乘、点除、赋值、转置、rank、det、eig、svd、pinv、power等的运算。inv运算使用pinv运算。最难实现的是非方阵的除法。(MatLab Matrix simulator)
    2014-10-17 10:45:03下载
    积分:1
  • 76545576
    自定义风格的SegmentedControl,IOS编程学习源码,很好的参考资料。(A custom style SegmentedControl, learning IOS programming source code, a good reference.)
    2013-12-05 09:13:30下载
    积分:1
  • boil fluent数模模拟常用蒸发冷凝相变udf
    说明:  fluent数模模拟常用蒸发冷凝相变udf(Evaporation condensation phase change UDF)
    2020-04-30 09:46:51下载
    积分:1
  • 用串口中断控制交通灯
    用串口调试助手,输入1可控制交通灯开启
    2022-05-24 00:28:19下载
    积分:1
  • Minix_brk
    Minix下brk系统调用的改进与实现(含文档)(Minix improved under the brk system call)
    2020-07-02 23:00:01下载
    积分:1
  • Skin5.0
    说明:  skin5.0 界面库,很不错的皮肤类,简单的一句代码就可以让你的程序更换皮肤(skin5.0 interface library, it is a good skin type, a simple code can make your skin replacement procedures)
    2009-07-30 20:07:24下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载