登录
首页 » Visual C++ » cake_src_20051226

cake_src_20051226

于 2020-10-17 发布 文件大小:635KB
0 86
下载积分: 1 下载次数: 4

代码说明:

  A C++ / OpenGL 3D Engine that demonstrates how to load Quake 3 levels.(A C++/OpenGL 3D Engine that demonstrates how to load Quake 3 levels.)

文件列表:

cake_src
........\cake
........\....\alias.cpp
........\....\alias.h
........\....\app.cpp
........\....\app.h
........\....\bezierpatch.cpp
........\....\bezierpatch.h
........\....\cake.dsp
........\....\cake.h

........\....\cake.vcproj
........\....\camera.cpp
........\....\camera.h
........\....\client.cpp
........\....\client.h
........\....\commands.cpp
........\....\commands.h
........\....\console.cpp
........\....\console.h
........\....\consts.cpp
........\....\consts.h
........\....\definitions.h
........\....\demo.cpp
........\....\demo.h
........\....\entity.cpp
........\....\entity.h
........\....\files.cpp
........\....\files.h
........\....\fmod
........\....\....\fmod.h
........\....\....\fmoddyn.h
........\....\....\fmod_errors.h
........\....\....\lib
........\....\....\...\fmodbc.lib
........\....\....\...\fmodlcc.lib
........\....\....\...\fmodvc.lib
........\....\....\...\fmodwc.lib
........\....\....\...\libfmod.a
........\....\....\wincompat.h
........\....\framework.cpp
........\....\framework.h
........\....\frustum.cpp
........\....\frustum.h
........\....\glsetup
........\....\.......\glATI.h
........\....\.......\glext.h
........\....\.......\gls.c
........\....\.......\gls.h
........\....\.......\glsu.h
........\....\.......\glswgl.h
........\....\.......\glut.h
........\....\.......\glutils.cpp
........\....\.......\glutils.h
........\....\.......\glxext.h
........\....\.......\gl_ATI_ext.h
........\....\.......\gl_NV_ext.h
........\....\.......\lib
........\....\.......\...\glut32.lib
........\....\.......\wglATI.h
........\....\.......\wglext.h
........\....\jpeg
........\....\....\ijl.h
........\....\....\JCONFIG.H
........\....\....\Jmorecfg.h
........\....\....\JPEGLIB.H
........\....\....\lib
........\....\....\...\ijl.lib
........\....\....\...\LIBJPEG.LIB
........\....\layer.cpp
........\....\layer.h
........\....\logfile.cpp
........\....\logfile.h
........\....\math.cpp
........\....\math.h
........\....\md3.cpp
........\....\md3.h
........\....\mem.cpp
........\....\mem.h
........\....\overlay.cpp
........\....\overlay.h
........\....\parser.cpp
........\....\parser.h
........\....\q3bsp.cpp
........\....\q3bsp.h
........\....\render.cpp
........\....\render.h
........\....\shader.cpp
........\....\shader.h
........\....\shaderflags.h
........\....\skybox.cpp
........\....\skybox.h
........\....\sound.cpp
........\....\sound.h
........\....\surface.cpp
........\....\surfaceflags.h
........\....\system.cpp
........\....\system.h
........\....\texture.cpp
........\....\texture.h

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

发表评论

0 个回复

  • poly-cacu
    本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。 对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。 解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。 (This question required to achieve a simple calculation of the two polynomials, the experimental requirements to complete a polynomial and multivariate polynomial arithmetic, calculation results can output. For the polynomial, which consists of coefficients, the unknown element and the index composition, given that it includes more properties, so the list is a very good choice. There are two key questions: First, identify the polynomial coefficients and each of the index Second, the results can be a good merger of similar items. Problem-solving approach: linked list, index polynomial coefficients identification, addition, subtraction and other arithmetic were simulated written calculation process. Increase the index of multiple polynomial array method and a dollar similar.)
    2011-10-04 21:04:38下载
    积分:1
  • ChiToLetter
    vc++将汉字转换成拼音的程序源代码,非常有意思,它不单纯转换为拼音,而且还可以设置分隔符,按规则转换:全部转换成大写、全部转换成小写、将首字母大写,还可以转换为现在流行的拼音首字母简写,也就是只取拼音首字母,按大写或小写提取,看来确实非常有意思也非常实用哦。(vc++ will be converted into Chinese characters spelling the source code, very interesting, it does not simply converted to Pinyin, but also can be set separators in accordance with the rules of conversion: the conversion of all upper case, all converted to lowercase to uppercase the first letter, but also can be converted to Pinyin is now the first letter of the popular shorthand, that is, only the first letter of alphabet, based on extraction of upper or lowercase, it seems very interesting indeed Oh also very practical.)
    2009-07-16 22:20:28下载
    积分:1
  • eleeye
    著名象棋软件象棋巫师源代码。循序渐进实现象棋巫师。(Famous chess wizard chess software source code. Progressive realization of chess wizard.)
    2021-01-09 21:18:56下载
    积分:1
  • Normal_estimation
    基于PCL的估算散乱点云的法矢量,并进行颜色渲染显示(estimation of normal vectors for point clouds and color rendering display based on PCL)
    2018-03-16 21:10:32下载
    积分:1
  • Chat
    自己写的聊天软件,简单实用,适合初学者学习,还请多多指教(Write their own chat software, simple and practical, suitable for beginners to learn, but also a lot of advice please)
    2009-07-06 22:30:24下载
    积分:1
  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • shebeihuanchong
    假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。(assumption that the system has two named P1, P2 and the process can be carried out two input, Output operation of equipment d1, d2. 2 process from two equipment of any one input data, and can assure them in any one piece of equipment output data. C. preparation procedures, the operating system simulation equipment used in the buffer management algorithms, completion of the admission process, operation and output data processing tasks.)
    2020-12-15 14:49:13下载
    积分:1
  • Project1
    TCP 发送模块 一点小代码`````` 仅仅当做参考(TCP Send Module)
    2010-09-10 22:05:17下载
    积分:1
  • Surveying-adjustment
    测量平差,对于测绘专业数据处理很有用,特别是c语言的薄弱的同学也有很好的帮助。(Surveying adjustment, for surveying and mapping professional data processing is very useful, especially the weak C language students also have a very good help.)
    2015-11-03 10:21:49下载
    积分:1
  • 1
    说明:  SIFT特征匹配算法的PPT,很适用,是学习SIFT的好资料.(SIFT feature matching algorithm of the PPT, it is applicable, is a good learning SIFT information.)
    2011-09-22 23:18:02下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载