'북마크'에 해당되는 글 5건

  1. 2008.06.05 게임 개발 관련 북마크 정리
  2. 2008.06.05 C++ 관련 북마크 정리
  3. 2008.05.18 북마크 정리
  4. 2008.02.10 북마크 정리 - 080210
  5. 2007.09.26 통계학 관련 자료
Posted by Gu Youn
,
1. Washington univ. C Lecture
http://www.cs.washington.edu/education/courses/cse142-TVI/00sp/slides/TVI.html


2. sql relay(persistent database connection pooling)
http://sqlrelay.sourceforge.net/

3.  Unix Application Migration Guide
Windows <=> Unix 간 호환 되는 프로그램 만들기

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnucmg/html/ucmglp.asp

4. 소켓 프로그래밍 기초 정리
kldp.org/Translations/html/Socket_Programming-KLDP/Socket_Programming-KLDP.html

5. Visual C++에 STLPort 설치하기
http://www.kwak101.pe.kr/kwak101/works/InternData/STLport_QuickGuide.html

http://zho.pe.kr/view.html?file_name=doc/cpp.txt

6. dev c++ 사용방법
http://www.kgda.or.kr/cgi/technote/read.cgi?board=program02&x_number=994081516&r_search=opengl&nnew=1

7. MF_FP macro define
http://www.woodmann.com/fravia/andrew1.htm
#ifndef MK_FP
#define MK_FP(seg,ofs)  ((FP)(((ULONG)(seg) << 16) | (ofs)))
#endif

8. stdcall , cdecl 관련 설명
stdcall은 callee에서 stack 해제를 하므로 코드 사이즈가 줄어든다.
cdecl은 caller에서 stack 해제를 함

http://www.devpia.com/forum/BoardView.aspx?no=6032&page=1&Tpage=200&forumname=vc_lec&iddlpage=30&stype=&answer=&cttype=
Posted by Gu Youn
,

북마크 정리

메모 2008. 5. 18. 17:51
1. Guidelines for the Economic Analysis of Projects
http://www.adb.org/Documents/Guidelines/Eco_Analysis/default.asp



Provides guidelines for ADB staff, consultants, and officials of developing member countries in assessing project proposals for economic viability and financial sustainability. It includes sections on environmental costs and benefits, the distribution of net benefits, and sensitivity and risk analysis. 215 pages.

아시아개발은행에서 제공하는 자료인데 경제 분석을 하는데 알고 있어야 하는 기본적인 내용에 대해서 설명을 하고 있다.

2. 계리사
미국 계리사 시험 모임 - http://www.asoas.org
미국 계리사 시험 소개 - http://www.frmkorea.com/frm/eduCenter/asa1.php3
한국 계리사 시험 소개 - http://www.actuary.or.kr/example/system.asp
SOA 시험 자료 - http://www.kaers.org

'메모' 카테고리의 다른 글

USPS의 m-bag 가격  (0) 2009.03.17
오늘의 영어 단어  (0) 2009.03.07
스탠드 전구 사기  (0) 2009.02.26
데스크탑 사양  (0) 2008.08.17
북마크 정리  (0) 2008.06.05
금융 자격증별 시험 시기  (0) 2008.02.10
[펌] 그리스 문자 요약  (0) 2008.02.10
북마크 정리 - 080210  (0) 2008.02.10
Business school 리서치 순위 검색  (0) 2008.01.24
x61t tablet 고해상도 구입  (0) 2007.10.27
Posted by Gu Youn
,

북마크 정리 - 080210

메모 2008. 2. 10. 14:35

[컴퓨터]
1. 유니코드
유니코드 정리가 잘되어 있는 것 같음
http://www.kristalinfo.com/K-Lab/unicode/Unicode_intro-kr.html

2. SCJP 관련 자료
http://www.forcert.com/main.html

3. 게임 개발자 블로그
http://blog.naver.com/jackielee2

4. 넷스케이프 초창기때 어떻게 일했는지 일기 형태로 기록해놓 것
Jamie Zawinski라는 사림이 넷스케이프 초창기때 어떻게 일했는지 일기 형태로 기록해놓 것.
http://www.jwz.org/gruntle/nscpdorm.html
http://www.geocities.com/therealtroll/people/

5. ICPC 문제관련 위키
http://www.is.titech.ac.jp/~mikurub1/cgi-bin/icpc/fswiki/wiki.cgi?page=FrontPage

6. String Match 알고리즘 관련
  1. EXACT STRING MATCHING ALGORITHMS Animation in Java
  String Match Algorithm에 대한 이론적 소개와 C 소스 코드 그리고 애플릿으로 애니메이션을 제공한다.
  http://www-igm.univ-mlv.fr/~lecroq/string/index.html
 
  2. String searching algorithm
  wikipedia의 페이지, string searching algorithm의 개략적인 비교와 참고 자려 링크 
  http://en.wikipedia.org/wiki/String_searching_algorithm

7. Standard Template Library Tutorial
http://oopsla.snu.ac.kr/~sjjung/stl/booktoc1.htm

8. Introduction to Algorithms, Fall 2004 (MIT Open Course Ware)
http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-046JFall-2004/CourseHome/index.htm
http://theory.lcs.mit.edu/classes/6.046/fall01/

9. ptherad관련
  1. thread만들면 1:1이니까 여러개의 프로세스가 생성되나요.
  http://bbs.kldp.org/viewtopic.php?p=144437&sid=5a0b581a55ccd36f697f49712af3951e

  2. pthread가 강제 종료되면 프로세스가 죽는지요?
  http://kltp.kldp.org/%7Eeunjea/hcol-archive/2002/devel/2003-Apr/0767.html

10. Computer Graphics 관련 연구실
  1. 국내
  http://cg.postech.ac.kr/
  http://cglab.snu.ac.kr/
  http://cg.kaist.ac.kr/

  2. 국외
  http://graphics.stanford.edu/
  http://www.gg.caltech.edu/
  http://www.cs.utexas.edu/~graphics/
  http://groups.csail.mit.edu/graphics/
  http://www.cl.cam.ac.uk/Research/Rainbow/

11. 거북이 svn 사용방법
http://dasomnetwork.com/~leedw/mywiki/moin.cgi/TortoiseSVN#head-f756e0b94b9623c79e3139826e5d5ed6181746fe

12. Remote Desktop 클라이언트 설치 및 사용방법을 소개한다.
http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx


[전자]
1. 서강대학교 - 회로이론 강의 노트 참고
http://htnl.sogang.ac.kr/courses.html

2. 전자회로의 기초 자료에 대해서 소개하고 있는 사이트
http://www.ehtec.com/

3. Probabilistic Systems Analysis and Applied Probability(MIT Open Course Ware)
http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-041Spring-2005/CourseHome/

[한양대]
1. 한양대 고시반 대표 홈페이지
http://www.hanyang.ac.kr/code_html/H5EE/
http://examination.hanyang.ac.kr/

2. 기계학부 물리2 강의 노트
http://www.kimstein.net/physics/board.htm

3. 학사 관련 링크
  학사 안내 : http://www.hanyang.ac.kr/code_html/H1BAB1/index.html
  1. 학사 일정 : http://www.hanyang.ac.kr/code_html/H1BAB1/indexD1.html
  2. 학적 안내 : http://www.hanyang.ac.kr/code_html/H1BAB1/indexF1.html
  3. 수업 안내 : http://www.hanyang.ac.kr/code_html/H1BAB1/indexE1.html

[기타]
1. MS Office Update(오피스 업데이트) 확인 및 다운로드 북마크
http://office.microsoft.com/ko-kr/officeupdate/default.aspx

2. 토익 - 홍진걸/권오경 토익 카폐
http://cafe.daum.net/toeicway

3. 네이버 블로그 백업 프로그램
http://blog.naver.com/mutter21/70000530449

4. 삼육 어학원 레벨업 관련
http://blog.naver.com/rheonomic?Redirect=Log&logNo=140003554236

'메모' 카테고리의 다른 글

스탠드 전구 사기  (0) 2009.02.26
데스크탑 사양  (0) 2008.08.17
북마크 정리  (0) 2008.06.05
북마크 정리  (0) 2008.05.18
금융 자격증별 시험 시기  (0) 2008.02.10
[펌] 그리스 문자 요약  (0) 2008.02.10
Business school 리서치 순위 검색  (0) 2008.01.24
x61t tablet 고해상도 구입  (0) 2007.10.27
DMB Expo 2006 다녀와서...  (0) 2006.03.08
졸업작품 참고 사이트  (0) 2006.01.11
Posted by Gu Youn
,

한남대학교 통계학과 교수 홈페이지

통계노트&저서 메뉴에 보면 통계관련 서적을 e-book 형태로 올려놨음

http://wolfpack.hannam.ac.kr/

Posted by Gu Youn
,