搜索资源列表

  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
    • 文件大小:4.8kb
    • 提供者:苏晓
  1. 穷举密码算法

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

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

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

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

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:韩磊
  1. 穷举密码算法

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

    • 发布日期:2025-02-17
    • 文件大小:3kb
    • 提供者:军军
  1. 穷举算法

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

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:凌继文
  1. K-均值聚类算法C++编程

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

    • 发布日期:2025-02-17
    • 文件大小:4kb
    • 提供者:韩磊
  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. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:5kb
    • 提供者:苏晓
  1. mathmodel

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-02-17
    • 文件大小:5.65mb
    • 提供者:zhxj
  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. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-17
    • 文件大小:34kb
    • 提供者:xuyan
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can b
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:66kb
    • 提供者:周健
  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. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:bingkele
  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认证

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:weili
  1. Cpp1.c

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

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者: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, recurs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-17
    • 文件大小:28kb
    • 提供者:wgl
  1. sweep

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

    • 发布日期:2025-02-17
    • 文件大小:12kb
    • 提供者:mayao
  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. 天线选择算法总结

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

    • 发布日期:2025-02-17
    • 文件大小:77kb
    • 提供者:``afhdfhs
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org