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

搜索资源列表

  1. 四分树的穷举

    0下载:
  2. 使用VC为编程语言,结合数据结构二叉树的概念,新编算法进行四分树的穷举。-VC to use programming language, combine the binary tree data structure concept, a new edition of the tree algorithm quarter of exhaustive.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4911
    • 提供者:苏晓
  1. 穷举密码算法

    0下载:
  2. 穷举法解密文件-exhaustive France declassified document
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3304
    • 提供者:军军
  1. qiongjusuanfa

    0下载:
  2. 穷举算法.txt 穷举算法.txt -exhaustive algorithm. Txt exha ustive algorithm. Txt exha ustive algorithm . txt exhaustive algorithm. txt
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:gjh
  1. NonPriorityCalculation

    0下载:
  2. 用C#写的《计算机软件算法分析与设计》作业--穷举算法,无优先级运算 指定5个运算数和一个结果,由穷举算法可得出全部符合条件的运算式
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:64924
    • 提供者:范成
  1. 穷举算法

    0下载:
  2. 在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:凌继文
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4072
    • 提供者:韩磊
  1. sweep

    1下载:
  2. 应用简单的穷举算法解决遍历所有点距离最短的问题-Exhaustive algorithm to solve the problem through all of the shortest distance
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11992
    • 提供者:mayao
  1. acute

    0下载:
  2. 穷举法程序-算法分析,是用C写的好经典,马克思手稿…………有三个程序! -Exhaustive method process- algorithm analysis, is to use C to write a good classic, Marx manuscr ipts ... ... ... ... There are three procedures!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2246
    • 提供者:bingkele
  1. ss

    0下载:
  2. 马踏棋盘的实现,挺不错的程序源码.采用的穷举算法实现的-Horse riding board the realization of the procedure very good source. Exhaustive algorithm used to achieve the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:6514
    • 提供者:caokun
  1. qiujumima

    0下载:
  2. 要穷举组合的算法,比如密码词典,算法有不够完善的地方大家指出来一起学习研讨-Algorithm to exhaustive combinations, such as the password dictionary, algorithms are not perfect enough where we pointed out that the study of the issues together
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:691
    • 提供者:weili
  1. example8_2

    0下载:
  2. 这是神经网络算法的第二部分,有MATLAB编写,功能是复杂神经网络中的穷举算法,校赛是编写的-This is a neural network algorithm for the second part of the preparation have MATLAB, function is a complex neural network in the exhaustive algorithm, the school is prepared race
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:524
    • 提供者:王晓
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1753
    • 提供者:zhangwen
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:28446
    • 提供者:wgl
  1. five

    1下载:
  2. 1.BP神经网络进行模式识别 2.用BP网络对非线性系统进行辨识 3.一个神经网络PID控制器 4.图像处理的PCA算法 5.图像处理的穷举算法-1.BP neural network pattern recognition 2. Using BP network identification of nonlinear systems 3. A neural network PID controller 4. The PCA algorithm for image process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5071
    • 提供者:hudingyin
  1. vb_code

    0下载:
  2. VB程序实现三个商人带三个奴隶过河问题,穷举算法实现商人安全过河-shang ren guo he wen ti
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1338
    • 提供者:12
  1. Brute-force-algorithm

    0下载:
  2. 穷举算法,VC中的经典程序之一,适合初学者,-Brute-force algorithm, the the of the classic procedures in in the the VC, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:109363
    • 提供者:
  1. 基于压缩感知的信号重构算法

    0下载:
  2. Candes等证明了信号重建问题可以通过求解最小 范数问题解决,但Donoho指出,求解最小 范数是一个NP问题,需要穷举 中非零值的所有 中排列可能,因而无法直接求解。此后,研究人员提出了一系列求得次最优解的算法,主要包括最小 范数法、贪婪迭代匹配追踪系列算法等。
  3. 所属分类:文档资料

  1. coexistence_exhaust_function

    0下载:
  2. 这个matlab程序实现了基于穷举算法即容量最大化对认知用户的特征模式的选择的算法的仿真-The matlab program implements the algorithm that is based on exhaustive maximize the capacity of cognitive characteristics of the user mode selection algorithm simulation
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:1806
    • 提供者:郑笑
  1. 穷举n位二进制数

    0下载:
  2. 输入一个小于20的正整数n,要求按从小到大的顺序输出所有的n位二进制数,每个数占一行。(Enter a positive integer that is less than 20, and you want to output all of the n-bit binary Numbers in the order of small to large, each of which is a row.)
  3. 所属分类:数据结构

  1. 天线选择算法总结

    5下载:
  2. MIMO天线选择算法中,基于最优选择算法和范数选择算法和随机选择算法的程序,能够简化硬件结构,降低通信算法的复杂度,提高通信的可靠性。穷举法,递减,递增等。(In MIMO antenna selection algorithm, the program based on optimal selection algorithm and norm selection algorithm and random selection algorithm can simplify the hardware
  3. 所属分类:通讯编程

    • 发布日期:2020-01-13
    • 文件大小:78848
    • 提供者:``afhdfhs
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com