Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

University of California Irvine Leaderboard
MAFI_728x90
University of California Irvine Leaderboard
RPI Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
MAFI_728x90
NYU Tandon School of Engineering Leaderboard
Click here
Click here
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++ 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++: 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++: 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

C++: Conway’s Game of Life

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, conways, game, life, of
C++: Conway’s Game of Life

The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is the best-known example of a cellular a

Continue Reading

Posts navigation

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

    December 24, 2025July 24, 2025 by TFE Times
  • The Top Cities In The World By Reputation

    December 23, 2025July 24, 2025 by TFE Times
  • U.S. Home Prices Vs. Household Income

    December 22, 2025July 24, 2025 by TFE Times
  • What Jobs Are Safest From AI?

    December 21, 2025July 24, 2025 by TFE Times
  • America’s Mineral Supply

    December 20, 2025July 24, 2025 by TFE Times
  • American Job Cuts By Industry

    December 19, 2025November 28, 2025 by TFE Times
  • Countries With The Most Culture & Heritage

    December 18, 2025July 24, 2025 by TFE Times
  • The World’s Most Powerful Compute Clusters

    December 17, 2025July 24, 2025 by TFE Times
  • How Rare Earths Power U.S. Defense

    December 16, 2025July 24, 2025 by TFE Times
  • Which Countries Produce Their Own Food?

    December 15, 2025July 24, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes