data structures, algorithms and Application书的源代码

源代码在线查看: object.h

软件大小: 264 K
上传用户: kinder121
关键词: Application algorithms structures data
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				#ifndef Object_
				#define Object_
				
				class Object {
				   friend int Knapsack(int *, int *, int, int);
				   public:
				      int operator				      {return (d >= a.d);}
				   private:
				      int ID;  // object identifier
				      float d; // profit density
				};
				
				#endif
							

相关资源