登录
首页 » C++ » SX1303224_3

SX1303224_3

于 2020-11-09 发布 文件大小:7783KB
0 134
下载积分: 1 下载次数: 16

代码说明:

  利用OpenGL绘制不断旋转的生日蛋糕。应用工具库中的圆柱体、球,通过使用旋转、平移、放大缩小等方法变换坐标,组成蛋糕、蜡烛、火焰等相应物体。(Using OpenGL drawing birthday cake constantly rotating. Utility library cylinders, spheres, through the use of rotating, panning, zooming and other methods transform coordinates corresponding object composed of cake, candles, flame.)

文件列表:

SX1303224_3
...........\Debug
...........\.....\MainFrm.obj,18498,2014-02-20
...........\.....\MainFrm.sbr,0,2014-02-20
...........\.....\StdAfx.obj,107026,2014-02-20
...........\.....\StdAfx.sbr,1411557,2014-02-20
...........\.....\SX1303224_3.bsc,3777536,2014-02-20
...........\.....\SX1303224_3.exe,2277429,2014-02-21
...........\.....\SX1303224_3.ilk,2706700,2014-02-21
...........\.....\SX1303224_3.obj,21761,2014-02-21
...........\.....\SX1303224_3.pch,7256104,2014-02-20
...........\.....\SX1303224_3.pdb,4449280,2014-02-21
...........\.....\SX1303224_3.res,14916,2014-02-19
...........\.....\SX1303224_3.sbr,0,2014-02-20
...........\.....\SX1303224_3Doc.obj,13526,2014-02-20
...........\.....\SX1303224_3Doc.sbr,0,2014-02-20
...........\.....\SX1303224_3View.obj,49528,2014-02-21
...........\.....\SX1303224_3View.sbr,0,2014-02-20
...........\.....\vc60.idb,345088,2014-02-21
...........\.....\vc60.pdb,405504,2014-02-21

...........\MainFrm.cpp,2512,2014-02-15
...........\MainFrm.h,1581,2014-02-15
...........\ReadMe.txt,4431,2014-02-15
...........\res

...........\...\SX1303224_3.rc2,403,2014-02-15


...........\Resource.h,499,2014-02-15
...........\StdAfx.cpp,213,2014-02-15
...........\StdAfx.h,1222,2014-02-20
...........\SX1303224_3.APS,28744,2014-02-16
...........\SX1303224_3.clw,2265,2014-02-18
...........\SX1303224_3.cpp,4299,2014-02-15
...........\SX1303224_3.dsp,4692,2014-02-20
...........\SX1303224_3.dsw,530,2014-02-15
...........\SX1303224_3.h,1411,2014-02-15
...........\SX1303224_3.ncb,107520,2014-02-21
...........\SX1303224_3.opt,409088,2014-02-21
...........\SX1303224_3.plg,1713,2014-02-21
...........\SX1303224_3.rc,10622,2014-02-15
...........\SX1303224_3Doc.cpp,1842,2014-02-15
...........\SX1303224_3Doc.h,1530,2014-02-15
...........\SX1303224_3View.cpp,15874,2014-02-21
...........\SX1303224_3View.h,3759,2014-02-21

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

发表评论

0 个回复

  • OpenGL 3
    OpenGL三维图形系统开发与实用技术》书的源码-OpenGL 3-D graphics system development and practical skills, "the source
    2022-07-19 01:06:57下载
    积分:1
  • opencv均值迭代阈值法
    是在Mac OS X EI Capitan系统上,运行平台是Clion,用OpenCV2.4.11版本,cmake编译,这是一个图像处理中均值迭代阈值法对图像进行区域分割的实现,基本的步骤为: 1)选择一个初始化阈值T,通常取灰度值的平均值; 2)使用阈值T将图像的像素分为两部分:G1包含的灰度大于T,G2包含的灰度小于T; 3)计算G1中所有像素的均值u1以及G2中所有像素的均值u2; 4)更新T=(u1+u2)/2; 5)重复步骤2)~4),直到相邻两次计算的结果小于一个预先确定的值Threshold; 6)用这个Threshold阈值作为最后的阈值进行分割
    2023-01-04 01:00:03下载
    积分:1
  • 新建文件夹
    利用形态学的形态组合滤波器对数字信号去噪,可低通滤波(Digital signal de-noising, low pass filtering)
    2017-12-26 18:14:24下载
    积分:1
  • AD7606资料-V0.8
    说明:  高精度数据采集器源程序,可以直接应用于实际项目中(High precision data collector source program, which can be directly applied to the actual project)
    2020-03-11 18:49:57下载
    积分:1
  • bcb6cgisample
    bc++build 6.0 最简CGI程序演示(bc++build 6.0 cgi example)
    2020-06-18 07:00:02下载
    积分:1
  • corba2
    关于CORBA 通信的描述和开发,原理和 概念 ,中文版 (The description on the CORBA communication and development, principles and concepts, the Chinese version)
    2010-05-12 13:34:14下载
    积分:1
  • meanvariance
    能计算图像的灰度直方图,及其对应的灰度均值(calculate means ,variance,bins)
    2012-04-18 14:58:48下载
    积分:1
  • PARSER
    语法分析,和编译原理课程配套,可以输出错误原因。输入通过读文件。(Syntax analysis, and compiler theory course package, you can output the wrong reasons. Input by reading the file.)
    2020-06-30 18:40:01下载
    积分:1
  • VCZHONGDIAOYONGMatlab
    VC中调用Matlab测试代码混合编程 对于学习VC和MATLAB 很有帮助(VC call Matlab test code mixed programming learning VC and MATLAB helpful)
    2008-04-02 12:26:51下载
    积分:1
  • xatavase
    symbian 格子的生成和使用源代码 让你明白九宫格生成原理 适合游戏开发(Symbian grid generation and use of source code to let you understand the nine grid generation principle suitable for game development)
    2019-01-06 03:47:51下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载