CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - cube

搜索资源列表

  1. njie

    1下载:
  2. n阶魔方完美版 没什么好说的,大家看吧-n-Cube perfect version nothing more to be said, everyone sees.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1565
    • 提供者:陈曦
  1. programming

    0下载:
  2. 一个俄罗斯方块的外挂程序 不过不全,但可以参考以下程序-a Rubik's cube ins, however incomplete, but can refer to the following procedure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5889
    • 提供者:记号
  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. 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. Bastile

    0下载:
  2. XC的儿子小XC最喜欢玩的游戏用积木垒漂亮的城堡。城堡是用一些立方体的积木垒成的,城堡的每一层是一块积木。小XC是一个比他爸爸XC还聪明的孩子,他发现垒城堡的时候,如果下面的积木比上面的积木大,那么城堡便不容易倒。所以他在垒城堡的时候总是遵循这样的规则。小XC想把自己垒的城堡送给幼儿园里漂亮的女孩子们,这样可以增加他的好感度。为了公平起见,他决定把送给每个女孩子一样高的城堡,这样可以避免女孩子们为了获得更漂亮的城堡而引起争执。可是他发现自己在垒城堡的时候并没有预先考虑到这一点。所以他现在要改造城
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:shao
  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. 最大子长方体问题

    0下载:
  2. *Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p rectangular cut into the 000 m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1256
    • 提供者:phq
  1. ZOJ1035-Cube

    1下载:
  2. ZOJ1035Cube这题.多注意,细心就能AC(Accepted)了.-ZOJ1035Cube this title. And more attention will be able to carefully AC (Accepted) a.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1450
    • 提供者:高海东
  1. Eight_Puzzle_Problem

    0下载:
  2. 关于八数码魔方问题的编程,希望有研究的人可以互相讨论-Rubik' s cube on the issue of the eight digital programming, researchers would like to have each other to discuss
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1960
    • 提供者:snake
  1. cubicroot

    0下载:
  2. 求一个实数的立方根的算法,用C++来实现,不是很难-Seeking the cube root of a real algorithm, using C++ to implement, not difficult
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:455551
    • 提供者:周皓
  1. diedaifa

    0下载:
  2. // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:572
    • 提供者:赵汉卿
  1. 20092201

    0下载:
  2. 这是一个用C语言实现魔方的程序,通过给定的输入方式控制每个面的转动-this is a cube in c, you must read the coorsponding letter on the main.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:102509
    • 提供者:张浩
  1. HuanFang

    0下载:
  2. 对平面魔方的构造,分为三种情况:N为奇数、N为4的倍数、N为其它偶数(4n+2的形式)-The plane of the cube structure, divided into three cases: N is an odd number, N is a multiple of 4, N is other even (4n+2 the form)
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:162678
    • 提供者:Ivan
  1. 4X4X4

    0下载:
  2. 4X4X4光立方取模软件 4X4X4光立方取模软件-The modulo 4X4X4 Light Cube software 4X4X4 light cube modulo software
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:11419
    • 提供者:fjsnowmail
  1. 8X8X8

    0下载:
  2. 8X8X8光立方取模软件 8X8X8光立方取模软件-8X8X8 Light Cube the modulo Software 8X8X8 light cube modulo software
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:20559
    • 提供者:fjsnowmail
  1. 魔方阵

    0下载:
  2. 魔方阵问题解答,使用c++,源代码,数据结构与算法(Cube matrix problem, using c++, source code, data structures and algorithms)
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Amysear
搜珍网 www.dssz.com