搜索资源列表
java俄罗斯方块多人对战版源程序
- 俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik's cube, able to single and multiplayer mode, but there are flaws, we hope that
openGL-S.rar
- openGL-es 3D 正方体,触摸旋转,照片贴图,ANDROID的源代码,openGL-es 3D cube, touch rotation, photo mapping, ANDROID source code
mofang(java)
- 像我们小时候玩的9宫魔方一样(内有详细解释),可以用鼠标实现旋转 -Like we were young, like play with 9 Palace Cube (with detailed explanation), you can use the mouse to achieve rotation
JAVA 3D 魔方源代码
- JAVA 3D 魔方源代码-Java 3D Cube source code
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
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.
Java_3D_Magic_Cube
- Java 3D魔方游戏源码及中文注释包。-Java 3D Rubik' s cube game notes packet source and the Chinese.
rubik
- 用java写的关于魔方的代码,算法有点麻烦,但是不影响运行-Rubik' s Cube java code
AndroidOpenGL
- android下opengl 立方体旋转的例子-android opengl cube rotate under the example of
magicCube2x2x2
- using search tree solve magice cube
Web-Cube-Games
- java语 言 一 个 魔方游戏网页程序源码-java language program source code of a web game cube
Cube
- java写的简单的魔方,可用鼠标拖动,代码简单易用-a java simple grogram
CBG01_0910681015_0910683104
- 3d Cube Java Open GL
java--mofang
- 是一个java程序,游戏程序,一个魔方程序,可以用来学习和借鉴-Is a java program, game programs, a Rubik s cube program can be used to study and learn
java-Russian-cube
- java俄罗斯方块,实现了简单的音乐、界面与游戏功能,有兴趣的朋友可以看看。-java Tetris, a simple function of music, the interface with the game, and interested friends can have a look.
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing