Welcome![Sign In][Sign Up]
Location:
Search - dynamic

Search list

[Data structsdynamic knapsack

Description: 该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, but its simplicity is incomparable.
Platform: | Size: 3072 | Author: 唐海浪 | Hits:

[Booksdynamic-programming-papers

Description: 介绍动态规划算法方面的论文: 动态规划的深入探讨/基本动态规划问题的扩展-Introduction of dynamic programming algorithm for papers: Dynamic Programming-depth study/basic dynamic programming problem of the expansion of
Platform: | Size: 470016 | Author: zzflash | Hits:

[OtherAdaptive-dynamic-programming

Description: 介绍adaptive dynamic programming的经典文献-Adaptive dynamic programming introduce classic literature
Platform: | Size: 381952 | Author: qi kang | Hits:

[OpenGL programDynamic

Description: A New Dynamic Multi-objective Optimization Evolutionary Algorithm
Platform: | Size: 1028096 | Author: Jacky Gao | Hits:

[Otherlec13-14-15-dynamic-programming

Description: useful pdf of dynamic programing subject in algorthms
Platform: | Size: 289792 | Author: ali | Hits:

[OtherLevel.Set.Methods.And.Dynamic.Implicit.Surfaces.r

Description: Level Set Methods and Dynamic Implicit Surfaces - Ronald Fedkiw-Level Set Methods and Dynamic Implicit Surfaces- Ronald Fedkiw
Platform: | Size: 9573376 | Author: Paola | Hits:

[Software EngineeringDynamic-face-recognition

Description: dynamic face recognition
Platform: | Size: 252928 | Author: erdf | Hits:

[matlabalgorithms.for.dynamic.spectrum.management.in.DSL

Description: algorithms for dynamic spectrum management in DSL systems
Platform: | Size: 20480 | Author: phrzn | Hits:

[Algorithmdynamic-response-of-beam-bidge-under-moving-loads.

Description: 主要是梁桥的建模,以及在移动荷载下梁桥的动力反应。-dynamic response of beam bidge under moving loads
Platform: | Size: 1024 | Author: ywl | Hits:

[Internet-Networkdynamic-routing

Description: 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algorithm. Tcl source code along with
Platform: | Size: 153600 | Author: 刘刘 | Hits:

[CSharpVS2008-Dynamic-Data-

Description: VS2008中动态数据(Dynamic Data)示例源码,作为动态数据库编程参考-VS2008 Dynamic Data (Dynamic Data) sample source code, as the dynamic database programming reference
Platform: | Size: 2239488 | Author: 享文 | Hits:

[Windows Developdynamic-programming

Description: 运用动态规划原理实现水库优化调度,即调度期内个时期水库水位的控制,从而达到效益最大化。-The use of dynamic programming to achieve optimal operation of reservoirs, the reservoir water level periods during scheduling of control, so as to achieve maximum benefit.
Platform: | Size: 1616896 | Author: 徐佳 | Hits:

[matlabDynamic-Modeling-of-Micro-Turbine-Generation-Syst

Description: Utility restructuring, technology evolution, public environmental policy, and expanding power demand are providing the opportunity for microturbines to become important energy resources. In order to investigate the ability of microturbine units in distribution systems, new simulation tools are needed. This paper presents a dynamic models for microturbines. For the purpose of modeling initialy a dynamic model for each component in the system, including gas turbine, permanent magnet generator, DC bridge rectifier and power inverter is developed and after this stage the model is implemented in a simulation software. In this research the simulation tool is Matlab/Simulink. Also the systems stand-alone dynamic performances is analyzed and evaluated.
Platform: | Size: 307200 | Author: proust | Hits:

[VC/MFCDynamic-Link-Library-Living-Example

Description: 动态链接库(DLL)实例:DLL原理、制作DLL、DLL实战、小结。 -Dynamic link library (DLL) examples: DLL principles, fabrication DLL, DLL combat, summary.
Platform: | Size: 151552 | Author: yangchen | Hits:

[Windows DevelopVb-dynamic-lyrics-display

Description: vb灵活利用timer控件,灵活控制歌曲歌词时间,动态歌词显示。-vb using timer control, flexibility, time flexibility and control song lyrics, dynamic lyrics display.
Platform: | Size: 1024 | Author: | Hits:

[matlabDynamic-Threshold

Description: 基于功率谱相减法的语音消噪,采用动态阈值法-Power spectrum subtraction based denoising of speech using dynamic threshold method
Platform: | Size: 84992 | Author: 王文旭 | Hits:

[VHDL-FPGA-Verilogdynamic-voltage-scaling

Description: 用硬件描述语言编写的用于片上系统的低功耗的动态电压调节算法-Dynamic Voltage Scaling Algorithm designed in verilog Hard Description Language using for low power of soc chips and some other pipelined design!
Platform: | Size: 195584 | Author: 吴晓青 | Hits:

[matlabthe-dynamic-programming

Description: 利用matlab实现的动态规划源码 包含了动态规划论文和仿真实例-Use matlab to achieve the dynamic programming source code
Platform: | Size: 10240 | Author: 张翠 | Hits:

[matlabKinetic-analysis-and-dynamic

Description: 基于MATLAB/Simulink的平面连杆机器人的动力学分析与动态仿真-Kinetic analysis and dynamic simulation of the planar rod robot in the MATLAB Simulink-based
Platform: | Size: 107520 | Author: hanhan | Hits:

[Otherdynamic programming

Description: 设平面上有一个m×n 的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+∞),向右行进的代价是bij(bin =+∞)。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。(There is a m * n mesh on the plane, and the grid point on the lower left is marked (0,0), and the grid point on the upper right is marked as (m, n). Want sb (0,0) starting from marching along the mesh line at (m, n), but in the grid point (I, J) where he can only travel up or to travel on the road to the right, the price for AIJ (AMJ = 2), the road to the right is the price of bij (bin = 2). A dynamic programming algorithm is designed to find the least cost travel route for the traveler in this grid.)
Platform: | Size: 4096 | Author: 16物联网 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net