登录
首页 » Visual C++ » Cube

Cube

于 2020-09-06 发布 文件大小:12551KB
0 254
下载积分: 1 下载次数: 5

代码说明:

  OpenGL wandering (OpenGL space wandering )

文件列表:

Cube
....\Cube

....\....\anji.mtl,1793,2015-06-01
....\....\anji.obj,153383,2015-06-01
....\....\AS_Creation_AmbassadorII_733023_base.jpg
....\....\chair.obj,3832,2015-05-26
....\....\Cube.vcxproj,4308,2015-06-17
....\....\Cube.vcxproj.filters,1403,2015-06-17
....\....\Debug
....\....\.....\Cube.Build.CppClean.log,801,2015-06-01
....\....\.....\Cube.log,2254,2015-06-17
....\....\.....\Cube.tlog
....\....\.....\.........\CL.read.1.tlog,30666,2015-06-17
....\....\.....\.........\CL.write.1.tlog,468,2015-06-17
....\....\.....\.........\Cube.lastbuildstate,176,2015-06-17
....\....\.....\.........\link.read.1.tlog,3518,2015-06-17
....\....\.....\.........\link.write.1.tlog,564,2015-06-17
....\....\.....\.........\rc.read.1.tlog,2200,2015-06-17
....\....\.....\.........\rc.write.1.tlog,238,2015-06-17
....\....\.....\Resource.res,92,2015-06-17
....\....\.....\vc120.idb,781312,2015-06-17
....\....\.....\vc120.pdb,528384,2015-06-17
....\....\.....\wander.obj,498956,2015-06-17
....\....\desk.mtl,406,2015-05-23
....\....\desk.obj,84670,2015-05-23
....\....\desk1.mtl,406,2015-05-26
....\....\desk1.obj,84048,2015-05-26
....\....\desk2.mtl,406,2015-05-26
....\....\desk2.obj,88241,2015-05-26


....\....\floor.mtl,442,2015-05-26
....\....\floor.obj,1197,2015-05-26

....\....\fountain.mtl,440,2015-06-01
....\....\fountain.obj,43758,2015-06-01
....\....\light.h,1708,2015-05-26
....\....\LoadObj.h,2620,2015-06-01
....\....\Resource.aps,1924,2015-06-17
....\....\resource.h,998,2015-06-17
....\....\Resource.rc,3204,2015-06-17
....\....\Source.cpp,7353,2015-05-26
....\....\table2.bmp,786486,2015-05-25
....\....\table2.jpg,82448,2014-05-20
....\....\wall.bmp,786488,2015-05-26
....\....\walls.mtl,432,2015-05-26
....\....\walls.obj,8784,2015-05-26
....\....\walltexture.bmp,5515206,2015-05-26
....\....\wander.cpp,7604,2015-06-17
....\....\wood.bmp,232374,2014-05-26
....\Cube.sdf,33751040,2015-06-17
....\Cube.sln,958,2015-04-21
....\Debug
....\.....\Cube.exe,169472,2015-06-17
....\.....\Cube.ilk,1138740,2015-06-17
....\.....\Cube.pdb,2772992,2015-06-17
....\readme.txt,327,2015-05-26

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

发表评论

0 个回复

  • car-tracking
    使用51单片机以及红外管,这段代码实现小车沿着黑色线路准确行走,但是要自己修改到合适的左右轮速度才能完美转弯。(By using 51 MCU and IR LED light tube, the code can achieve the goal of moving according to the black line. But you need revise the speed data of the left and right tire so that the car can turn aroud perfectly. )
    2015-08-26 13:00:00下载
    积分:1
  • 04-道路缺陷自动检测程序
    路面缺陷监测, 作为沥青路而最重要的两种破损形式,疲劳开裂和一车辙己经成为影响路I衍使用性能的主要因素。根据交通部《高速公路养护质量检测方法(试行)》之规定,公路养护部门需要定期对公路路面状况进行病害调查,以便指定相应的维修养护策略。而沥青路面裂缝是路面疲劳开裂与车辙的直观表现形式,因此沥青路面裂缝必然成为路而调查的一项重要指标。传统的人工裂缝调查方法越来越不能适应高速公路发展的要求,其毛要缺陷是速度慢,个人主观程度大,而且花费高,危险,还影响正常交通。因此,研发有效的自动检测算法是当前急待解决的热点和难点问题。(Pavement defect monitoring)
    2021-03-03 12:59:33下载
    积分:1
  • linear_equation_with_one_unkown
    MATLAB—linear equation with one unkown(linear equation with one unkown)
    2010-05-23 17:18:41下载
    积分:1
  • callgate
    nt/xp callgate读cr0(nt/xp callgate read manually )
    2006-12-22 15:40:19下载
    积分:1
  • knapsack-problem-UC
    0-1背包问题解决机组组合问题(给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大?? 在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。 )(0-1 knapsack problem solving unit commitment problem (in a given N items and a backpack. Weight of the items i is Wi, the value of bit Vi, knapsack capacity C. Ask how to choose the items into the backpack, making the turn The total value of goods for the biggest backpack?? when selecting items for each item i have only two choices, that is loaded or not loaded backpack backpack. items i can not speak loading times, can not just load part of the article, so the problem is called 0-1 knapsack problem.))
    2014-05-16 10:56:47下载
    积分:1
  • dianliu
    散射电流仿真、可视化、c++和matlab(Scattering current simulation、visualization、c++and matlab )
    2012-03-30 10:56:36下载
    积分:1
  • PELCO-d_protocol
    PELCO-D协议的pdf文档,外加一个小程序 声明:个人网上收集,并转载(PELCO-D agreement pdf files, plus a small procedure statement : Personal Internet collection, and reproduced)
    2007-06-06 04:25:54下载
    积分:1
  • kmeans_wsn
    无线传感器网络中使用kmeans算法对网络节点进行分簇(wsn kmeans)
    2020-12-07 22:19:20下载
    积分:1
  • cSharp2
    C#从入门到精通,这就是下半部分,大家可以自己找上半部(C# From Novice to Professional, which is the lower half, you can find yourself on the half)
    2013-12-11 11:05:13下载
    积分:1
  • PID
    PID与模糊控制程序,模糊控制采用查询方式,PID为增量式(PID and fuzzy control procedures, the use of inquiry methods of fuzzy control, PID for Incremental)
    2021-03-05 23:09:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载