블로그
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
클래스의생성자는이름생일입사일을매개변수로받는다 Employee(String name, Date& birthDate, Date& hireDate); #include #include using namespace std; class Date { private : int year; int month; int day; public: Date() { year = 0; month
blog.naver.com · 2012.11.19
-
(영진전문대 컴퓨터프로그래밍전공반) C++ 8장 연습문제(프로그래밍)
#include #include using namespace std; class Book { string title, writer; int page_number; public :
blog.naver.com · 2012.11.26
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
작성하라. main()에서 이들 정적 메소드를 호출하여 테스트하여 보자. 1마일 == 1.609344킬로미터 1킬로미터 == 0.621371마일 #include #include using namespace std; class MyMetric { public: static double km; static double ml; static double kiloToMile
blog.naver.com · 2012.11.19
-
(영진전문대 컴퓨터프로그래밍전공반) C++ 8장 연습문제(프로그래밍)
#include using namespace std; class Shape { protected: int x,y; double area, girth;// 면적, 둘레 public:
blog.naver.com · 2012.11.26
-
(영진전문대 컴퓨터프로그래밍전공반) C++ 8장 연습문제(프로그래밍)
#include #include using namespace std; class Food { int cal; int price; int weight; public: Food(int
blog.naver.com · 2012.11.26
-
(영진전문대 컴퓨터프로그래밍전공반) c++ +연산자 함수 작성
// 실습) + 연산자 함수 작성 (p.389) /* #include #include using namespace std; class Vector { friend Vector operator
blog.naver.com · 2012.12.03
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
#include #include using namespace std; class Count { private : int value; public: void countUp() {
blog.naver.com · 2012.11.19
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
#include #include using namespace std; class MyWorld { string name; MyWorld * fre[5]; int popular;
blog.naver.com · 2012.11.19
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
bool isEqual(Time& t1, Time& t2); bool isEqual(Time *pt1, Time *pt2); #include #include using namespace std; class Time { int hour; int minute; int second; public : int getHour() { return hour;
blog.naver.com · 2012.11.19
-
78. Complete genome sequence of strain HTCC2503T of Parvularcula bermudensis, the type species of the order ‘Parvularculales’ in the Alphaproteobacteria. J. Bacteriol. 193(1): 305-306.
ABSTRACT The order “Parvularculales” represents the seventh order in the class Alphaproteobacteria. Parvularcula bermudensis, the type species of the order, was isolated from the Sargasso Sea using dilution-to-extinction
blog.naver.com · 2011.01.31