登录
首页 » Java » Cube_OpneGL

Cube_OpneGL

于 2020-03-11 发布
0 171
下载积分: 1 下载次数: 1

代码说明:

说明:  OpenGl 3D 立方体多纹理贴图源码,立方体可以由鼠标控制让其转方向。(OpenGl 3D cube multi-texture source code. The cube can be turned by the mouse.)

文件列表:

Cube_OpneGL, 0 , 2014-11-26
Cube_OpneGL\.classpath, 273 , 2010-11-15
Cube_OpneGL\.project, 814 , 2010-11-15
Cube_OpneGL\AndroidManifest.xml, 692 , 2010-11-15
Cube_OpneGL\assets, 0 , 2010-11-15
Cube_OpneGL\bin, 0 , 2011-06-25
Cube_OpneGL\bin\classes.dex, 13616 , 2011-06-25
Cube_OpneGL\bin\com, 0 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng, 0 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl, 0 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\GLTutorialBase.class, 8505 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\GLTutorialCube.class, 5175 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\MainActivity.class, 844 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\R$attr.class, 361 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\R$drawable.class, 577 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\R$layout.class, 415 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\R$string.class, 448 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\R.class, 531 , 2011-06-25
Cube_OpneGL\bin\com\macrocheng\cubeopengl\ViewAnimator.class, 1450 , 2011-06-25
Cube_OpneGL\bin\Cube_OpneGL.apk, 96896 , 2011-06-25
Cube_OpneGL\bin\resources.ap_, 87925 , 2011-06-25
Cube_OpneGL\default.properties, 364 , 2010-11-15
Cube_OpneGL\gen, 0 , 2010-11-15
Cube_OpneGL\gen\com, 0 , 2010-11-15
Cube_OpneGL\gen\com\macrocheng, 0 , 2010-11-15
Cube_OpneGL\gen\com\macrocheng\cubeopengl, 0 , 2010-11-15
Cube_OpneGL\gen\com\macrocheng\cubeopengl\R.java, 935 , 2011-06-25
Cube_OpneGL\res, 0 , 2010-11-15
Cube_OpneGL\res\drawable, 0 , 2010-11-15
Cube_OpneGL\res\drawable\aa.png, 12530 , 2010-11-11
Cube_OpneGL\res\drawable\bb.png, 19264 , 2010-11-11
Cube_OpneGL\res\drawable\cc.png, 13141 , 2010-11-11
Cube_OpneGL\res\drawable\dd.png, 11309 , 2010-11-11
Cube_OpneGL\res\drawable\ee.png, 17116 , 2010-11-11
Cube_OpneGL\res\drawable\ff.png, 14036 , 2010-11-11
Cube_OpneGL\res\drawable-hdpi, 0 , 2010-11-15
Cube_OpneGL\res\drawable-hdpi\icon.png, 4147 , 2010-11-15
Cube_OpneGL\res\drawable-ldpi, 0 , 2010-11-15
Cube_OpneGL\res\drawable-ldpi\icon.png, 1723 , 2010-11-15
Cube_OpneGL\res\drawable-mdpi, 0 , 2010-11-15
Cube_OpneGL\res\drawable-mdpi\icon.png, 2574 , 2010-11-15
Cube_OpneGL\res\layout, 0 , 2010-11-15
Cube_OpneGL\res\layout\main.xml, 382 , 2010-11-15
Cube_OpneGL\res\values, 0 , 2010-11-15
Cube_OpneGL\res\values\strings.xml, 174 , 2010-11-15
Cube_OpneGL\src, 0 , 2010-11-15
Cube_OpneGL\src\com, 0 , 2010-11-15
Cube_OpneGL\src\com\macrocheng, 0 , 2010-11-15
Cube_OpneGL\src\com\macrocheng\cubeopengl, 0 , 2010-11-15
Cube_OpneGL\src\com\macrocheng\cubeopengl\GLTutorialBase.java, 7275 , 2010-11-15
Cube_OpneGL\src\com\macrocheng\cubeopengl\GLTutorialCube.java, 6038 , 2010-11-15
Cube_OpneGL\src\com\macrocheng\cubeopengl\MainActivity.java, 583 , 2010-11-15
Cube_OpneGL\src\com\macrocheng\cubeopengl\ViewAnimator.java, 1384 , 2010-11-15

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

发表评论

0 个回复

  • Java
    设计模式一(单子、工厂、策略模式)练习 1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise 1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
    2020-07-01 06:40:02下载
    积分:1
  • DHUtil
    utility class for converting jce/jca DH objects objects into their org.bouncycastle.crypto counterparts.
    2013-12-11 13:18:31下载
    积分:1
  • chatSystem
    通过用JAVA语言编程出可以窗口聊天的程序,跟QQ聊天窗口差不多。(By using the JAVA programming language that can chat program window, with the QQ chat window almost.)
    2014-04-29 15:48:55下载
    积分:1
  • PathDashPathEffectTest
    Path Dash Path Effect Test extends Test Case Source Code for Andriod.
    2013-12-16 11:34:56下载
    积分:1
  • hibernate3
    说明:  hibernate3的通用dao类及通用工具类, 导出导入数据库... (hibernate3 generic dao class and general tools, export and import database ...)
    2011-04-03 23:59:48下载
    积分:1
  • QuicSort
    显示一个应用界面,可以对数字进行快速排序,并显示交换次数(Digital display the interface of an application, quick sort, and display the number of exchanges)
    2012-12-30 19:56:57下载
    积分:1
  • Exe4_3
    3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(FuelEngine),且能够驾驶(drive)。自行车的共同特征是能够骑行(ride)。电动车辆的共同特征是由电池(Battery)驱动。天然气车辆的共同特征是采用天然气(NaturalGas)作为动力。 要求: (1)设计一个类体系描述上述车辆,写出它们的属性和方法。 (2)一家公司(Company)拥有10辆普通小汽车、5辆公交车、2辆电动小汽车和1辆天然气公交车,要求写一个方法listVehicles()显示所有车辆的信息(车牌号以及采用的动力)。 程序文件命名为Exe4_3.java。(3. Known vehicle (Vehicle) including motor vehicle (MotoVehicle) and non-motorized (NonMotorVehicle) 2 species. Cars (Car), bus (Bus), etc. to motor vehicles, bicycles (Bicycle), etc. are non-motor vehicles. With the development of energy technologies, the emergence of electric bicycles (ElectricBicycle), electric cars (ElectricCar), natural gas buses (NaturalGasBus) and other new vehicles. A common feature of the vehicle is able to run (run), and there are only five license plate number (LicenseNumber). Common feature is the use of a motor vehicle fuel engine (FuelEngine), and is capable of driving (drive). Common feature is the ability to ride a bike (ride). Common characteristics of the electric vehicle is driven by a battery (Battery). A common feature is the use of natural gas vehicles (NaturalGas) as the driving force. Claim: (1) describe the design of a class system of the vehicle, write their properties and methods. (2) a company (Company) owns 10 ordinary cars, five buses, )
    2015-06-14 18:22:51下载
    积分:1
  • 人脸识别系统源码以及数据库(ArcSoftFaceDemo)
    根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
    2021-05-06下载
    积分:1
  • JavaSE
    javaSE基础教程,个人总结,适合初学者。(javaSE based tutorial, personal summary, suitable for beginners)
    2014-03-15 21:16:14下载
    积分:1
  • shopping
    一个简单的购物车程序,用eclipse编写,servlet实现,数据库用的是SQL2000,可实现用户管理、商品数量的增加、修改、删除等功能。(A simple shopping cart application, written with the eclipse, servlet implementation, the database is used SQL2000, enable users to manage, increase in the number of goods, modify, and delete functions.)
    2011-06-08 10:55:08下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载