아래 코드를 보시죠. #include <stdio.h> #include <unistd.h> void foo(); /* void 매개변수?? */ int main ( void ) { foo(3,4); return 0; } voi..
http://en.wikipedia.org/wiki/Dennis_Ritchie #include <stdio.h> main(argc, argv) int argc; char* argv[]; { int i; for( i=1941 ;..
나의 환경: 노트북에서 디스플레이포트로 세컨모니터 연결됨. 세컨모니터를 프라이머리로 변경하고자 할 때 아래 명령어 수행하였음 $ xrandr --output DisplayPort-0 --primary 다른 단자로 연결되어 있다..
참고1. http://www.ubuntu.or.kr/viewtopic.php?p=87325 참고2 <추천>. ftp://ftp.muug.mb.ca/mirror/redhat/redhat/linux/6.2/en/doc/HOWTOS..
config.make파일에 CFLAG 변수에 -U_FORTIFY_SOURCE -fno-stack-protector 추가
해결방법 http://sourceware.org/bugzilla/attachment.cgi?id=1840&action=view
대체적으로 데이터 패킷은 양이 크다, 따라서 전송 시 에러도 많이 일어난다. 따라서 해당 패킷을 데이터 패킷이라고 선언해야, Link Layer에서 후속조치를 해준다. 해결책 common/packet.h 파일 중 #define..
3가지 방법이 있다. 1. agent 간에 패킷에 해당 객체의 주소를 넣어 주고 받는다. (high complexity) 2. cc 코드 상에서 실행. MyAgent.cc class MyAgent: public Agent{ ...
1. Install ns-allinone-2.34 -> Googling other guys' articles! 2. Download from Sourceforge: AODV-UU at Sourceforge.net (Latest..
삼성 SDS가 선정한 2010년의 7대 IT Mega Trend Ubiquitous Collaboration: 개인들의 의사소통과 관계를 강화해 주는 기술과 서비스가 지속 발전함으로써, 언제, 어디서나, 디바이스에 상관 없는..









