본문 바로가기 메뉴 바로가기

Back to Basics

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Back to Basics

검색하기 폼
  • 분류 전체보기 (100)
    • Life (10)
    • FINANCE (3)
      • News (5)
      • Financial Enginnering (45)
      • Strategy (7)
      • PAPER (3)
      • Credit (4)
      • Structured Product (0)
      • Equity (0)
      • Commodity (0)
    • Language (23)
      • Mathematics (0)
      • Matlab R Python (2)
      • EXCEL VBA (12)
      • C (9)
  • 방명록

Language (23)
vba reference

마스터되는길 | 마스타 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 환..

Language/EXCEL VBA 2011. 6. 8. 23:14
2 차원 벡터 사용함수 및 여러가지 기법

#include #include #include using namespace std; const double zero = 0.0; /* void print2arr(char** mat, int n) { for(int i=0; i

Language/C 2009. 3. 31. 21:43
vector class/template이용한 2차원 배열 생성

#include #include #include using namespace std; int main() { vector matrix(5, vector(5)); for(int i = 0;i

Language/C 2009. 2. 4. 15:17
C++ Random Numbers

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..

Language/C 2009. 1. 7. 00:48
이차원 동적 배열 설정

#include #include #include #include using namespace std; void print_1dim_array(double* arr, int n); void print_matrix(double** matrix, int n); int main() { int n=3; // set dynamic 2-dim array double** A; A = new double*[n]; for(int i=0;i

Language/C 2009. 1. 4. 16:52
Speeding Up Slow Excel VBA Code

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..

Language/EXCEL VBA 2008. 9. 22. 10:10
VS2005 에서 VS2008 로 넘어갈때의 팁

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%를 빌빌 대던 넘이.....

Language/C 2008. 9. 1. 11:27
Financial Numerical Recipes in C ++.

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 ..

Language/C 2008. 8. 12. 05:25
이전 1 2 3 다음
이전 다음
공지사항
  • 무더운 여름이 오고 있습니다!!
  • 가을입니다..
  • remings TISTORY 입주 축하연!
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • Bloomberg
  • AQR
  • SERI FORUM
  • Wilmott
  • Quantnet
  • sciencedirect
  • FT Alphaville
  • Tradeweb
  • WSJ market beat
  • (blog) felix-salmon
  • (blog) ZeroHedge
  • (blog) Economist's View
  • (blog) Naked Capitalism
  • (blog) The Big Picture
TAG
  • RfR
  • CHF
  • 가을
  • VBA
  • 포트폴리오
  • market convention
  • 와인
  • 금융수학
  • computational finance
  • Volatility Ratio
  • 회고2023
  • 유동성최악
  • JPY
  • financial
  • Linear Gaussian Model
  • 리보중단
  • 금융공학
  • 세식구
  • LG
  • SOFR
  • 크레딧투자
  • finance
  • mathematical finance
  • 어렵다크레딧
  • recession
  • 꿀떡이
  • XAG
  • random gereragtor
  • Risk Free Rate
  • Fallback rate
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바