搜索资源列表
feangzhi
- 本文介绍了分治法的基本思想和基本步骤,通过实例讨论了利用分治策略设计算法的途径。 目录 简介 分治法的基本思想 分治法的适用条件 分治法的基本步骤 分治法的复杂性分析 分治法的几种变形 分治法的实例分析 -This article describes the basic idea of sub-rule method and the basic steps, through an example de
fenzhisuanfa
- 这是中国数学建模中编程交流上分治算法内容,里面提供了很多分治算法的例子-This is the exchange of mathematical modeling in the programming content on the divide and conquer algorithm, which provides many examples of divide and conquer algorithm
juzhen
- 这是用四种方法写的矩阵相称问题,有传统的,有两种优化的,还有一种是分治法-This is a matrix with four ways to write the issue of proportionality, there are traditional, there are two kinds of optimization, there is a divide and conquer
Ten_Commonly_Algorithm_for_MATLAB
- 超过10种MATLAB常用算法:Floyd算法,动态规划,分治算法,概率算法,模拟退火算法,神经网络,搜索算法,贪婪算法,遗传算法,组合算法,-Over 10 types of commonly used MATLAB algorithms: Floyd algorithm, dynamic programming, divide and conquer algorithms, probabilistic algorithms, simulated annealing, neural netwo
one-day-FS
- 一天征服傅里叶变换,对傅里叶变换有比较通俗的解释-One day conquer the Fourier transform, Fourier transform of a relatively popular explanation
BSpline
- 自己写的matlab里面的,B样条基函数的简单程序,用的是卷积的方法-bspline basic functions,you can use it to conquer some ans
fenzhifa2
- 分治法矩阵相乘函数,优化时间复杂度,简单递归调用-Divide and conquer matrix multiplication function
DFT-DaC
- Matlab implementation of the algorithm to compute the Discrete Fourier Transform using the Divide Conquer approach, as described in the book Digital Signal Processing of the autors John G. Proakis and Dimitris K. Manolakis.-Matlab implementation of t
matlabxuexi
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
divide-and-conquer-algorithm
- 分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the s
FEZZ
- 分而治之的算法分 而治之的算法分而治之的算法-Divide and conquer algorithm
algorithm
- matlab算法详细分析,包括应用广泛的分治算法、灰色预测、时间序列、模拟退火、蚁群算法。-matlab algorithm detailed analysis, including the widely used divide and conquer algorithm, gray forecasting, time series, simulated annealing, ant colony algorithm.