CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 其他智力游戏 搜索资源 - Problems

搜索资源列表

  1. number1

    0下载:
  2. 八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth - first algorithm. AI problems
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2921
    • 提供者:晓天
  1. 开窗户

    0下载:
  2. 一个有趣的开窗户游戏java源代码,如有问题请留言-an interesting game quickly java source code, please leave if problems
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1636
    • 提供者:dad
  1. woo_hdtgame

    0下载:
  2. 汉诺塔游戏 好久没动手写过东西了,练习的东东,还有很多问题,适合初学者学习,代码里有注释。 -HANOR hands game had not written anything, the Eastern practice, there are many problems, for beginners learning, there are code Notes.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:374581
    • 提供者:Woo
  1. shudu

    0下载:
  2. 高效数独算法,C语言编写,具有按难度出题和解题功能,附注释和说明文档-Sudoku efficient algorithm, C language, with questions and solving problems according to difficulty of the function, annotated and documentation
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:3293
    • 提供者:Suze
  1. ThreeSimpleAppletSudoku

    0下载:
  2. 三个简单的数独小程序,它们分别用了不同的算法,对于想了解简单数独的求解问题的人来说是挺有帮助的-Sudoku three simple applets, they were a different algorithm, would like to know about Sudoku solving simple problems is quite helpful
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:3373
    • 提供者:与超
  1. epoch

    0下载:
  2. VC++棒子打老鼠游戏源代码,俗称打地鼠,程序可以编译,但运行时候棒子的显示有些问题,也就是程序在处理BMP图像时候有些不完善,不过整体可以玩,相信大家都知道这款游戏 ,现在发布源代码供研究。-VC++ stick fighting games mouse source code, commonly known as playing to the Rat, the procedure can be compiled, but when the stick is running the show
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:67341
    • 提供者:790
  1. sudokusolver

    0下载:
  2. a sudoku solver can solve sudoku problems which contains one solution or no solution. using backtracking algorithm-a sudoku solver can solve solve sudoku problems which contains one solution or no solution. using backtracking algorithm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:1100
    • 提供者:alex
  1. Sudoku

    0下载:
  2. 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:bird
  1. keyboard

    0下载:
  2. 这个是简单的dos系统下的打字游戏,为了一个同学的期末考试,很短时间内编写的,用法可在运行时知道,在字符集选取时,有些问题,请自己根据需要改写,只限于最初的初学者。- a simple type words game,just for learners who first study C++.There are some problems,you can change it with your pleasure.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-11
    • 文件大小:2879201
    • 提供者:沛沛
  1. pushBox

    0下载:
  2. 推箱子游戏,基本完成,但是还存在一些小问题。-Sokoban game, basically completed, but there are still some small problems.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1501
    • 提供者:苏毅
  1. qishizouqipan

    0下载:
  2. 骑士走棋盘问题 * coding:Yovae www.yovae.com * 算法描述:假设骑士所在当前位置八个方向x,y坐标分别为{-2,-1,1,2,2,1,-1,-2},{1,2,2,1,-1,-2,-2,-1} * 遍历选择八个方向中下一个可走方向,选择下一个方向中可走步数最少的方向继续走。 * 简单的说,先将最难的位置走完,接下来的路 * 就宽广了,骑士所要走的下一步,为下一步再选择时,所能走的步数最少的一步。-Knight go board problems
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:6459
    • 提供者:小峰
  1. A-wise-man-live

    0下载:
  2. 问题的提出:17世纪法国数学家加斯帕的一本《数学的游戏问题》描述了许多有趣问题,约瑟问题就是其中之一: 15名基督教徒和15名异教徒同乘一船航行,途中风浪大作,危机万分,领航者告诉大家,只要将全船的一半人投入海中,其余人就能幸免。大家都同意这个办法,并协定者30人围成一圈;由第一个人起报数,每数至第9人便把他投入海中,下一个接着从1开始报数,第9人又被投入海中,依次循环,直至剩下15人为止。问题是如何排法使投入海中的人全为异教徒? 编程的思路:此问题有人把它的答案隐示于下列詩句中:
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:11556
    • 提供者:jim
  1. Chinese-chess-Java-source-code

    0下载:
  2. 本文针对中国象棋程序设计的一系列问题,总结出一些搜索引擎的设计方法,并给出java语言的实现-In view of the Chinese chess program design of a series of problems, this paper sums up some design method of search engine, and gives the realization of the Java language
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 基于控制台的扫雷游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。-Minesweeper game console based graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes. Note
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1877202
    • 提供者:姚陈堃
  1. gobang-game

    0下载:
  2. 基于控制台的五子棋游戏,用easyX提供的图形接口进行编写,适合初学者,简单易懂,注释全面。注:安装图形库需要去EasyX官网下载“2012立冬版”,必须是这个版本,因为后来新的版本对有些函数做了调整,导致显示会有问题。-Console-based backgammon game, the graphical interface provided by easyX be written for beginners, easy to understand, comprehensive notes.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1799792
    • 提供者:姚陈堃
  1. 2

    0下载:
  2. 哥德巴赫猜想是数论中存在最久的未解问题之一。这个猜想最早出现在1742年,哥德巴赫猜想可以陈述为:“任一大于2的偶数,都可表示成两个素数之和。本程序用C编译验证哥德巴赫猜想的程序。-Goldbach conjecture in number theory is one of the oldest unsolved problems exist. The suspect first appeared in 1742, Goldbach s conjecture can be stated as:
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:21144
    • 提供者:guowei
  1. opensudoku_a5

    0下载:
  2. Android 数独游戏源码一款经典的益智类游戏 它旨在通过手指和键盘控制。它预装90在3个难度级别的谜题,更多的难题,可以从网上下载,它也允许你输入自己的难题。 -Android Sudoku game source code of a classic puzzle game which aims fingers and keyboard control. It comes preloaded with 90 in three difficulty levels of puzzles, mor
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:913503
    • 提供者:赵俊强
  1. MemoryBlock

    0下载:
  2. C#版本记忆方块游戏,使用VS2010开发的,有多种游戏模式选择,简单有趣,测试没有发现问题-C# version of the memory game box, using VS2010 developed a variety of game modes choice, easy and fun, the test found no problems
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:228065
    • 提供者:MasonLu
搜珍网 www.dssz.com