2009년 5월 27일 수요일

[패밀리] 첫 그럴싸한 그림

공부라고 할라 치면 도망만 치던 녀석이 그림을 그려 놓았다. 유치원이 재미있는 모양이다.

함평 나비 황소

2009-5-18 함평 초당농산을 방문하던중 캔유801
유모어 "여행객이 광장에서 소를 데리고 주무시는 노인네에게 시간을 물어보았다.
그러자 노인네는 소 부ㄹ알을 들었나 놓고서 11시 라고 얘기 했다.
신기하게 생각한 여행객은 소 부ㄹ알을 잡으면 시간을 알 수 있느냐고 물어보았다.
그러자, '건너편 시계가 소 부ㄹ알에 가려서 말이야' 라고 하였다."

한번 보시면 놀라실 겁니다.

2009년 5월 26일 화요일

매개 변수 2을(를) 'const char [29]'에서 'LPCWSTR'(으)로 변환할 수 없습니다.

: error C2664: 'MessageBoxW' : 매개 변수 2을(를) 'const char [35]'에서 'LPCWSTR'(으)로 변환할 수 없습니다.

이것은 visual studio2008 문자집합 기본셋팅이 유니코드로 되 있기 때문이라고 합니다.
해결책으로 MessageBox함수 대신에 MessageBoxA함수를 써주면 된다고 하나 이것은 그 함수들만의 임시방편.

솔루션 탐색기에서 프로젝트이름부분에 마우스 오른쪽클릭하셔서 속성누르신다음에
(최상단에 있는 솔루션 '????????' (1 프로젝트) <- 이거선택하시면 안됩니다! 중요! 그 바로아래꺼..)
구성속성을 클릭하시면 오른쪽 항목들중에 '프로젝트 기본값' 밑쪽에 보시면 '문자 집합' 이 있습니다.
보시면 '유니코드 문자 집합 사용' 이 되어있을텐데요. '멀티바이트 문자 집합 사용'으로 바꿔줍니다.

2009년 5월 8일 금요일

[유한요소]cosmos works

Interpretation of results
After a successful run, nodal stress results at each node of every element should be available in the database. Consequently, multiple results are available at nodes common to two or more elements. These results will not be identical because the finite element method is an approximate method. For example, if a node is common to three elements, there can be 3 slightly different values for every stress component at that node. During result visualization, you may ask for element stresses or nodal stresses.
In calculating nodal stresses at a node, the program averages the corresponding results from all elements contributing to the stresses at that node. For example: In calculating element stresses, the program averages the corresponding nodal stresses for each element. Using the same example:
Important Notes:
• Due to the different methods of averaging, the maximum values obtained from the Element values and Nodal values will be different.
• If your mesh is coarse compared to the rate of variation of results, then the maximum of the element values and the maximum of the node values will be very different.
• Comparing the maximum of the element values and the maximum of the node values will give you an idea of how coarse your mesh is in the maximum stress concentration zone.

2009년 5월 3일 일요일

Windows PE 사용자 가이드를 살펴보면

부팅 가능한 Windows PE 디스크를 만들려면
Windows PE CD(OEM 이외) 또는 Windows OPK CD(OEM)를 사용하여 대상 컴퓨터를 Windows PE로 시작합니다.
포맷된 활성 파티션을 만들어 레이블을 C로 지정합니다.
활성 파티션에서 C:\Minint 디렉터리를 만듭니다. 디렉터리 이름을 "Minint"로 지정해야 합니다.
build_location\i386의 항목을 C:\Minint로 복사합니다. xcopy "C:\Build.x86\i386\*.*" C:\Minint /S
build_location\i386에서 Ntdetect.com을 C 드라이브로 복사합니다. xcopy "C:\Build.x86\i386\ntdetect.com" C:\
대상 하드 디스크에서 C:\Minint\setupldr.bin을 C:\ntldr로 복사합니다. xcopy "C:\Minint\setupldr.bin" C:\ntldr
대상 컴퓨터를 다시 시작합니다.
Windows PE를 사용하여 컴퓨터가 시작됩니다. Windows PE가 있는 파티션이 X 드라이브에 매핑됩니다.
파티션이 하나 있는 하드 디스크에 Windows PE를 저장한 다음 Windows 운영 체제를 사전 설치하면 Windows 운영 체제 디렉터리와 파일 및 Windows PE의 디렉터리와 파일을 포함하는 Minint 디렉터리는 모두 C 드라이브에 위치합니다.