CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 搜索算法

搜索资源列表

  1. ConsultationDlg

    1下载:
  2. 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:76795
    • 提供者:文嘉
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. 传教士与野人渡河问题深度优先搜索

    1下载:
  2. 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9059
    • 提供者:藤力
  1. 八数码多算法实现

    1下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:75625
    • 提供者:藤力
  1. MirClient

    0下载:
  2. 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:251322
    • 提供者:安定机
  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68466
    • 提供者:老七
  1. 路径搜索

    0下载:
  2. 路径搜索c++算法实现-Path Search Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:向许东
  1. jiugong

    0下载:
  2. 重排九宫问题的启发式搜索算法求解-rearrangement JiuGongTu the heuristic search algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48358
    • 提供者:王剑光
  1. 145678944318479416

    0下载:
  2. 用群智能改进禁忌搜索算法在多用户检测中的应用,希望有人能用得到-Swarm - Tabu Search Algorithm in multi-user detection of hope that someone can be used to be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:134636
    • 提供者:hello
  1. wuziqi1100

    0下载:
  2. 这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。-here Design and Implementation of a crew of 331 under the procedures adopted Game tree, Application of pruning trees and the largest and most principle Search
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3021
    • 提供者:秦露妮
  1. serch

    0下载:
  2. 这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5616
    • 提供者:panbowen
  1. me1

    0下载:
  2. 几篇最经典的运动搜索算法的IEEE论文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based search pattern for fast block motion estimation;A3. Predictive Motion Vector Field Adaptive Search Technique (PMVFAST)等
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:7849243
    • 提供者:杨涛
  1. 判断二叉搜索树

    0下载:
  2. 判断一棵二叉树是否为二叉搜索树的算法-judge whether a binary tree search for the binary tree algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9973
    • 提供者:林志伟
  1. ACMSearch

    0下载:
  2. 搜索初探 acm搜索讲义PPT 竞赛中的基本算法。 以时间复杂度为基准,选择合适的搜索算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:103696
    • 提供者:veryha
  1. 2004021803

    0下载:
  2. 1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage prob
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:20685
    • 提供者:小龙
  1. EightNum3virtory

    0下载:
  2. 八数码问题的动态解决,采用了A*搜索算法来解决-Eight digital dynamic solution to the problem using the A* search algorithm to solve the
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:687647
    • 提供者:管明杨
  1. 12

    0下载:
  2. 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
  3. 所属分类:Static control

    • 发布日期:2017-05-21
    • 文件大小:6568161
    • 提供者:fly
  1. GraphSearch

    0下载:
  2. 用 MFC 做界面的路径搜索算法,其中包含了 深度,广度,dijistra 三者,希望大家喜欢~~~ 谢谢大家给予意见哈-Interface to do with MFC path search algorithm, which contains the depth, breadth, dijistra three, hope you like ~ ~ ~
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:96020
    • 提供者:刘二
  1. Tabuwindow

    0下载:
  2. 用mfc做的禁忌搜索算法解决tsp问题的界面的代码-Using mfc taboo search algorithm to solve the tsp problem of the interface code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:40424448
    • 提供者:欧阳北平
  1. etareinteger

    0下载:
  2. 最短路径搜索算法的应用,利用最短路径搜索作为校园地图导航()
  3. 所属分类:界面编程

    • 发布日期:2018-01-01
    • 文件大小:80896
    • 提供者:csllic
« 12 3 »
搜珍网 www.dssz.com