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

搜索资源列表

  1. tbl2excel

    1下载:
  2. 骑士客户端TBL文件解密,导出到EXCEL文件,以及修改后的EXCEL文件加密,导入TBL文件的工具包含全部源代码。-Knight client TBL file decryption Export to EXCEL file and modified EXCEL file encryption tool to import TBL file contains all of the source code.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-10
    • 文件大小:301429
    • 提供者:何大志
  1. Knight-traveled

    0下载:
  2. 数据结构算法,骑士游历问题的解决及分析说明。-Data structure algorithms, Knight traveled to problem solving and the analysis shows.
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:13457
    • 提供者:程雷
  1. main

    0下载:
  2. 根据象棋中马走日规则,规定骑士走的路径,打印骑士走的步数-According to the chess horse day rules require Knight walking the path, print the number of steps to go by the Knight
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:2298
    • 提供者:小山
  1. test

    0下载:
  2. 骑士巡游问题 运用JAVA 利用递归调用-Knight tour problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:2868729
    • 提供者:joanthan
  1. flying-chess

    0下载:
  2. 骑士飞行棋,是一个控制台游戏,使用C#编程实现。-Knight FeiHangQi, is a console game, using c# programming
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:55968
    • 提供者:zouxiuming
  1. sRs-Trend-Rider

    1下载:
  2. 骑士指标.sRs_Trade_Management_Robot 用于任何时间对..MQL4-Knight indicators. SRs_Trade_Management_Robot for any time .. MQL4
  3. 所属分类:Other systems

    • 发布日期:2014-11-14
    • 文件大小:2265088
    • 提供者:林风
  1. CPP

    0下载:
  2. c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:4142
    • 提供者:王建凯
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Uses backtracking method to solve the problems of the typical algorithms: the knight tour problem, n queen problem, 0-1 knapsack problem. Recursion and divide and conq
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3288
    • 提供者:阿丁汤圆
  1. A-Knights-Journey

    0下载:
  2. POJ经典名题——骑士巡游VC++版实现附代码注释。初学者理解深搜思想很好地入门题目-The POJ classic title- Knight Parade VC++ Edition attached code comments. Beginners to understand the thinking of the deep search entry subject
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:846
    • 提供者:sc
  1. 56789

    0下载:
  2. 在一个标准8×8的国际象棋棋盘上,棋盘中有些格子是可能有障碍物的。已知骑士的初始位置和目标位置,你的任务是计算出骑士最少需要多少步可以从初始位置到达目标位置。有障碍物的格子当然不可能到达。 标准的8×8的国际象棋棋盘中每一个格子可以用唯一的编号确定。行用1~8这8个数字依次表示,列用“a”~“h”这8个字母依次表示。例如下图(a)的骑士所在位置(图中有n的格子)的编号为“d4”(注意“d”和“4”之间没有空格)。 -On a standard 88 chess board, board
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:744
    • 提供者:张一
  1. qishifeixingqi

    0下载:
  2. C# 骑士飞行棋,DOS版,初学者可以看看 小游戏而已-C# knight flight chess, DOS version, beginners can look at the small game only
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:34748
    • 提供者:刘杰
  1. Qi-Shi-Fei--Xing-Qi

    0下载:
  2. 骑士飞行棋, 附带代码说明, 控制台程序。 这是经典的入门级编程练习,涉及很多方法和类的应用。-A Little Game
  3. 所属分类:棋牌游戏

    • 发布日期:2017-11-16
    • 文件大小:37888
    • 提供者:刘尚春
  1. Mines-maze--knight-eight-Queen-s-

    0下载:
  2. 本有细小软件包含地雷、迷宫、骑士、皇后 用于探索回溯算法的研究-The software contains a small mine, maze, knights, queens used to explore the backtracking algorithm
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:981968
    • 提供者:张浩
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Use backtracking to solve the typical problems of algorithms: knight tour problem, n queens problem 0-1 knapsack problem. Use recursion and divide and conquer strategy to so
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:3720
    • 提供者:
  1. DataStructure_KnightTraverse

    0下载:
  2. VC++6.0 编译环境 数据结构的游骑士遍历实现-VC++6.0 compile environmental data structure traversal implementation tour Knight
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:8113
    • 提供者:朱海晨
  1. HorseTravel

    0下载:
  2. 骑士游历,一个用java编写的小游戏,适合喜欢开发小游戏的爱好者学习-Knight traveled, one using java game for fans of games like the development of small learning
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:2304
    • 提供者:cq
  1. qishifeixingqi

    0下载:
  2. 用c语言书写的骑士飞行棋控制台游戏,可以实现多个功能的玩法-C language written knight flight chess game console that can play multiple functions
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:2689
    • 提供者:葛天宇
  1. qishizouqipan

    0下载:
  2. C语言经典算法之骑士走棋盘,供初学者参考学习。-C language classic algorithms chessboard knight walking for beginners to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:13247
    • 提供者:武洋洋
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:444267
    • 提供者:cyj
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:9943
    • 提供者:ledonJu
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com