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

搜索资源列表

  1. 9Menu

    0下载:
  2. j2me下用低级界面简单实现的九宫格菜单。-j2me,menu.
  3. 所属分类:J2ME

    • 发布日期:2017-04-03
    • 文件大小:7272
    • 提供者:zhangyong
  1. jiugong

    0下载:
  2. 使用递归方法计算九宫图,虽然程序很小,但很精确。值得一看。 -Nine-palace calculated using the recursive map, although the procedure is very small, but very accurate. Worth a visit.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:162297
    • 提供者:yewenpeng
  1. pymap9

    0下载:
  2. 九宫 为初次学习游戏编程的朋友提供参考, 结构比较简单,做为学习之用。-Nine-palace for the first time to study game programming friends provide a reference, the structure is relatively simple as learning.
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:708796
    • 提供者:fdy
  1. jiugong

    0下载:
  2. 九宫问题原代码,解决九宫按要求重排问题.-Nine-palace the issue of the original code, solve the Nine-palace required rearrangement problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:13151
    • 提供者:nqk
  1. 20080116153752_jgg

    0下载:
  2. 九宫方格图,通过此程序用户可以很好的掌握回溯算法,并能够对mfc德变成有一定了解-Nine-palace grid map, through this process the user can grasp a good retrospective algorithm, and able to mfc Germany into a certain understanding of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:710046
    • 提供者:张戈
  1. nine

    0下载:
  2. 人工智能实验的九宫问题 是用C语言写的-Nine-palace the issue of artificial intelligence experiment is written in C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1156
    • 提供者:lshi
  1. JiuGong

    0下载:
  2. 九宫游戏的实现,用VC开发,利用了模式识别的有关理论知识-Nine-palace of the realization of the game with VC development, use of pattern recognition of the theoretical knowledge
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:48900
    • 提供者:zhufenglong
  1. 8shuma

    0下载:
  2. 在3X3的九宫棋盘上有标号为1~8的8个棋牌,和一个空白位,通过棋牌向空白位移动来改变棋盘布局,如何移动棋牌才能从初使布局到达目标布局.显然解答路径实际上就是一个合法的走步序列-Nine-palace in the 3X3 of the chessboard are numbered 1 to 8 of 8 Card, and a blank spaces, through the Card to the blank spaces to change the chessboard layout
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:160313
    • 提供者:wxh
  1. jiugongwenti

    0下载:
  2. (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。-(Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:46438
    • 提供者:小橘子
  1. aa

    0下载:
  2. 九宫问题的深度和广度优先算法-Nine-palace the issue of the depth and breadth of the priority algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:14667
    • 提供者:xiao
  1. Nine-palacerearrangementalgorithm

    0下载:
  2. 在VC环境下开发的九宫重排算法,实验室验证本算法完全正确-VC environment in the development of Nine-palace rearrangement algorithm, laboratory validation of this algorithm completely correct
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:8890
    • 提供者:12345678
  1. jiugongpaixu

    0下载:
  2. 一个java语言编写的九宫排序程序,此程序中未设置图片,大家可以自己根据需要设置做成拼图游戏-A java languages Nine-palace sort procedures, this process is not set picture, everyone can make their own jigsaw puzzle set up in accordance with required
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1232
    • 提供者:丁佳军
  1. lwuit

    0下载:
  2. J2ME lwuit实现屏幕九宫图,功能十分强大-Nine-palace implementation J2ME lwuit screen map function is very powerful
  3. 所属分类:J2ME

    • 发布日期:2017-04-25
    • 文件大小:445159
    • 提供者:陈达
  1. CJGProject

    0下载:
  2. Symbian工程 九宫格界面,可进入记事本功能,进行增添改查等操作-Symbian squares engineering interface, access to notebook functions, such as to add the operation to check
  3. 所属分类:Symbian

    • 发布日期:2017-05-15
    • 文件大小:3586417
    • 提供者:news
  1. AIsearchproblem

    0下载:
  2. 对于通常的九宫问题(八数码)的一个解决方案,程序中实现的三种搜索算法——深度,广度,启发式-Nine-palace for the usual problems (8 digital) of a solution, and procedures to achieve the three search algorithms- depth, breadth, heuristic
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1222156
    • 提供者:Liny
  1. Queue_realize

    0下载:
  2. 用队列实现了重排九宫算法,这是一类经典的滑块游戏-Queue with a Nine-palace rearrangement algorithm, which is a kind of classic slider game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:1343
    • 提供者:Jam Green
  1. SudokuFS

    0下载:
  2. 9×9九宫填数游戏,使用Microsoft Visual Studio 2005环境编写。-9 × 9 Nine-palace fill in a few games, the use of Microsoft Visual Studio 2005 environment to prepare.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:348409
    • 提供者:曾洪
  1. 8

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。-8 digital issues the problem is also known as Nine-palace. In the 3 × 3 chessboard, before there are eight pieces, each piece marked a 1-8 figures, the number of different pieces on the subjec
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7965
    • 提供者:朋朋
  1. arrary

    0下载:
  2. symbian 动态数组实现自定义九宫格,绝对原创,适合初学者参考-symbian custom dynamic array realization of squares, an absolute original, suitable for beginners reference
  3. 所属分类:Symbian

    • 发布日期:2017-04-04
    • 文件大小:624886
    • 提供者:王一
  1. jiugongtu

    0下载:
  2. 利用遗传算法求解九宫问题,这个是我们人工智能与专家系统的作业,保证能用-Nine-palace using genetic algorithm, which is the artificial intelligence and expert system for operation, can be used to ensure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1497858
    • 提供者:zy8354207
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 27 »
搜珍网 www.dssz.com