CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 魔方

搜索资源列表

  1. MagicCubeDos

    0下载:
  2. 魔幻方程序VC++,包含二个优化魔方算法。-magical side VC procedures, including two Cube optimization algorithm.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10553
    • 提供者:Tony Yu
  1. MagicSquare-huishu

    0下载:
  2. 当年,学turbo c的时候,书上有一个魔方算法;十年后,一个偶然的应用,我编写了这个回溯法的魔方算法。优点:可以计算n阶魔方的所有可能组合。-year, the school turbo c, the book is a Rubik's cube algorithm; Ten years later, an accidental use, I prepared this retroactive law Cube algorithm. Advantages : can calculate
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3112
    • 提供者:双色球
  1. 用VC开发拧魔方的程序

    0下载:
  2. 这个游戏的算法不错-this algorithm good game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:90857
    • 提供者:Mudg
  1. puzzle_java

    0下载:
  2. 魔方问题是算法设计中一个难点,搜索算法的复杂度很高,在这个例子中将采用并行处理的算法对其中的限界剪枝算法进行搜索。-algorithm for solving the problem is a difficult design, search algorithm is highly complex, In this example will use parallel processing algorithms which limits pruning algorithm for the sear
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4708
    • 提供者:秦青
  1. hei-mo-fang-code

    0下载:
  2. 黑魔方图象处理代码,适用vc++开发。很实用-image processing code applies vc development. Practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28979
    • 提供者:虞明雷
  1. java3d-codes

    0下载:
  2. 一个JAVA魔方的程序,有兴趣的朋友可以-a JAVA Cube procedures, interested friends can s
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13694
    • 提供者:黄界
  1. mofangz

    0下载:
  2. 第六章实验二(1)本程序为魔方阵.C 可用来求出所指定大小的魔方-sixth chapter two experiments (1) the procedure for the Demon phalanx. C can be used to specified sizes calculated by the Cube
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1272
    • 提供者:z
  1. jisuanmofangjuzhen

    0下载:
  2. 计算魔方矩阵的演示程序源代码,很有意思,大家可以试一试-Cube matrix calculation of the display program source code, it is interesting that we can try
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1672
    • 提供者:何永远
  1. 3dmofang

    0下载:
  2. 这是用vc++ 6.0开发的一个3d魔方的程序。-vc this is the development of a 6.0 3d Cube procedures.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:22599
    • 提供者:shui
  1. magicmagicmagicmagic

    0下载:
  2. 很奇妙的魔方程序,算法很巧妙,值得参考学习-wonderful Cube procedure, the algorithm is a clever, it is worth studying reference!
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:205190
    • 提供者:李明月
  1. C_3mfz

    0下载:
  2. C语言 打印“魔方阵”,所谓魔方阵是指这样的方阵 ,它的每一行,每一列和对角线之间和均相等。例如,三阶魔方阵为 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方数的自然数的魔方阵。-C language Print "demons Matrix" and the so-called magic matrix is the matrix, which each row, Each series and between di
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:942
    • 提供者:WJ
  1. mofangxxxx

    0下载:
  2. 构造奇数阶魔方的简便方法c++实现.方法独特,很巧妙!-structure of the odd order Cube c simple method to achieve. Unique method, is a clever!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5471
    • 提供者:刘华
  1. zjjcube

    0下载:
  2. 使用层先算法还原魔方,已有初始状态 如想还原自己的魔方,必须把魔方状态加到源代码中。最后程序给出还原步,是用魔方通用语言表示的-first-use reduction algorithm Cube has initial state who wish to reinstate their Cube, Cube state must be added to the source code. Final procedure is reduced further, the Cube is the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:73986
    • 提供者:张建杰
  1. GL_Rubik

    0下载:
  2. 一个用opengl做的rubik魔方,有贴图,灯照,基于MFC的-an opengl do with the rubik Cube, a map, lamp, for MFC
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:111985
    • 提供者:bijianing
  1. MagicCubeGame

    0下载:
  2. 一个用OpenGL实现得3D魔方益智游戏,注意只能DEBUG编译. 较简单,初始时,没有在各立方面上贴上位图,只是用不同得颜色来区分. 支持很多热键处理.如ESC,q,w,e,r,t,y,a,s,d,f,g,h,<-,->,向上,向下等 其热键处理值得我们写游戏时借鉴.-with an OpenGL 3D Cube in educational games, DEBUG only to compile. relatively simple, primitive, ther
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:59410
    • 提供者:苏语
  1. 200583111196065

    0下载:
  2. 这是一款魔方游戏的源程序 !感觉上不错!希望大家多多支持!可以玩一下!不错 的 啊!-This is one Cube game of the source! It feels good! Hope that we can support! Play! Good ah!
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:24117
    • 提供者:小刚
  1. CChessSource

    0下载:
  2. 这是一款魔方游戏的源程序 !感觉上不错!希望大家多多支持!可以玩一下!不错 的 啊!-This is one Cube game of the source! It feels good! Hope that we can support! Play! Good ah!
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:186117
    • 提供者:小刚
  1. WcgCubes

    0下载:
  2. 一个用VC++做的3D魔方游戏,注意不是用JAVA做的哦-a VC do 3D Cube games, the attention was not so oh JAVA
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:23311
    • 提供者:John
  1. hfuman

    0下载:
  2. 一个用VC++做的3D魔方游戏,注意不是用JAVA做的哦-a VC do 3D Cube games, the attention was not so oh JAVA
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8647
    • 提供者:John
  1. mofang

    0下载:
  2. 一个魔方图的程序,希望大家给予支持!-a Rubik's cube map procedures in the hope that we can give support!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1031
    • 提供者:陈吉余
« 1 2 3 4 5 6 78 9 10 11 12 ... 35 »
搜珍网 www.dssz.com