Setting environment for using Microsoft Visual Studio 2008 x86 tools.Setting environment for using Microsoft Visual Studio 2008 x86 tools.

Posted at 2010. 11. 2. 12:42 | Posted in Computer/Visual Studio
Visual Studio 2008 에서 환경 변수를 설정하는 방법이다.

C:\>Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat

'Computer > Visual Studio' 카테고리의 다른 글

VS2008 + winpcap 설정 방법  (0) 2010.11.12
VS2008에서의 stricmp 문제  (0) 2010.11.11
//

SQLPlus 한국어와 영어의 상호 변환 방법SQLPlus 한국어와 영어의 상호 변환 방법

Posted at 2010. 11. 2. 12:31 | Posted in Computer/Oracle

1. 한국어로 설정

C:\>SET NLS_LANG=KOREAN_KOREA.KO16MSWIN949
C:\>ECHO %NLS_LANG%

2. 영어로 설정

C:\>SET NLS_LANG=AMERICAN_AMERICA.KO16MSIN949
C:\>SET NLS_LANG=AMERICAN_AMERICA.UTF8

C:\>ECHO %NLS_LANG%


 

//

How does OFDM solve the multipath problem?How does OFDM solve the multipath problem?

Posted at 2010. 10. 24. 22:56 | Posted in 카테고리 없음
예전 컴퓨터통신 수업에서 성능(Performance)에 대해 공부할 때, 대역폭은 비트 폭(Bit Width)과 관련이 있는 부분에서 나온 이야기이다.

1. Multipath problem 이란 무엇인가?


2. Multipath problem 해결 방법
데이터를 병행 전송한다. 그렇게 하여 주파수가 겹치지 않게 해야 되는데 우리가 그 동안 쓰지 않았던 FDM에서 아이디어를 얻어 OFDM을 사용한다.
//