搜索资源列表

  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. 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. kern

    1下载:
  2. ACIS是一个开放的、采用C++语言构造的三维造型开发系统, 其特点是将线框、曲面和实体造型融于一体, 并可以将这三种表示共存于一个数据结构中。目前, ACIS 广泛的运用于CAD、AEC、自动化技术和船舶制造等技术领域。本组件是ACIS的核心组件,提供了核心基本实体和属性的支持、拓扑和几何实体类、数学处理类、文件的保存及其混饭、历史和回溯的函数。-ACIS is an open, using C language structure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1029952
    • 提供者:丁继东
  1. lsxprogram

    0下载:
  2. 采用回溯算法对零件切割问题进行解决,内包含测试数据及详细问题描述和算法描述。-backtracking algorithm used parts of cutting issues resolved, includes test data and detailed descr iption of the problem and algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47065
    • 提供者:荣平
  1. huolangdan

    1下载:
  2. 问题:货郎担问题 实现方法:枚举,回溯,动态规划,分支界限法 -: traveling salesman problem Method : Enumeration, backtracking, dynamic programming, branch and bound
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11867
    • 提供者:韩佳辰
  1. linefallow

    0下载:
  2. 89s51单片机做的循迹小车-89s51 MCU do backtracking Trolley
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2617780
    • 提供者:cjy
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C / C
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6224
    • 提供者:王卫国
  1. mySuanfa

    0下载:
  2. 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等-contained vc classic algorithms, such as dynamic planning, administration, backtracking, greedy algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13959
    • 提供者:周炳华
  1. _QUEENS

    0下载:
  2. 八皇后程序:回溯法寻找N规模的皇后可能分配-8 : backtracking N-scale search for the Queen's possible allocation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3860
    • 提供者:David
  1. queue8

    0下载:
  2. 八皇问题,是数据结构中一种典型的问题,一般采用回溯算法来解决,是一种经典的算法-eight Huang, data structure is a typical problem, generally use backtracking algorithm to solve them. is a classical algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:888
    • 提供者:曾生宝
  1. practice

    0下载:
  2. 基于C-51单片机的智能机器人C程序,实现了机器人的循迹、避障-based on the C-51 microcontroller smart robot C procedures, the backtracking of the robot, obstacle avoidance
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1255
    • 提供者:zz
  1. delphibahuanghou

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典 型例题。该问题是十九世纪著名的数学家高斯1850 年提出: 在8X8 格的国际象棋上摆放八个皇后,使其不能互相攻击, 即任意两个皇后都不能处于同一行、同一列或同一斜线上, 问有多少种摆法。-eight Queen's problem is an ancient and famous, is backtracking algorithm typical exampl
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:145286
    • 提供者:xiaowu
  1. 1migong

    0下载:
  2. 这是使用回溯法求解迷宫问题的程序。程序把迷宫问题设计成一个类,搜索函数使用回溯法搜索迷宫的所有分支。 migong.cpp就是程序 migong.txt是运行结果-This is the use of retrospective method maze of procedures. Maze procedure, so designed as a category, search function uses backtracki
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:丁丁
  1. IPfgzrar

    0下载:
  2. IP反向追踪技术综述 拒绝服务攻击(DoS)给政府部门和商业机构造成了严重的经济损失和社会威胁。IP追踪技术能够反向追踪IP数据包到它 们的源头,所以是识别和阻止DoS攻击的重要一步。本文针对DoS攻击,对比分析了各个IP反向追踪方法的基本原理和优缺点。 关键词 DoS攻击 主动追踪 反应追踪-IP traceback Technology denial of service attacks (DoS) to governm
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:38825
    • 提供者:air
  1. viterbidecoder

    1下载:
  2. 提供实现了(2,1,7)卷积码的维特比译码的源程序,采用了最大似然算法,介绍了软判决维特比译码算法过程的三个步骤:初始化、度量更新和回溯译码。-for achieving a (2,1,7) Convolutional Codes Viterbi decoding of the source, using the maximum - likelihood algorithm, introduced a soft-decision Vit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:王雪松
  1. Nqueen_Backtracking

    0下载:
  2. N queen Backtracking 算法 N皇后问题的的回溯实现算法
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:825
    • 提供者:superhero122
  1. zuidatuan

    0下载:
  2. 回溯法最大团问题-Backtracking biggest problem Mission
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1459
    • 提供者:
  1. 电路板

    0下载:
  2. 回溯算法中的电路板问题-backtracking algorithms circuit board problems
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1772
    • 提供者:connie
« 1 2 3 4 56 7 8 9 10 ... 40 »

源码中国 www.ymcn.org