登录
首页 » Visual C++ » Project-exe

Project-exe

于 2020-09-07 发布 文件大小:2869KB
0 76
下载积分: 1 下载次数: 3

代码说明:

  Good car opengl that uses opengl

文件列表:

Project exe
...........\objects
...........\.......\car
...........\.......\...\chassis1.obj,92747,2011-04-22
...........\.......\...\chassis2.obj,60260,2011-04-22
...........\.......\...\door1Left.obj,2952,2011-04-22
...........\.......\...\door1Right.obj,3022,2011-04-22
...........\.......\...\door2Left.obj,5073,2011-04-22
...........\.......\...\door2Right.obj,5082,2011-04-22
...........\.......\...\door3Left.obj,1212,2011-04-22
...........\.......\...\door3Right.obj,1203,2011-04-22
...........\.......\...\LightFront.obj,1424,2011-04-30
...........\.......\...\LightRear.obj,1010,2011-04-30
...........\.......\...\rim.obj,12432,2011-04-30
...........\.......\...\signalFrontLeft.obj,698,2011-04-30
...........\.......\...\signalFrontRight.obj,706,2011-04-30
...........\.......\...\signalRearLeft.obj,250,2011-04-30
...........\.......\...\signalRearRight.obj,257,2011-04-30
...........\.......\...\wheel.obj,4780,2011-04-30
...........\.......\...\windows.obj,2915,2011-04-22
...........\.......\...\wingLeft.obj,3565,2011-04-22
...........\.......\...\wingRight.obj,3602,2011-04-30
...........\.......\environment
...........\.......\...........\house1.obj,128145,2011-04-30
...........\.......\...........\house2.obj,85186,2011-04-30
...........\.......\...........\house3.obj,6864,2011-04-30
...........\.......\...........\tree1.obj,254213,2011-04-30
...........\.......\...........\tree2.obj,191457,2011-04-30
...........\.......\texture


...........\.......\.......\sky.bmp


...........\Template_PrakCG.exe,31744,2013-05-02

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

发表评论


0 个回复

  • C++STL
    这是STL的介绍性程序。 这是STL的介绍性程序。 这是STL的介绍性程序。 (This is an introductory program STL. This is an introductory program STL. This is an introductory program STL.)
    2007-12-12 02:01:06下载
    积分:1
  • vcchq
    数据包传送源码程序,这是第二能量熵的matlab代码,均值便宜跟踪的示例。( Data packet transfer source program, This is the second energy entropy matlab code, Example tracking mean cheap.)
    2017-05-03 18:12:15下载
    积分:1
  • PhoneMS
    Phone Management System
    2014-11-25 19:16:10下载
    积分:1
  • mitk
    实现了三维超声PNN算法的GPU加速;实现GPU加速的CT圆轨道平板探测器FDK重建算法;提供对canny边缘检测算法的支持;提供交互式graph cut分割方法;实现OSTU分割算法;(Three dimensional ultrasound PNN algorithm GPU acceleration to achieve GPU accelerated CT reconstruction algorithm for circular orbits FDK flat panel detector provide support for canny edge detection algorithm provide interactive graph cut segmentation achieve OSTU segmentation )
    2010-05-13 09:40:30下载
    积分:1
  • code-of-ugupdate-for-Isight-in-MDO
    在Isight环境中集成UG/ANSYS,将UG的prt文件先储存文x_t格式文件,然后再导入ANSYS计算,将实现一个ugupdate.exe,功能除了更新prt文件文还将prt文件另存为x_t文件,以供ANSYS调用。(The Isight environment integrated the UG/ANSYS, the UG prt files first to store text x_t format file, and then import the ANSYS calculation will achieve a ugupdate.exe, functions in addition to updated prt files text will prt files saved as files x_t, for ANSYS invoked.)
    2012-12-11 16:02:37下载
    积分:1
  • Figure-topological-sort
    说明:  拓扑排序   对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。   通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意:   ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。   ②若图中存在有向环,则不可能使顶点满足拓扑次序。   ③一个DAG的拓扑序列通常表示某种方案切实可行。 (Topological sort In a directed acyclic graph G topological sort, is all vertices will G formed a linear sequence, make diagram post Meaning a pair of vertex u and v, if u, v ∈ E, then u in linear sequence in which they appear in v before. Usually, such linear sequence sequence of topological order called meet, abbreviation topology sequence. Note: (1) if the diagram according to the topology order line vertices, then figure all from left to right edge are pointing. (2) if the figure to exist in the ring, is impossible to have the vertex meet topological sequence. (3) a DAG topological sequence usually expressed some scheme is feasible. )
    2011-03-22 17:19:14下载
    积分:1
  • fasta
    DNA比对中FASTA算法的简单实现,通过建立查找表、位移表和位移向量表来得出两条序列的最大匹配位移。(DNA matching the FASTA algorithm is simple to achieve, through the establishment of a lookup table, displacement and the displacement vector table to derive maximum matching two sequences displacement.)
    2021-01-11 11:18:49下载
    积分:1
  • erziyoudumoxing1
    EPS小日本的东西挺好的 EPS小日本的东西挺好的(Good little things EPS of EPS in Japan Japan' s something very good small)
    2011-10-08 08:57:52下载
    积分:1
  • abc
    数据结构的稀疏矩阵的几部分操作,广工的课程设计(Sparse matrix operations)
    2013-12-03 15:57:53下载
    积分:1
  • LZW
    在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
    2009-12-04 20:44:45下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 20今日下载