搜索资源列表

  1. BacktrackPack

    0下载:
  2. 算法分析与设计,回溯法,通过工程切割来进行回溯发分析-algorithm analysis and design, retroactive law, the adoption of projects to cut back hair analysis
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25464
    • 提供者:jack
  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 algorit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3112
    • 提供者:双色球
  1. BAHUANGH

    0下载:
  2. 八皇后是用回溯算法实现的-eight Queen's algorithm is used to achieve the back
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1240
    • 提供者:李林
  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:91790
    • 提供者:宋敦江
  1. FindSuperwayFunction

    0下载:
  2. 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be comple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878857
    • 提供者:刘晶
  1. gooleansweryang

    0下载:
  2. n后问题回溯(递归) C/C++编写的n后问题回溯(递归) 欢迎大家使用,给大家带来愉快的心情-problems after n retrospective (recursive) C / C n prepared by the issue after backtracking (recursive) Everyone is welcome to use. give us some pleasant mood
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10192
    • 提供者:杨文博
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. My8Queen

    0下载:
  2. 八皇后问题:用回溯算法做的 -8 Queens : The backtracking algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:谢朝
  1. huishuo-VB

    0下载:
  2. 回溯演算法解迷宮問題-VB 本代碼是回溯演算法的非常經典的例子,可以做遊戲作簡單參考-backtracking algorithm maze problem - the VB code is backtracking algorithm very classic example. can be done to make the game simple reference
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3419
    • 提供者:張小龍
  1. chinahorse

    0下载:
  2. 如果車不動,請設計算法:按馬走日的方法但又不能被車吃掉,用回溯法設計馬的走法,並打印出路程.可以做為軟體設計的參考-If the car does not move, please algorithm design : taking Japan by Ma but the car can not be eaten, Design Retrospective with a horse walk, and print out distanc
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3023
    • 提供者:張小龍
  1. c++huisu

    0下载:
  2. 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5113
    • 提供者:lee
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34671
    • 提供者:xuyan
  1. 0-1snap

    0下载:
  2. 算法设计与分析 第五章王晓东版的 回溯法的0-1背包问题 -algorithm design and analysis of the fifth edition of Wang Xiaodong Zhang law retroactively 0-1 knapsack problem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:316140
    • 提供者:xiaobao89
  1. 142240696

    0下载:
  2. 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6945
    • 提供者:形锦纶
  1. 112611712642

    0下载:
  2. 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:721896
    • 提供者:形锦纶
  1. nqueenlvb

    0下载:
  2. 这个是八皇后问题的回溯加las vegas算法,为了测试两种算法结合在一起的效率。-This is the Queen's eight retroactive increase in las vegas algorithm, To test two algorithms combined efficiency.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:王王
  1. optimizebackpack

    0下载:
  2. 背包问题c算法实现,利用回溯法实现的背包问题详解,内附源代码即详细注解,以及一些优化的思想,很容易理解,是一个很好的算法,通过调试,可以运行。-knapsack problem c algorithm, using the retrospective method to achieve Hi knapsack problem, the source code that contains detailed notes, and some
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2184
    • 提供者:xiaowei
  1. queensLV

    1下载:
  2. 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1190
    • 提供者:陈国武
  1. saleman

    0下载:
  2. ACM的旅游商问题 (回溯算法) 编写的不是很好 请多多包涵 如果有什么问题,可以给我发Email hongzhiweih@163.com-ACM tourist operators (backtracking algorithm) is not well prepared Please excuse me if there was any problem can give me a Email hongzhiweih@16
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:42048
    • 提供者:小痞子
  1. migonggame1

    0下载:
  2. 此程序是一款为年轻人设计的脑筋游戏,它可以按照我们的意愿在屏幕上自如地移动,是人工智能领域中的经典问题。利用计算机强大的计算机能力和庞大的存储空间可以采用讨论问题每一步走法,并存储形成的状态。当某一走法不可能达到目标时,可以回溯到并选择另一种走法。采用这种方法可以节省编程者的劳动。对于简单的问题能够轻松得到答案。但是在此处,由于求胜过程中出现的中间状态实在太多,在通常使用微机上仍可能出现内存不足的问题,这就迫使要考虑让计算机多一点逻辑
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13367
    • 提供者:陈磊
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org