CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - algorithm design

搜索资源列表

  1. statistics

    0下载:
  2. 此工程中包含对于ARP流统计的算法设计,在使用性能稳定。不需要解密。-this project includes ARP flow statistics for the algorithm design, performance and stability. No decryption.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.33kb
    • 提供者:周亚超
  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
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. Algorithm Design Manual

    0下载:
  2. Algorithm Design Manual 欢迎你下载ginger547的算法系列资料-Algorithm Design Manual ginger547 welcome you to download the information algorithm Series
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:949.37kb
    • 提供者:王健旭
  1. siliver-coin

    0下载:
  2. 银币问题,属于算法设计与分析,语言c++在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Silver question, are algorithm design and analysis, language c++ in n silver is in a failed, the failure of silver coins than qualified to be light. Balance scal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:859.21kb
    • 提供者:张西
  1. root-program-design-

    0下载:
  2. 基于牛顿迭代算法——拉尔夫根程序设计,这是我们导师要求我们做的一个练习,利用DSP实现的开放运算。要用最少的资源实现迭代开放算法。-Based on Newton s iteration algorithm- Ralph the root program design
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:7.29kb
    • 提供者:刘far
  1. 1_1

    0下载:
  2. 算法设计-Algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:李唐
  1. 1_2_3

    0下载:
  2. 算法设计-Algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.67kb
    • 提供者:李唐
  1. Queen_lv

    0下载:
  2. 采用LasVegas概率算法高效解决N皇后问题,并统计其成功与失败的概率,这是中国科技大学的高级算法设计的设计-LasVegas probability algorithm used to solve N Queen efficient, and its success or failure of statistical probability, which is China University of Science and Technology Advanced Algorithm Desi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:11.82kb
    • 提供者:xaiaoshqiaon
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14.49kb
    • 提供者:xichen
  1. suanf

    0下载:
  2. 算法和算法设计中的有关于求解最长公共子序列的解决方法,最终可以动态显示求解过程-Algorithms and algorithm design for solving the longest common sub-sequence of solutions, and ultimately the solution process can be dynamic display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:56.9kb
    • 提供者:wangyumei
  1. algorithm

    0下载:
  2. 介绍了算法设计与分析的基本思路,并就某些经典问题进行了深入探讨-Introduced the algorithm design and analysis of the basic ideas, and on some classic issues in-depth discussions
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.22mb
    • 提供者:dina
  1. JACOBI-suanfa

    0下载:
  2. 雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。-Jacobi algorithm example program, with a simple and straightforward calculation shows C Jacobi algorithm design process.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12.83kb
    • 提供者:yyt
  1. shuzhifenxi

    0下载:
  2. 数值分析 幂法 有详尽的代码和注释 还有算法设计-Power law is a detailed numerical analysis of the code and comments are algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:34.41kb
    • 提供者:tjl
  1. algorithmProjectReport

    0下载:
  2. "Evaluating Ant Colony Optimization on Traveling Salesman Problems" a project report in Algorithm design technique graduate course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:256.42kb
    • 提供者:tanvir
  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-04-01
    • 文件大小:27.78kb
    • 提供者:wgl
  1. Algorithm_Design_Manual

    0下载:
  2. 算法设计手册,英文原版,包括各种数值算法及优化算法,高清晰!-The Algorithm Design Manual, Second Edition.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:叶飞
  1. simplecalculator

    0下载:
  2. 算法设计\用C++实现的简单计算器算法\只有代码-Algorithm design \ simple calculator \ C++ implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:866byte
    • 提供者:John
  1. Numerical-method---Algorithm-Design-

    0下载:
  2. 数值计算方法-算法设计及其MATLAB实现--浙江工业大学--2006.12 -Numerical method- Algorithm Design and MATLAB- Zhejiang University- 2006.12
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:218.63kb
    • 提供者:青山依旧
  1. Algorithm-design

    0下载:
  2. 进行多段图的动态规划算法设计,编写程序并运行-More of the map dynamic programming algorithm design, programming and run
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:14kb
    • 提供者:张丹丹
  1. Algorithm

    2下载:
  2. 计算机算法设计与分析(王晓东版)课程设计经典例子-Computer Algorithm Design and Analysis course design classic example
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:3.78mb
    • 提供者:朱坤华
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com