프로그램 프로그램 2011. 4. 8. C# RS-232 설정관련 *include using System.IO.Ports; * 객체 생성 SerialPort comPort = new SerialPort("COM3", 19200, Parity.None, 8); *port open comPort.Open(); *write port.Write(bytep[], offset, length); * read DataReceived 이벤트 사용 프로그램 2009. 6. 1. 13주차 프로그램 2009. 5. 26. 12주차 프로그램 2009. 5. 22. Using Multi-Threading in Contiki http://www.sics.se/contiki/developers/using-multi-threading-in-contiki.html 프로그램 2009. 5. 21. Protothread 출처 : http://www.sics.se/~adam/pt Protothreads are a extremely lightweight, stackless threads that provides a blocking context on top of an event-driven system, without the overhead of per-thread stacks. The purpose of protothreads is to implement sequential flow of control without using complex state machines or full multi-threading. Protothreads provides conditional blocking inside a C function.. 프로그램 2009. 5. 20. 11주차 오늘은 바이너리 트리에서 탐색함수를 구현하는 실습을 할 것 입니다. 또한 삭제 및 삽입에 대한 질의대답을 하는 걸로 하겠습니다. 요래조래 대답잘하도록 하세요. 프로그램 2009. 5. 13. 10주차 이전 1 ··· 5 6 7 8 9 10 11 ··· 18 다음