마스터되는길 | 마스타 http://blog.naver.com/masakie/14445828 강좌 번호 강좌명 Description VB0001.zip VBA강좌를 시작하며 Introduction VB0002.zip 사각형 그리기 사각형 그리기를 통한 반복문 익히기 예제 VB0003.zip 사각형 그리기Ⅱ 사각형 그리기를 통한 반복문 익히기 예제Ⅱ VB0004.zip 시트 맘대로 주무르기 코드를 사용해서 워크시트 제어하기 VB0005.zip 시트 맘대로 주무르기Ⅱ 코드를 사용해서 워크시트 제어하기Ⅱ VB0006.zip About 프로젝트 탐색창 프로젝트 탐색창에 대한 설명 및 작업하기 VB0007.zip 코드창에서 작업하기 VB의 기본 작업창인 코드창에서 작업하기 VB0008.zip VB Editor 환..
C++ Random Numbers #1 Nov 16th, 2003 Intro This tutorial provides a brief introduction to the random number functions that come as part of the C++ standard library, namely rand() and srand(). rand() and RAND_MAX The C++ standard library includes a pseudo random number generator for generating random numbers. In order to use it we need to include the header. To generate a random number we use the..
Speed up code and stop screen flickering: Sub NoScreenRePainting() Application.ScreenUpdating=False 'Your code here. Application.ScreenUpdating=True End Sub Preventing calculation while executing code: Sub NoCalculations() Application.Calculation = xlCalculationManual 'Your code here. Application.Calculation = xlCalculationAutomatic End Sub Speeding up code if you have Worksheet or Workbook Even..
1. 멀티 코어를 사용하는 빌드 /MP 또는 /MP? 옵션으로 멀티 프로세서 사용시 두개 이상의 코어를 모두 사용해서 빌드를 해 준다. 설정법은 프로젝트의 Properties - C/C++ - Command Line - Additional options에 /MP 또는 /MP?를 추가해 준다. (?는 코어의 개수) 추가로 Properties - C/C++ - Code Generation - Enable Minimal Rebuild 항목(/Gm) 을 No로 설정해 주어야 한다. 두 옵션이 서로 충돌한다나.... 프로젝트 파일 항목: MinimalRebuild 이걸 사용하면 빌드하는 동안 CPU 점유율이 100%에 육박하는 흐뭇한(?) 광경을 볼 수 있다. ㅋㅋ VS2005에서는 50%를 빌빌 대던 넘이.....
Financial Numerical Recipes in C ++. Bernt Arne Ødegaard Contents On C++ and programming. Compiling and linking The structure of a C++ program Types Operations Functions and libraries Templates and libraries Flow control Input Output Splitting up a program Namespaces Extending the language, the class concept. date, an example class Const references The value of time Present value. Internal rate ..
- Total
- Today
- Yesterday
- JPY
- Linear Gaussian Model
- 가을
- 금융공학
- market convention
- LG
- CHF
- 세식구
- recession
- 크레딧투자
- Risk Free Rate
- 유동성최악
- financial
- 와인
- 리보중단
- 회고2023
- finance
- random gereragtor
- VBA
- computational finance
- 포트폴리오
- Volatility Ratio
- SOFR
- mathematical finance
- 어렵다크레딧
- RfR
- Fallback rate
- 금융수학
- XAG
- 꿀떡이
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |