Programing24 Visual Studio 2008 에서 VTK library 설치방법 다음링크의 자료를 참조하면 된다 . http://blog.naver.com/hchakim?Redirect=Log&logNo=30028210281 2010. 8. 18. Perceptron Traning Algorithm Perceptron Traning Algorithm 을 Matlab 으로 구현해보았다. 작동방법 : CH2_p09.m 파일을 실행하면됨. 2010. 4. 4. [MFC] 웹, http, html 자동로그인 아직 나도 적용해 보지 못해서 잘 모르겠다. 일단 링크만 달아 놓는다. http://www.codeproject.com/KB/vbscript/yahoo__account__via_http.aspx?df=100&forumid=15552&exp=0&select=507612 2009. 11. 9. add files to folder 창이 안뜰때 http://vbdream.tistory.com/entry/Bug-Fix-VC-60-Devshldll-at-0x5003eaed-0xC0000005-Access-Denied-오류-해결법-NULL-pointer-reference 비쥬얼 C++ 에서 add files to folder 창이 안뜰때에 당황하게 된다. 위의 링크를 따라가서 했더니, 해결됨. 2009. 5. 3. 동적메모리, 배열 할당하는 법 const int height = 480; const int width = 640; // 첫번째로 세로 배열 포인터 선언 int **ImageArray = new int*[height]; // 두번째로 가로로 동적메모리 할당 for(int cnt=0; cnt 2009. 4. 2. C언어 제곱, 루트 C언어에서 제곱($x^y$)을 구하는 함수 : pow(x, y) C언어에서 root($\sqrt{x}$)를 구하는 함수 : sqrt(x) 코드 제일 제일 윗부분에 #include 를 추가해 주어야 함 2009. 4. 1. 이전 1 2 3 4 다음 반응형