登录
首页 » Visual C++ » room

room

于 2020-09-11 发布 文件大小:615KB
0 189
下载积分: 1 下载次数: 3

代码说明:

  用CSGL&OpenGL载入数据文件加载房间(Load the data file is loaded room CSGL & OpenGL)

文件列表:

房间
....\nnOpenGL
....\........\bin
....\........\...\bin
....\........\...\...\Debug
....\........\...\...\.....\csgl.dll,380928,2002-11-03
....\........\...\...\.....\csgl.pdb,886272,2002-11-03
....\........\...\...\.....\nnOpenGL.exe,11776,2012-07-02
....\........\...\...\.....\nnOpenGL.pdb,24064,2012-07-02
....\........\...\...\.....\nnOpenGL.vshost.exe,14328,2012-07-02
....\........\...\...\.....\nnOpenGL.vshost.exe.manifest,490,2007-07-21
....\........\...\Data

....\........\...\....\World.txt,2994,1999-11-28
....\........\...\Debug
....\........\...\.....\csgl.dll,380928,2002-11-03
....\........\...\.....\csgl.pdb,886272,2002-11-03
....\........\...\.....\nnOpenGL.exe,12288,2012-07-15
....\........\...\.....\nnOpenGL.pdb,28160,2012-07-15
....\........\...\.....\nnOpenGL.vshost.exe,14328,2012-07-17
....\........\...\.....\nnOpenGL.vshost.exe.manifest,490,2007-07-21
....\........\...\nnOpenGL.csproj,3090,2012-07-02
....\........\...\obj
....\........\...\...\Debug
....\........\...\...\.....\nnOpenGL.csproj.FileListAbsolute.txt,640,2012-07-02
....\........\...\...\.....\nnOpenGL.exe,11776,2012-07-02
....\........\...\...\.....\nnOpenGL.pdb,24064,2012-07-02
....\........\...\...\.....\ResolveAssemblyReference.cache,3809,2012-07-02
....\........\...\...\.....\TempPE
....\........\...\OpenGL.cs,14423,2012-07-02
....\........\...\Program.cs,509,2012-06-26
....\........\...\Properties
....\........\...\..........\AssemblyInfo.cs,1360,2012-06-26
....\........\...\Yvonne.cs,767,2012-07-02
....\........\...\Yvonne.Designer.cs,1170,2012-06-26
....\........\Data



....\........\....\World.txt,2994,1999-11-28
....\........\nnOpenGL.csproj,3240,2012-07-15
....\........\obj
....\........\...\Debug
....\........\...\.....\nnOpenGL.csproj.FileListAbsolute.txt,1413,2012-07-17
....\........\...\.....\nnOpenGL.csproj.GenerateResource.Cache,775,2012-07-15
....\........\...\.....\nnOpenGL.exe,12288,2012-07-15
....\........\...\.....\nnOpenGL.pdb,28160,2012-07-15
....\........\...\.....\nnOpenGL.Yvonne.resources,180,2012-07-15
....\........\...\.....\ResolveAssemblyReference.cache,6145,2012-07-10
....\........\...\.....\TempPE
....\........\OpenGL.cs,14450,2012-07-15
....\........\Program.cs,793,2012-07-10
....\........\Properties
....\........\..........\AssemblyInfo.cs,1360,2012-06-26
....\........\Yvonne.cs,863,2012-07-15
....\........\Yvonne.Designer.cs,1478,2012-07-15
....\........\Yvonne.resx,5814,2012-07-15
....\nnOpenGL.sln,914,2012-07-02

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

发表评论

0 个回复

  • 半桥式LLC变换器仿真模型
    说明:  采用Visio Studio编译生成动态链接库,嵌入Psim进行仿真。仿真模型提供了半桥谐振变换器的数模混合仿真,有动态链接库实现PWM的分配。(Visio Studio is used to compile and generate dynamic link libraries, which are embedded in Psim for simulation. The simulation model provides digital-analog hybrid simulation of half-bridge resonant converter, with dynamic link library to realize PWM allocation.)
    2020-06-21 02:40:01下载
    积分:1
  • create-and-terminate-Process
    进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)
    2013-01-10 10:15:58下载
    积分:1
  • Dds--sssi
    直接序列扩频的matlab程程序源码,希望有用 (Direct Sequence Spread Spectrum Matlab process program source code, I hope useful)
    2012-07-26 23:45:31下载
    积分:1
  • HaarWavelet
    haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
    2013-12-11 09:41:20下载
    积分:1
  • kinect_playground
    说明:  一个基于kinect的鼠标小程序~~~用vs2008环境(A small program based on kinect mouse ~ ~ ~ with the vs2008 environment)
    2011-04-05 17:46:43下载
    积分:1
  • zbar-0.10
    ZBar library for Windows platform
    2015-01-29 19:37:02下载
    积分:1
  • bnch_blt
    Bit Block Transfer test
    2005-06-03 16:07:08下载
    积分:1
  • 123
    分数阶Chen系统数学模型matlab仿真源程序(Fractional Chen mathematical model matlab simulation source)
    2015-06-25 13:41:48下载
    积分:1
  • bpnnet_156
    在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。 (In practical applications, the original BP algorithm very difficult to do, so there were a lot of the improved algorithm. BP Algorithm There are two main channels, a heuristic learning method is adopted, another is the introduction of more efficient optimization algorithm. In this case the use of momentum BP algorithm to realize the network training process, momentum method to reduce the network error surface for the local details of the sensitivity of the network effectively inhibited in a local minimum.)
    2008-06-16 20:29:09下载
    积分:1
  • MFC
    MFC深入浅出,PDF格式,学习MFC的初学者可以看看。。(MFC easy, PDF format, learn the beginner can look at the MFC. .)
    2009-05-06 15:26:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载