블로그
- (英詩) The Way It Is You have to explain about the thread. But it is hard for others to see. Nothing you do can stop time's unfolding.
- c/c++ volatile 키워드 class Worker { public: worker() : m_bFinish(false), m_bEnd(false) void Stop() { m_bEnd = true; } bool 작업을 반복 한다. ..... } m_bFinish = true; } private: bool m_bEnd; bool m_bFinish; }; void UserInterface::thread
- [영진전문대컴퓨터정보계열프로그래밍전공] 12월 6일 수업내용 (); add(screen, BorderLayout.CENTER); } public void start() { if(aThread == null) { aThread = new Thread (this); aThread.start(); } } public void stop() { if(aTh.......
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) aThread; public void start(){ if(aThread == null){ aThread = new Thread(this); aThread.start(); } } public void stop(){ if(aThread !
- [영진전문대학 컴퓨터정보계열] java(자바) 탁구공 여러개 만들기 screen, BorderLayout.CENTER); } public void start() { // (2) if (aThread == null) { aThread = new Thread (this); aThread.start(); } } public void stop() { // (3) if (aThread !
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) 핑퐁(Ping Pong) ); add(screen, BorderLayout.CENTER); } public void start() { if (aThread == null) { aThread = new Thread (this); aThread.start(); } } public void stop(){ if(aThread !