블로그
-
[조선일보 맛있는유학]Queens College (QC)
Queens College (QC) of the City University of New York (CUNY) English Language Institute 설정: City 유형: Public 학교 유형 : University/Intensive English Program 주거 형태: Residence Hall 대표프로그램 1.Intensive English Full-Time
blog.naver.com · 2013.03.26
-
(영진전문대 컴퓨터프로그래밍전공반) c++ 7장 연습문제(programming)
다음과 같은 원형을 가지는 전역함수를 중복 정의하여보자. bool isEqual(Time t1, Time t2); bool isEqual(Time& t1, Time& t2); bool isEqual(Time *pt1, Time *pt2); #include #include using namespace std; class Time { int hour
blog.naver.com · 2012.11.19
-
Cookie law: websites must seek consent from this weekend
The Information Commissioners Office (ICO) is to launch a tool for the public to report non-compliant It is expected that the vast majority of websites will not be ready in time.
blog.naver.com · 2012.05.25
-
언론파업에 대한 생각
This is for the first time since the arrival of democracy in 1987, it means this phenomenon occurred The broadcast unions, two of them are not only state-owned and public broadcaster but also the nation
blog.naver.com · 2012.04.09
-
복날에 '팥빙수'를 먹어요!
Motion concept : public benefit, educational, simple time : 30" size : 64.......
blog.naver.com · 2011.07.05
-
The 2011 Survey of Americans on HIV/AIDS
http://www.kff.org/kaiserpolls/8186.cfmHIV/AIDS At 30: A Public Opinion Perspective the Kaiser Family At the same time, after nearly a decade of decline, the share of Ame.......
blog.naver.com · 2011.08.11
-
루프 테스트
편의를 위해 A 타입이라고 한다. public static String testLoop_1() { StopWatch sw = new StopWatch(); sw.start(); for (int i = 0; i < 10000;i++) { System.out.println(i); } sw.stop(); return ("TIME : "+sw.getElapsedTime
blog.naver.com · 2011.04.19
-
FDA, 줄지 않는 흡연 율에 맞서 충격 처방 발표
pull down the smoking rate The agency made the images it has adopted for its new anti-smoke campaign public American smokers will have to fight such a horrifying visual message every time they reach for a cigarette
blog.naver.com · 2010.11.14
-
간단한 시간 측정 클래스
class TimeChekcer{public: TimeChekcer() { setTime(); } ~TimeChekcer() {} enum TYPE{ TIME_INIT = 0x01, ; }private: DWORD m_dwStartTime;}; 실제 사용 예 int main( ){ int *nums = new int[30000000]; TimeChekcer time
blog.naver.com · 2010.04.01
-
[디자인패턴-1 Creational]Lazy initialization
creation of an object, the calculation of a value, or some other expensive process until the first time 흠 실제 인스턴스 만드는 동안에 오버로드가 발생하지는 않는지 모르겠네. ex)import java.util.*; public class Fruit { private static final
blog.naver.com · 2009.08.21