-
-
-
111.zip
声明一个车(vehicle)类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车类(motorcar)类,
//从bicycle类和motorcar类派生出摩托车类(motorcycle)类,他们都有Run、Stop等成员函数。观察虚函数的作用
-
-
matlog.zip
VRP, for solving vehicle routing problem
-
VRP--NEW.rar
this is a new code to solve vrp problem (vehicle routing problem) hope works,
-
vrpGA.rar
this is a code for solving vrp or vehicle routing problem for engineers, hope works
-
J2534.rar
C# invoke J2534 dll to access vehicle ECU
-
-
virtual-.zip
虚基类:声名一个基类vehicle, 有私有成员MaxSpeed和Weight,公有成员run()和stop(),以及构造和析构函数。
从vehicle派生bicycle和motorcar, bicycle有私有成员height, motorcar有私有成员seatnum,以及各自的构造函数和析构函数。
-
-