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

搜索资源列表

  1. 邮局选址问题

    0下载:
  2. 这个是大家非常熟悉的一个非常常用的算法,邮局选择问题,相信大家一定可以学到很多东西的-This is all very familiar with a very commonly used algorithm, the post office matter of choice, I am sure that you can learn a lot of things
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7322
    • 提供者:周华
  1. 模式识别常用模型和算法

    0下载:
  2. 模式识别常用模型和算法,包括BP神经网络的C语言实现,BP神经网络解决异或问题,HMM的C语言实现-common model and pattern recognition algorithms including Neural Network C language, BP neural network solutions differences or problems, HMM C language, etc.! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24636
    • 提供者:王彬
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 计算机常用数值算法集(C++版)

    1下载:
  2. 本书主要介绍利用计算机解决科学研究、工程设计、经济与商业管理等众多领域中数值计算所涉及到的数学问题的各类数值计算算法,并利用计算机程序设计语言C编程实现这些算法。
  3. 所属分类:文档资料

    • 发布日期:2009-06-01
    • 文件大小:9265255
    • 提供者:huangcunkuangke
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:138639
    • 提供者:wangjunxia
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. ode

    0下载:
  2. 常微分方程的初值问题、边值问题的算法,代数微分方程常用算法-The initial value problem of ordinary differential equations, boundary value problems for the algorithm, commonly used algorithm of algebraic differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4259840
    • 提供者:xiajinjun
  1. computation_geometry_lib

    0下载:
  2. 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:27198
    • 提供者:keenas
  1. Prim

    0下载:
  2. prim算法是常用的一种解决最小生成树问题的算法-There are three reasons for the changes that have taken place in our life.Firstly,people s living standard has been greatly improved.Secondly,most people are well paid, and they can afford what they need or like.Last but not
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1246
    • 提供者:邓涛
  1. acm_algorithm

    0下载:
  2. 细说常用算法之分治算法,doc文档,举了四个适用于分治算法的例子:找出伪币、金块问题、矩阵算法、金块问题。都有详细的算法思想说明。-Elaborate algorithms most of the Divide and Conquer Algorithm, doc documents, cites four sub-rule algorithm applied to an example: to find counterfeit coins, gold bullion issues, matri
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11266
    • 提供者:YOYO
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. ComputingGeometry

    0下载:
  2. 计算机的出现使得很多原本十分繁琐的工作得以大幅度简化,但是也有一些在人们直观看来很容易 的问题却需要拿出一套并不简单的通用解决方案,比如几何问题。作为计算机科学的一个分支,计算几 何主要研究解决几何问题的算法。在现代工程和数学领域,计算几何在图形学、机器人技术、超大规模 集成电路设计和统计等诸多领域有着十分重要的应用。在本文中,我们将对计算几何常用的基本算法做 一个全面的介绍,希望对您了解并应用计算几何的知识解决问题起到帮助。-The emergence of the compu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:202401
    • 提供者:gaofeng
  1. Nonlinear_Programming

    0下载:
  2. 全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。 -Comprehensive and complete, this overview provides a single-volume treatm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:23786870
    • 提供者:zhangkaibo
  1. algorithm-for-scheduling-problems

    0下载:
  2. 这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:13903
    • 提供者:
  1. MINROUTE

    0下载:
  2. 用于解决最短路径问题的算法被称做“最短路径算法”, 有时被简称作“路径算法”。 最常用的路径算法有: Dijkstra算法-The shortest path algorithm is used to solve the problem is called the " shortest path algorithm," sometimes referred to as a " path algorithm." The most common path al
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:841
    • 提供者:若相见
  1. 《Java常用算法手册》源代码

    0下载:
  2. 收集了几个经典算法解决古代算书里面的问题,如鸡兔同笼等,有13个项目之多,(Several classical algorithms)
  3. 所属分类:Java编程

  1. pro_matlab_bb.m

    0下载:
  2. 分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。(Branch and bound (branch and bound) is one of the most commonly used algorithms for integer programming problems. This method can not only solv
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:mrmr
  1. 常用问题的算法

    0下载:
  2. 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:26624
    • 提供者:yiyiyiyiyiyiyi
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com