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

搜索资源列表

  1. backtrack--TSP

    1下载:
  2. 使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5409
    • 提供者:太阳
  1. BackTrack_intr_for_install_V1.0

    0下载:
  2. backtrack 是一个目前非常流行的网络安全综合平台,主要用于对网络安全以及应用程序安全的测试。-backtrack is a currently very popular network security platform, mainly for network security and application security testing.
  3. 所属分类:Network Security

    • 发布日期:2017-05-14
    • 文件大小:3217407
    • 提供者:zhanguoce
  1. BackTrack_wep_cracke_v10

    0下载:
  2. BackTrack关于WEP无线网络安全检测方案的使用说明,可以帮助你了解无线网络安全相关知识,并深入了解Backtrack平台的WEP专题使用方法-Backtrack about WEP Wireless Network Security Detect the use of programs that can help you know the wireless network security-related knowledge and insight into backtrack plat
  3. 所属分类:Project Design

    • 发布日期:2017-05-26
    • 文件大小:8854293
    • 提供者:zhanguoce
  1. Backtrack

    0下载:
  2. 回溯法解决符号三角形问题 -Backtracking to solve the issue of symbols triangle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:230693
    • 提供者:胡冀伟
  1. bahunghou

    0下载:
  2. 从八皇后的例子看出搜速深度有限,仅有几层,而且不可能出现重复状态的问题,因此BACKTRACK过程完全适用,对于八数码问题则不然,必须设置深度范围限制及出现重复状态引起的死循环这两个回溯点. -Examples of Queen' s from eight to see the depth of search speed is limited, only few, but can not state the problem of duplication, so the process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:829
    • 提供者:yishiwucheng
  1. Backtrack

    0下载:
  2. 0-1背包Backtrack,算法中回索法的一个好例子-0-1 Knapsack Backtrack, back Sofa algorithm a good example of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1509
    • 提供者:wanghang
  1. BackTrack

    4下载:
  2. 在车载后视摄像头的视频图像中,画汽车倒车轨迹的源代码。包括在后视图像上画车辆向后倒延长线,实时动态估计的倒车轨迹曲线。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4960
    • 提供者:LP
  1. BackTrack_WEP_crack_V1.0

    0下载:
  2. 无线网络的破解随着BackTrack 的出世而不断普及,使得破解可让普通用户轻易言之,无线 网络的安全也正获得越来越多人的重视。 对于毫无经验的菜鸟,如何破解WEP 或WPA,在论坛上浏览往往无从下手,遍地都是破解 的经验、方法,而系统性的操作需要菜鸟花费不少时间去潜水学习。 本文针对菜鸟使用BackTrack 3 破解无线网络,尽量使用通俗易懂的语言解释从BT 的安装、 汉化、破解的每一步骤的系统性方法,通过系统地建立菜鸟对破解的认知。-BackTrack wireless
  3. 所属分类:Linux Network

    • 发布日期:2017-05-25
    • 文件大小:8600154
    • 提供者:cheliequan
  1. backtrack

    0下载:
  2. 利用backtrack思想,解决背包问题,旅行商问题,整数排序。展示给初学者思想的精髓~-Using backtrack thinking to solve knapsack problem, traveling salesman problem, integer sorting. Quintessence presented to beginners ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1731
    • 提供者:惊云吹雪
  1. chuanxing

    0下载:
  2. 串行通信程序,采用查询法、中断法、原路返回等方法-Serial communication program, using query method, break laws, backtrack and other methods
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:2731
    • 提供者:czy
  1. getCurrentUrlFirefox06282010

    0下载:
  2. Simple Vb6 code for retrieving the current Url in Firefox 3.6.6 Methodology: Find Firefox profile directory for current user. Locate sessionstore.js file. Read file into memory. Find current Firefox Window and retrieve WIndow Title
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4132
    • 提供者:moddyy
  1. BACKTRACK_CUDA_v2.0

    0下载:
  2. BACKTRACK CUDA向导 怎样在BT4中使用CUDA-BACKTRACK CUDA wizard How to use CUDA in BT4
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1554803
    • 提供者:root
  1. A-backtrack-based-program-for-coloring-graphs.tar

    0下载:
  2. A backtrack based program for coloring graphs
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:37392
    • 提供者:Tom
  1. full_per

    0下载:
  2. 使用递归和回溯算法实现的全排列。 输入要求为带排列的数据长度和要排列的数据元素。-full permutation method using backtrack and recursion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:517
    • 提供者:fengpuchun
  1. edre

    0下载:
  2. manual de backtrack 54
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:165927
    • 提供者:yhomer
  1. BackTrack

    0下载:
  2. linux like的作業系統,版本blackTrack的介紹與教學使用,可用於網路程式設計-introduse about linux operation system black Tracek
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9926249
    • 提供者:dog610123
  1. Backtrack_M_C

    0下载:
  2. 回溯算法c++实现,本程序按照《人工智能》一书所介绍的回溯算法求解传教士与野人问题-backtrack algrithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3383
    • 提供者:liujuan
  1. Command-Backtrack-setting-IP-P-Trojan

    0下载:
  2. comand backtrack and making trojan
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:852
    • 提供者:killua4
  1. BackTrack-Linux-dcrypt-WPA-PSK

    0下载:
  2. 使用Backtrack来破解WPA-PSK加密的相关资料,非常推荐大家阅读。-Use Backtrack to crack WPA-PSK encryption of the relevant information, it is recommended to read.
  3. 所属分类:Development Research

    • 发布日期:2017-05-03
    • 文件大小:644645
    • 提供者:MA
  1. BackTrack-Testing-Wireless-

    0下载:
  2. 这是一本关于网络探测分析的书籍,使用Backtrack进行分析。难度较大。-This is a book about network detection analysis using Backtrack analysis. Difficult.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-16
    • 文件大小:4053940
    • 提供者:DAVID JIN
« 12 3 »
搜珍网 www.dssz.com