Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

Click here
NYU Tandon School of Engineering Leaderboard
Click here
University of California Irvine Leaderboard
MAFI_728x90
MAFI_728x90
Brandeis University Master of Finance Leaderboard 728x90
RPI Leaderboard
University of California Irvine Leaderboard
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
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
Click here
University of California Berkeley Master of Financial Engineering MFE Sideboard
Brandeis Business School
output_8BgzjE
  • Bizzo Casino Gaming Site – A Complete Guide for Australian Users

    September 11, 2025 by TFE Times
  • ZTE Company Powers Next-Level Autonomy in Telecom Networks at DTW 2025

    September 11, 2025 by TFE Times
  • Future-Proof Skills Every Aspiring Cosmetologist Should Learn

    September 11, 2025 by TFE Times
  • Explore Vidnoz – The Free AI Video Maker That Turns Pictures Into Motion

    September 11, 2025 by TFE Times
  • Kelce’s Final Bow? Chiefs’ Tight End Hints at Retirement Amid Cap Pressures

    September 11, 2025 by TFE Times
  • Top Mineral Rights Brokers in Texas Offering Transparent Deals and Fast Closings

    September 11, 2025 by TFE Times
  • Choosing the Best Online Casino in 2025 – A Guide

    September 11, 2025 by TFE Times
  • What Every State Imports The Most

    September 11, 2025May 25, 2025 by TFE Times
  • Where Americans Have The Most Cash 2025

    September 10, 2025May 25, 2025 by TFE Times
  • The Most Reliable Used-Car Brands in 2025

    September 9, 2025May 25, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes