태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

티스토리 툴바

080921 라이브인디 좀 더 잘칠순 없었을까? ㅎㅎ...

함수 선언 시 매개 변수는 없다는 건 void를 뜻한다?

아래 코드를 보시죠. #include <stdio.h> #include <unistd.h> void foo(); /* void 매개변수?? */ int main ( void ) { foo(3,4); return 0; } voi..

Good-bye Ritchie.
Good-bye Ritchie. 2011/10/13

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 다른 단자로 연결되어 있다..

우분투 키매핑하기 (CTRL <-> CAPS LOCK)

참고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..

glibc 컴파일시 Error: junk `.get_pc_thunk.bx' after expression

config.make파일에 CFLAG 변수에 -U_FORTIFY_SOURCE -fno-stack-protector 추가

glibc 빌드 시 Error: invalid identifier for ".ifdef"

해결방법 http://sourceware.org/bugzilla/attachment.cgi?id=1840&action=view

NS2 - wireless환경에서 CBK drop이 많이 발생할 경우.

대체적으로 데이터 패킷은 양이 크다, 따라서 전송 시 에러도 많이 일어난다. 따라서 해당 패킷을 데이터 패킷이라고 선언해야, Link Layer에서 후속조치를 해준다. 해결책 common/packet.h 파일 중 #define..

ns2 - How to get routing agent (AODV agent)

3가지 방법이 있다. 1. agent 간에 패킷에 해당 객체의 주소를 넣어 주고 받는다. (high complexity) 2. cc 코드 상에서 실행. MyAgent.cc class MyAgent: public Agent{ ...

aodv-uu patch for ns-2.34

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

삼성 SDS가 선정한 2010년의 7대 IT Mega Trend Ubiquitous Collaboration: 개인들의 의사소통과 관계를 강화해 주는 기술과 서비스가 지속 발전함으로써, 언제, 어디서나, 디바이스에 상관 없는..