登录
首页 » C++ » SimpleGame

SimpleGame

于 2011-09-18 发布 文件大小:773KB
0 124
下载积分: 1 下载次数: 10

代码说明:

  Dev C++ OpenGL模板 简单的OpenGL小游戏,使用了各种OpenGL特性。 可以作为OpenGL游戏制作模板程序。(This tutorial attempts to answer a few of the questions I m asked on a daily basis. You wanted to know how to tell if you have clicked on an object with your mouse (picking). You wanted to know how to draw objects to the screen without a specific color showing up (alpha blending or alpha testing). You wanted to know how to sort objects so they appear properly when blending in enabled (sorting). This tutorial is a complete game and is considered advanced. Make sure you have a good undestanding of OpenGL before you jump into the code.)

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

发表评论

0 个回复

  • FATFS windows端调试代码 支持重入
    要支持苹果盘,基于FATFS对苹果盘文件进行读写,但是调试很麻烦。 所以做了个windows版本,方便调试
    2022-01-31 06:19:59下载
    积分:1
  • Embedded_Microprocessor_Systems_3E
    for students to research embedded system
    2009-11-11 01:42:31下载
    积分:1
  • c
    说明:  c#代码,在程序主方法中,由用户依次输入月份和需要订购机票的数量,分别保存到整数变量month和sum中。 (c# code, the program' s main method, followed by the user to enter the month and the number of tickets need to be ordered, are saved to an integer variable month and the sum of.)
    2013-09-15 11:35:35下载
    积分:1
  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • SSDTHookProcess
    使用SSDTHOOK实现防止进程结束的功能,供大家参考(Use SSDTHOOK realize the function of preventing the end of the process, for your reference)
    2020-06-28 21:40:02下载
    积分:1
  • 90%准确率黄金外汇香港欧美平台通用
    90高胜率EA,利用货币之间的利差关系进行对冲,收益稳定。(90 high winning rate EA, using the spread between currencies to hedge, the return is stable.)
    2020-06-24 04:40:02下载
    积分:1
  • 建表:表1:学生表列类型是否是其索引…
    建表: 第一个表:学生表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 姓名 字符串10位 否 否 年龄 整型 否 否 地址 字符串50位 否 否 班级 字符串10位 是 否 备注: 班级:2001,2002,2003, 第二张表:成绩表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 课程id 字符串10位 是 否 成绩 浮点型 否 否 备注: 唯一索引:学号+课程id 第三张表:课程表 列名 类型 是否是索引 是否为空 课程id 字符串10位 是 否 课程名称 字符串30位 否 否 备注: 唯一索引:课程id 课程名称:高数,大学物理,C语言 写出建表 sql语句 数据导入: 1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课程1条数据,每个学生全选了课程表所有的课程,写出sql语句和数据 sql语句 1. 统计班级为2001的班级的学生个数的sql语句和统计结果 2. 统计选择高数的学生个数的sql语句和统计结果 3. 计算每个学生的总成绩的sql语句和统计结果 4. 选出选择课程为C语言的学生资料和查询结果 5. 写出导出这三张表的数据的sql语句-built table : Table 1 : Table students listed types of whether indexing is whether the school to an empty string, whether the names of eight string 10 No No age Integers address string 50 No No 10 classes string whether Remarks : classes : 2001, 2002, the second table : 8 id 10 id id 10 Fu Series 30 No No Note : The only Index : id courses Course name : high number of university physics, write C-language production table s
    2022-02-07 21:52:00下载
    积分:1
  • qt 实现的故障树
    qt 实现的故障树 void FaultTree::calcPosition(){    int maxLayer = 0;    //获取最大层数    for (int index = 0; index < m_list.size(); ++index)    {        if (m_list.at(index)->layer() > maxLayer)            maxLayer = m_list.at(index)->layer();    }    //计算最大宽度    int maxWidth = 0, count;    for (int layer = 1; layer < maxLayer+1; ++layer)    {        count = 0;        for (int index = 0; index < m_list.size(); ++index)        {            if (m_list.at(index)->layer() == layer)                count++;        }        if (count > m
    2022-08-26 04:01:10下载
    积分:1
  • CourseManage2.0
    Asp.net试题素材管理系统源码 一个多用户在线题库管理系统,可以实现各类试题的添加和管理,可以实现管理员、老师和学生的三级管理 用户管理:管理员、老师、学生信息的添加和管理 科目管理:考试科目的管理 章节管理:科目中的章节管理 试题管理:可以选择科目和章节,题型(填空题、是非题、名词解释题、简答题等)、难度选项 默认管理帐号密码均为admin 默认学生登陆帐号密码均为student 系统实现三层架构开发(内附开发文档),利用了Asp.net2.0中的master、skin、gridview等控件,采用Sql2005数据库(DB下为数据库文件,附加即可)(very good)
    2012-04-10 20:08:13下载
    积分:1
  • 15
    说明:  图象压缩方面的论文pdf格式 可用于毕业设计方面的工作(Image compression pdf format papers for school design work)
    2010-05-26 20:35:06下载
    积分:1
  • 696516资源总数
  • 106478会员总数
  • 6今日下载