摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication15{ class Lag { void Lagg(double ub, double step, params double[] B) { } } #region 动态规划 pu... 阅读全文
posted @ 2011-04-22 16:07 Elitez 阅读(136) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication17{ class DP { double dynamic(int n,double k,double c,double h, params int[] demand ) { in... 阅读全文
posted @ 2011-04-22 10:56 Elitez 阅读(188) 评论(0) 推荐(0) 编辑