搜索资源列表
java俄罗斯方块多人对战版源程序
- 俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik's cube, able to single and multiplayer mode, but there are flaws, we hope that
java-codes
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the c
openGL-S.rar
- openGL-es 3D 正方体,触摸旋转,照片贴图,ANDROID的源代码,openGL-es 3D cube, touch rotation, photo mapping, ANDROID source code
Rubic
- 三阶魔方程序,用Applet制作,能够旋转之类的操作-Cube procedures, using Applet production, to rotate the type of operation
mofang(java)
- 像我们小时候玩的9宫魔方一样(内有详细解释),可以用鼠标实现旋转 -Like we were young, like play with 9 Palace Cube (with detailed explanation), you can use the mouse to achieve rotation
Rubiks-Cube
- 本程序使用java语言编写的魔方程序 能够实现实现魔方的变换-This program uses the java language Cube Rubik s Cube program can achieve the transformation to achieve Cube
java-mofang
- 魔方游戏设计编程源代码 基于Java的源代码程序 对于Java的学习者很有帮助。-Cube game design programming source code Java-based Java source code program for learners helpful.
JAVA 3D 魔方源代码
- JAVA 3D 魔方源代码-Java 3D Cube source code
JAVA_3D_mofang_code
- java 3d魔方源码!java 3d学习必看入门源码!-java 3d cube source! see Getting Started to learn java 3d source!
JAVA3DCubesourcecode
- JAVA 3D 魔方源代码.rar,非常很好玩的源代码,很好玩-JAVA 3D Cube source code. Rar, very very fun source code, is a lot of fun
Game_Puzzle
- J2ME的拼图魔方游戏,9×9格子,240×320分辨率-J2ME Game Cube puzzle, 9 × 9 grid, 240 × 320 resolution
HelloJava3Db
- java 3d 基础,了解3d的一些基础知识-java 3d HelloJava3Db renders a single, rotated cube.
Cubo
- It′s a aplycation developed in java and openGL, this show a rotate cube , is very simple, is for beginner′s, because is very simple
myhuanrongdao
- 华容道,与魔方、独立钻石棋一起被国外智力专家并称为“智力游戏界的三个不可思议”。它与七巧板、九连环等中国传统益智玩具还有个代名词叫作“中国的难题”。-Huarong, and Rubik' s Cube, an independent diamond chess experts, along with foreign intelligence, and known as the " intellectual game industry' s three incredible.
JAVA3Dmofang
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件-This procedure for the release of the test Cube (MoFang.java), contains all the core code and comment
t3d
- android 3d cube demo.
MagicCubeSrc
- Magic cube game source code
magicCube2x2x2
- using search tree solve magice cube
cube-java-source-code
- 魔方java源代码,本文只供交流学习,程序也有可能有不完善的地方。-Rubik' s cube java source code, this article is for the exchange of learning, the program may have imperfections.
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing