您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 算法设计中关于优先队列式分支限界法解装载问题的代码

  2. 分支限界法中的优先队列式分支限界法解装载问题
  3. 所属分类:其它

    • 发布日期:2011-01-31
    • 文件大小:3072
    • 提供者:lirenzuo
  1. 分支限界法 装载问题

  2. #include #include #include #include using namespace std; ifstream infile; ofstream outfile; class Node { friend int func(int*, int, int, int*); public: int ID; double weight;//物品的重量 }; bool comp1(Node a, Node b) //定义比较规则 { return a.weight > b.
  3. 所属分类:C/C++

    • 发布日期:2013-06-16
    • 文件大小:4096
    • 提供者:u011085291