搜索资源列表
-
0下载:
动态规划算法及分治的思想在算法设计中的应用。-Dynamic programming algorithm and the ideological division in the algorithm design.
-
-
0下载:
vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术-vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. De
-
-
0下载:
最长公共子序列求解
一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。最长公共子序列就是求给定两个序列的一个最长公共子序列。动态规划可以有效的解决此问题。由最长公共子序列问题的子序列的最优子结构性质,可以建立子问题最优的递归关系。用c[i][j]记录序列Xi和Yi的最长公共子序列的长度-Solving the longest common subsequence for a given se
-
-
0下载:
算法集绵,动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用-Algorithm set cotton, dynamic programming since the advent of economic management, production scheduling, engineering and optimal control and other aspects of a wide range of applications
-
-
0下载:
近似动态规划中的特征发现,我们主张提取最好的状态表征方式的问题和值函数近似问题就像一个硬币的两面,用非参变量的方式是快速同时解决两个问题的较简便的方法。-Feature Discovery in Approximate Dynamic Programming,We also argue that the problem of discovering the best state representation and the problem of the value function approx
-
-
0下载:
动态规划的经典题目 有助于理解动态规划!必备之书-Dynamic Programming Dynamic programming helps to understand the classic title! Essential book
-
-
0下载:
对动态规划算法的讲解以及几个典型的例子,很适合入门。-To the sense of the dynamic programming method and several typical example, very suitable primer.
-
-
0下载:
本系统的设计与实现主要采用SOCKET编程。同时,使用多线程技术,提高服务器的响应能力和并发处理能力;采用动态哈夫曼编码实现传输流的压缩,减轻网络传输负担;支持断点续传, 用户可以自己选择采用断点续传还是重新上传;实现大文件上传, 一次可以上传多个文件;提供接口全面,可以动态设置上传保存路径, 设置允许扩展名, 允许最大大小等; 可以限制上传单个文件大小, 控制上传带宽上限, 允许文件扩展名, 拒绝文件扩展名等。-Design and Implementation of the system S
-
-
0下载:
关于vc++动态链接库(DLL)编程的相关知识和说明,本文详细介绍了dll编程的方方面面,努力学完本文可以对dll有较全面的掌握,并能编写大多数dll程序-About vc++ dynamic link library (DLL) programming knowledge and instructions, this article details all aspects of the dll programming efforts to the end of this article a m
-
-
0下载:
常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等)
算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等)
-Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
-
-
0下载:
Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先,
我们系统地介绍一下Boost 库的主要组成和它们的主要用法。-Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost
-
-
1下载:
非常有特色的一篇文章,基于随机动态规划算法开发的燃料电池城市客车能量管理策略优化;-Very unique article, based on the stochastic dynamic programming algorithm developed fuel cell city bus energy management strategy optimization
-
-
0下载:
有关于对动态规划的大致讲解和学习参考课件-Explanations about the dynamic programming and learning courseware reference
-
-
0下载:
最优算法在玻璃切割上的实现,同时比较基于动态规划的算法的实现。-Optimal algorithm implementation on the glass cutting, while comparisons are based on dynamic programming algorithm.
-
-
0下载:
In the proposed algorithm, these two issues are solved by a novel predicate, which is defined by the sequential probability ratio test (SPRT) and the minimal cost criterion. Starting from an over-segmented image, neighboring regions are progressivel
-
-
0下载:
acm动态规划经典习题解析,其中有很多经典案例,如数塔问题、最短路径问题、骑士游历问题等。-Acm dynamic programming classic problem sets, there are a lot of classic case, all to solve the problem, the shortest path problem, knight tour, etc.
-
-
0下载:
以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
-
-
0下载:
最优购物方式的选择,动态规划,选择最划算的商品。-Choose the best way to shop, dynamic programming, choose the most cost-effective products.
-
-
0下载:
动态规划算法的习题作业,配套的答案和算法实现我也会上传-Dynamic programming algorithm exercises, matching the answer and algorithm to achieve the I will upload
-
-
0下载:
算法中的动态规划的原理和内容,讲解详细,并有案例和伪码-Algorithm in the dynamic programming principles and content, explain in detail, and there are cases and pseudo-code
-