文件名称:ssd5__adsasdsdexa1
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:7.63kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
c++数据结构 ssd5的答案 很有用 保证正确
很有用 我亲自写的-#include "car.h"
Car::Car(string plate) :
license_plate(plate),
moved(0), aisle(-1) {}
Car::Car(string plate, int aisle) :
license_plate(plate),
moved(0), aisle(aisle) {}
int Car::getTimesMoved(void) const {
return moved
}
void Car::setTimesMoved(int m) {
moved = m
}
int Car::getAisle(void) const {
return aisle
}
string Car::getPlate(void) const {
return license_plate
}
bool Car::operator < (const Car& rhs) const {
return this->getPlate() < rhs.getPlate()
}
bool Car::operator == (const Car& rhs) const {
return this->getPlate() == rhs.getPlate()
}
很有用 我亲自写的-#include "car.h"
Car::Car(string plate) :
license_plate(plate),
moved(0), aisle(-1) {}
Car::Car(string plate, int aisle) :
license_plate(plate),
moved(0), aisle(aisle) {}
int Car::getTimesMoved(void) const {
return moved
}
void Car::setTimesMoved(int m) {
moved = m
}
int Car::getAisle(void) const {
return aisle
}
string Car::getPlate(void) const {
return license_plate
}
bool Car::operator < (const Car& rhs) const {
return this->getPlate() < rhs.getPlate()
}
bool Car::operator == (const Car& rhs) const {
return this->getPlate() == rhs.getPlate()
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
啊/car.cpp
啊/car.h
啊/data.txt
啊/exam2.dsp
啊/exam2.dsw
啊/exam2.ncb
啊/exam2.opt
啊/exam2.plg
啊/main.cpp
啊/Debug
啊
啊/car.h
啊/data.txt
啊/exam2.dsp
啊/exam2.dsw
啊/exam2.ncb
啊/exam2.opt
啊/exam2.plg
啊/main.cpp
啊/Debug
啊
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.