登录
首页 » C++ » SX1303224_3

SX1303224_3

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

  • EM
    说明:  em算法的学习资料,各种格式,包含c和matlab源代码,希望有所帮助(em algorithm learning materials, a variety of formats, including c and matlab source code, hope that helps)
    2011-01-08 13:23:36下载
    积分:1
  • STM32F4Discovery
    Programing led s behaviour in STM32F4Discovery board
    2016-12-12 07:14:19下载
    积分:1
  • 连续语音交互_0.1
    科大讯飞的语音识别,整个可以连续识别,可以用来参考。(The speech recognition of HKUST flight can be continuously recognized.)
    2018-05-26 22:09:55下载
    积分:1
  • DMX512
    DMX512数据协议、DMX512控制协议及其实现、舞台灯光控制技术与DMX512(DMX512 data protocol, DMX512 control protocol and its implementation, stage lighting control technology and DMX512)
    2020-10-10 14:37:34下载
    积分:1
  • 包含工程文件和说明文件。 程序使用面向对象技术,利用按钮、图片框、定时器等控件制作这款小游戏。 另外还用到了使用虚拟的控件数组技术来操作大量功能类似的控...
    包含工程文件和说明文件。 程序使用面向对象技术,利用按钮、图片框、定时器等控件制作这款小游戏。 另外还用到了使用虚拟的控件数组技术来操作大量功能类似的控件。 游戏规则:通过点击翻转图片,连续翻转出相同的图片则图片固定,否则图片仍翻回来。 在规定时间内翻开所有的图片则游戏胜利。 -Contains project files and documentation. Procedures for the use of object-oriented technology, the use of buttons, picture frames, timer controls, such as the production of this game. Also used a control array using virtual technology to operate a large number of features similar to controls. The rules of the game: flip picture by clicking on a row picture turned out the same picture is fixed, otherwise the picture still turned back. Opened in the specified time, all of the picture while the game victory.
    2022-02-12 13:02:32下载
    积分:1
  • code
    在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔, 如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序, (排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次, 则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开, 最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
    2014-02-23 00:19:04下载
    积分:1
  • MRF_imgSeg
    说明:  是马尔可夫图像分割的C++程序,可以用于遥感图像(It's a C++ program for Markov image segmentation, which can be applied to remote sensing images.)
    2021-03-18 09:09:19下载
    积分:1
  • table
    一个桌子,可以对其进行移动旋转,并可设置长宽高。(A table, you can move the rotation, and can set the length and breadth.)
    2012-05-23 20:51:32下载
    积分:1
  • renwufenpei
    任务分配问题,这是一个算法,c语言类型的,讲述如何进行多个房间的任务分配(Task allocation problem, which is an algorithm, c language type, tells how to assign multiple tasks room)
    2014-04-18 12:35:15下载
    积分:1
  • 快速行人检测
    Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection. Jianxin Wu实现的快速行人检测方法。Real-time Pedestrian Detection
    2022-04-25 16:37:18下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载