memo(53)
-
한글 맞춤법
나이들면서 점점 자신없어지는 맞춤법.. 국립 국어원 http://www.korean.go.kr 자주 들어가 보고 우리말 바르게 사용해야겠다. 찾아보니 온라인 한국어 맞춤법 검사기도 있구나 한국어 맞춤법/문법 검사기 http://speller.cs.pusan.ac.kr/PnuSpellerISAPI_201006/Default.htm
2010.08.03 -
CUDA driver version is insufficient for CUDA runtime version.
Got an error message while trying an example code; cppIntegration.cu(66) : cudaSafeCall() Runtime API error : CUDA driver version is insufficient for CUDA runtime version. CUDA 2.3 -> 190.x driver, CUDA 3.0 -> 195.x, CUDA3.1 -> 256.x cf. here
2010.07.29 -
some macports commands
You need to specify a port or pseudo-port. For example: sudo port clean --all installed One effective way to clean up is to remove old installed ports: sudo port uninstall inactive Fair warning: this makes it much harder to go back to an older version of a= port.
2010.07.23 -
Geant4 9.3.p01 installation on Mac OS X
Geant4 9.3.p01 with CLHEP 2.0.4.5 별탈없이 컴파일도 다 마치고 본격적으로 코드 돌리려고 하니 dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework /Ve..
2010.07.23 -
DICOM: Copy No. to (x,y,z)
const G4double NSlice=(NVoxelX)*(NVoxelY); if( DoseDeposit && DoseDeposit->GetMap()->size() != 0 ) { std::ostream *myout = &G4cout; PrintHeader(myout); std::map:: iterator itr = DoseDeposit->GetMap()->begin(); for(; itr != DoseDeposit->GetMap()->end(); itr++) { G4int Slice= int(itr->first/NSlice)+1; G4double Z=(2.*Slice-1.)*HalfZ-HalfZ*NVoxelZ; G4double NXYef=itr->first-(Slice-1)*NSlice; G4doubl..
2010.07.19