搜索资源列表

  1. mymofang

    0下载:
  2. 一个三维魔方游戏,使用VC编写,可以练习3d图形处理-A three-dimensional Rubik' s cube game, using the VC to prepare, you can practice 3d graphics processing
  3. 所属分类:其他游戏

    • 发布日期:2024-05-22
    • 文件大小:400384
    • 提供者:XYW
  1. magicube

    0下载:
  2. 三阶魔方的代码和详细解答,用C++写的,虽然没什么界面,但是算法还不错-Order cube code and detailed answers, using C++ to write, though no interface, but the algorithm is pretty good
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:479232
    • 提供者:Sophie
  1. optiqtmSrc

    0下载:
  2. cubeExploer的优化代码,能快速给出任意魔方的二十步解法-cubeExploer optimized code, can quickly give an arbitrary cube of twenty paces Solution
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:19456
    • 提供者:博约
  1. 3Dcubegame

    0下载:
  2. 三D视图下的三阶魔方游戏,可多角度旋转察看-3 D view of the third order under the Cube game
  3. 所属分类:游戏

    • 发布日期:2024-05-22
    • 文件大小:5144576
    • 提供者:create
  1. Solution-of-the-code-C-source

    0下载:
  2. 世界上高手最短时间解魔方的最短的C源代码-The shortest time world master cube of the shortest solution C source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:
  1. matlab1231

    0下载:
  2. matlab一种基于混沌序列的魔方变换图像加密方案 重庆大学硕士论文-chaotic system,image encryption,magic-square algorithm, image-transmission
  3. 所属分类:文档资料

    • 发布日期:2024-05-22
    • 文件大小:1517568
    • 提供者:王炼
  1. 3D_magic_cube

    0下载:
  2. Visual C++ 6.0环境下实现的一个3D魔方游戏,可任意旋转到指定平面并切换指定旋转魔方块-Visual C++ 6.0 environment to achieve a 3D puzzle game can be freely rotated to rotate the specified plane and switch specifies the magic box
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:21504
    • 提供者:zdj
  1. cubematlab

    0下载:
  2. 魔方的matlab代码,用matlab实现魔方还原算法-Cube matlab code, matlab cube reduction algorithm to achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:21504
    • 提供者:天外逍遥
  1. Rubic

    0下载:
  2. 三阶魔方程序,用Applet制作,能够旋转之类的操作-Cube procedures, using Applet production, to rotate the type of operation
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:陈泽
  1. magic_1.1_code

    0下载:
  2. 3D 魔方 游戏 源码 vc++ directx -3D magic cube
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-22
    • 文件大小:1338368
    • 提供者:lili
  1. MagicCube3D

    0下载:
  2. 一个用MFC写的魔方程序,能将一个任意乱序的魔方完全恢复,并且整个过程在窗口里展示-Rubik' s Cube with the MFC write a program, can a cube out of order any full recovery, and the whole process on display in the window
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:600064
    • 提供者:飞越无限
  1. MagicCube2D

    0下载:
  2. 魔方自动求解程序一般有两种方法,一种是按照人还原魔方的步骤,一步步来,另外一种是使用数学方法,魔方自有一套复杂的数学理论,其中较著名的是两阶段算法(压缩文件中的cube430.exe使用的就是数学方法,程序作者便是two-phase算法发明人,文档中有该算的介绍) 本程序还原魔法使用的便是第一种方法。-Automatic Rubik' s Cube solver general there are two ways to
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:63488
    • 提供者:huangkangying
  1. WcgCube

    0下载:
  2. 3D魔方简单架构代码!!VC-3D Cube simple fr a mework code! !
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:20480
    • 提供者:windy
  1. 3d044

    0下载:
  2. 3D魔方旋转效果 色彩非常绚丽 逼真 有需要的朋友拿去-3D rotating cube effect is very brilliant colors need of a friend take it real
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-22
    • 文件大小:25600
    • 提供者:WC
  1. mofangpgm

    0下载:
  2. VC++开发的立体拧魔方模拟程序+开发文档,我们把魔方的模型建立起来了,但是这样的模型是死的,还不能按照我们的要求进行操作,现在我们就来建立魔方的仿真模型,也就是让它能够和真正的魔方一样转起来。由于我们的仿真模型将会通过VC++在Windows下面来实现,所以首先就要为转动操作建立触发事件,这样就可以利用消息机制对转动操作进行处理。   触发事件借助鼠标左、右键的按下和弹起这两个基本的消息来传递,通过鼠标点击的位置不同产生不同转动
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-22
    • 文件大小:57344
    • 提供者:
  1. 3D

    0下载:
  2. 3D魔方游戏的源代码,跟可执行程序,简单实用。-3D Cube game source code, with the executable program, simple and practical.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-22
    • 文件大小:1379328
    • 提供者:a2576827
  1. magic2d

    0下载:
  2. 3D魔方,实现一个简单的2*2魔方旋转以及纹理贴图-3D cube, to implement a simple 2* 2 cube rotation and texture mapping
  3. 所属分类:OpenGL

    • 发布日期:2024-05-22
    • 文件大小:1708032
    • 提供者:郭文峰
  1. Rubik-Cube-DZROLIVER

    0下载:
  2. 基于Matlab的三阶魔方模拟软件,操作简单,初学者试编程序,仅供参考。-The third-order cube based on Matlab simulation software, simple operation, a trial program for beginners, for reference only.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-22
    • 文件大小:303104
    • 提供者:豆丁
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler genera
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:eric
  1. 游戏代码

    0下载:
  2. 跳马游戏,魔方游戏,matlab学习笔记,matlab常用语法,verilog大量例程
  3. 所属分类:matlab例程

    • 发布日期:2014-05-07
    • 文件大小:182307
    • 提供者:171688
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »

源码中国 www.ymcn.org