淺析動態規劃及其應用

才智咖 人氣:3.08W

淺析動態規劃及其應用
               
摘要

淺析動態規劃及其應用

    動態規劃方法是1種重要的程式設計思想,具有廣泛的應用價值。使用動態規劃思想來設計算法,對於不少問題的解決往往具有高時效。本文主要介紹了動態規劃原理,以及如何利用這種方法解決具體問題。該問題的解決過程詳細描述了利用動態規劃方法解決問題的.1般步驟。
   關鍵詞: 動態規劃;演算法;決策;狀態;最優化原理

Analyse Dynamic Programming and Its Application
             
Abstract
   Dynamic Programming algorithm is a very important programming idea,and it has been widely applied in many problems usually have high efficiency of time whenever Dynamic Programming is used to design the article mainly introduces the theory of Dynamic Programming and how to solve the process of solving a problem describes the common steps of solving the problems.                   
Key words: dynamic programming;arithmetic; decision;state; principle of optimality

目  錄
  
   中文題目…………………………………………………………………… (1)
  
   中文摘要和關鍵詞………………………………………………………… (1)

   英文題目…………………………………………………………………… (1)

   英文摘要和關鍵詞………………………………………………………… (1)

   前言………………………………………………………………………… (2)

   正文

1. 基本概念……………………………………………………………(3)

2. 動態規劃的基本思想和基本方程…………………………………(5)

3. 動態規劃的適用條件………………………………………………(7)

4. 應用…………………………………………………………………(7)

5. 結束語………………………………………………………………(13)

參考文獻……………………………………………………………………  (14)

致謝詞……………………………………………………………………… (15)

【包括:畢業論文、任務書】

【說明:論文中有些數學符號是編輯器編輯而成,網頁上無法顯示或者顯示格式錯誤,給您帶來不便請諒解。】

TAGS:淺析 規劃