用c++实现装载问题

时间:2013-12-02 10:38:44
【文件属性】:

文件名称:用c++实现装载问题

文件大小:1KB

文件格式:TXT

更新时间:2013-12-02 10:38:44

回溯法

#ifndef _POINT_H #define _POINT_H class Loading { friend int MaxLoading(int [],int,int,int []); private: void Backtrack(int i); int n; int *x; int *bestx; int *w; int c; int cw; int bestw; int r; }; #endif


网友评论