Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of California Irvine Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
MAFI_728x90
Click here
NYU Tandon School of Engineering Leaderboard
University of California Irvine Leaderboard
Click here
RPI Leaderboard
MAFI_728x90
Click here
  • Business
  • Culture
  • Technology
  • International Rankings
    • Bangladesh
    • Canada
    • Egypt
    • India
    • Nigeria
    • Pakistan
    • Philippines
    • United Kingdom
    • United States of America
  • Masters Rankings
    • Accounting
    • Business Analytics
    • Chiropractic
    • Computer Engineering
    • Computer Science
    • Economics
    • Education
    • Finance
    • Financial Economics
    • Financial Engineering
    • Law
    • Management
    • Marketing
    • MBA
    • Nursing
    • Social Work
  • Resources
    • C++
      • Beginner’s Guide to C++
      • An Introduction to the Imperative Part of C++
      • C++ Code
        • Sorts
        • Binary Search Trees
        • Strings
        • Binary Search
        • Math
        • Quant
        • Puzzles/Games
        • Language Concepts
        • Graphics
        • OS Operations
        • Graphs
      • C++ Full Course
      • C++ Crash Course
      • C++ Interview Questions
      • C++ Q/A
      • C++ Books
      • C++ Free Books
      • C++ Videos
    • C Questions
    • C Programming Tips
    • Java Questions
    • Quant Data Sources
    • Quant Questions

Category: C++

C++: Normal CDF

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, cdf, normal
C++: Normal CDF

const double Pi = 3.14159265359; // Standard Normal cumulative distribution function double Normal_CDF(const double & x) { double k = 1

Continue Reading

C++: Black Scholes Call Option Delta

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged black, c, call, delta, option, scholes
C++: Black Scholes Call Option Delta

// Calculate the Black Scholes European call option Delta double BS_Call_Option_Delta(double S, double K, double r, double v, double T) // Para

Continue Reading

C++: Do While Loop

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, do while, loop, loops
C++: Do While Loop

Start with a value at 0. Loop while value mod 6 is not equal to 0. Each time through the loop, add 1 to the value then print it. The loop must execute

Continue Reading

C++: Matrix Transposition

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, matrix, matrix transposition, transposition
C++: Matrix Transposition

Transpose an arbitrarily sized rectangular Matrix. Library: Boost.uBLAS #include <boost/numeric/ublas/matrix.hpp> #include <boost/nu

Continue Reading

C++ Graphics

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, graphics
C++ Graphics

[pt_view id="e8370874e7"]

Continue Reading

C++: What is The Rule of Three?

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, is, of, rule, the, three, what
C++: What is The Rule of Three?

What does copying an object mean? What are the copy constructor and the copy assignment operator? When do I need to declare them myself? How can I

Continue Reading

C++: Main Step of GOST 28147-89

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged algorithm, c, encryption, feistel network, GOST 28147-89, main, of, step
C++: Main Step of GOST 28147-89

GOST 28147-89 is a standard symmetric encryption based on a Feistel network. Structure of the algorithm consists of three levels: encryption mode

Continue Reading

C++: Complex Number Arithmetic

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arithmetic, c, complex, number
C++: Complex Number Arithmetic

A complex number is a number which can be written as "" (sometimes shown as "") where a and b are real numbers and i is the square root of -1. Typical

Continue Reading

C++: Bresenham’s Line Algorithm

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged algorithm, bresenhams, c, Line
C++: Bresenham’s Line Algorithm

Using the data storage type defined on this page for raster graphics images, draw a line given 2 points with the Bresenham's line algorithm. void

Continue Reading

C+: Mandelbrot Set

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, mandelbrot, mandelbrot set, set
C+: Mandelbrot Set

Generate and draw the Mandelbrot set. Note that there are many algorithms to draw Mandelbrot set and there are many functions which generate it.

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Berkeley Master of Financial Engineering MFE Sideboard
Click here
University of California Irvine Leaderboard
Brandeis Business School
NYU Tandon School of Engineering Sideboard
output_8BgzjE
  • greece

    Slotshub — Your New Choice Among Online Casinos In Greece

    March 16, 2026 by TFE Times
  • The Age Of Every Democratic Senator

    March 16, 2026October 14, 2025 by TFE Times
  • The Most Underemployed College Degrees In America

    March 15, 2026October 14, 2025 by TFE Times
  • The U.S. Consumer Balance Sheet

    March 14, 2026October 14, 2025 by TFE Times
  • Why Gransino Casino continues to gain popularity in 2026

    March 13, 2026 by TFE Times
  • How does PlayCroco’s support service work?

    March 13, 2026 by TFE Times
  • Countries Where You Can Purchase Citizenship

    March 13, 2026October 14, 2025 by TFE Times
  • Student Loan Debt In America

    March 12, 2026October 14, 2025 by TFE Times
  • Who Goes To The Dentist?

    March 11, 2026October 14, 2025 by TFE Times
  • Why Every Business Needs Social Media Growth Strategies

    March 10, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes