본문 바로가기

나머지281

MFC( extern "C" int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, ) extern "C" int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { // call shared/exported WinMain return AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow); } mfc에서 f10누르면 첨에나옴... 리턴값뭐지 extern "C" int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { // call shared/exported WinMain return AfxWinMa.. 2012. 2. 10.
SOPA, PIPA 발표준비중 (작성중) Clay Shirky: Why SOPA is a bad idea(14분) http://www.ted.com/talks/lang/en/defend_our_freedom_to_share_or_why_sopa_is_a_bad_idea.html 괜찮은것만 SOPA and PIPA 설명 10분 http://www.youtube.com/watch?v=tzqMoOk9NWc 기사와 5분짜리 동영상 http://www.bbc.co.uk/news/technology-16590585 SOPA, PIPA: What you need to know http://www.cbsnews.com/8301-503544_162-57360665-503544/sopa-pipa-what-you-need-to-know/ What we’re doi.. 2012. 2. 8.
AstroGrep 프로그램으로 파일내의 텍스트 검색 AstroGrep 프로그램으로 파일내의 텍스트 검색 AstroGrep 프로그램으로 파일내의 문자검색 AstroGrep 프로그램으로 파일내의 문자열검색 http://astrogrep.sourceforge.net/ 유사프로그램 : File in Files http://jwhur.net/moniwiki/wiki.php/FindInFiles?action=highlight&value=FindInFiles 2012. 1. 20.
ARM의 Thumb Mode Many of the complex functions performed in a single, albeit slow, instruction in a CISC processor may require two, three, or more simpler instructions in a RISC. Except in the most speed-critical of embedded devices, the cost of memory is much more critical than the execution speed of the processor. To reduce memory requirements and, thereby, cost, Advanced RISC Machines (ARM) created the Thumb .. 2012. 1. 19.
반응형