张乃孝版的数据结构课本课件讲解代码alg.c.doc
/*背包问题的贪心算法*/ float knapSack(float* p, float* w, float * x ,float m, int n) { int i=0; float s=0; while(i
下载地址
用户评论