본문 바로가기

Programming62

Algospot : ENDIANS https://algospot.com/judge/problem/read/ENDIANS #include #include using namespace std; int main() { int num_edian = 0; vector v; cin >> num_edian; for (int i = 0; i > i_temp; v.push_back(i_temp); } for (auto i = v.begin(); i != v.end(); ++i) { unsigned char uc_temp; uc_temp = *((unsigned char*)&(*i) + 3); *((unsigned char*)&(*i) + 3) = *((unsigned ch.. 2014. 12. 11.
Algospot : MERCY https://algospot.com/judge/problem/read/MERCY #include #include using namespace std; int main() { int cases; cin >> cases; if ((0 < cases) && (cases 2014. 12. 11.
Algospot : Hello World! https://algospot.com/judge/problem/read/HELLOWORLD #include #include using namespace std; int main() { int cases; cin >> cases; while (cases--) { string name; cin >> name; cout 2014. 12. 11.
윈도우7에서 TortoiseSVN 아이콘 오버레이가 표시되지 않는 문제 해결 방법 OS를 새로운 SSD로 설치하면서 필요한 프로그램들을 설치 한 후부터 TortoiseSVN의 오버레이 아이콘이 제대로 표시가 안되는 문제가 발생 하였습니다. 원인을 찾아보니 TortoiseSVN의 윈도우즈 쉘 아이콘 오버레이 표시 순위가 낮아서 그런것으로 확인 하였습니다. 다음의 레지스트리 주소( HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers ) 로 가서 TortoiseSVN관련 이름 앞에 공백" " 을 넣어 순위를 올려주고 재부팅 하면 제대로 오버레이 아이콘이 표시 되는 것을 확인할 수 있습니다. 2014. 12. 11.
[Kinect] Microsoft Kinect SDK vs PrimeSense OpenNI 출처 : http://www.brekel.com/?page_id=671 Kinect SDK에 대하여 찾던 중 OpenNI라는 것을 알게 되었다. MS에서 공개한 SDK 베타버전과 OpenNI에 대한 비교는 다음과 같다. 둘다 각각 장단점이 존재 한다. Kinect SDK와 OpenNI를 연동시키는 것도 존재한다고 하니 좀 더 찾아봐야 겠다. Microsoft’s Kinect SDK (Beta) pro: support for audio support for motor/tilt full body tracking: does not need a calibration pose includes head, hands, feet, clavicles seems to deal better with occluded join.. 2012. 1. 9.
[Kinect] Kinect Natural User Interface (NUI) Overview Kinect for Windows Architecture The SDK provides a sophisticated software library and tools to help developers use the rich form of Kinect-based natural input, sensing and reacting to real-world events. The Kinect sensor and associated software library interact with your application, as shown in Figure 1. Figure 1. Figure 1. Hardware and software interaction with an application The components of.. 2012. 1. 8.