Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 3.77 KB

README.md

File metadata and controls

83 lines (69 loc) · 3.77 KB

Introduction

This repository contains my programming assignments for advanced programming course in Iran University of Technology (IUST)

Instractor: Sauleh Eetemadi

Cousre Website

Assignments

HW3 (Files and String methods)

HW4 (Understanding a few notes in C#)

HW5 (Class and Objects)

HW6 (Value type and reference type)

HW7 (Interfaces)

HW8 (Operator overloading)

HW9 (Exception Handling)

HW10 (Operator overloading and .NET interfaces)

HW11 (Inheritance)

HW12 (LINQ)

HW13 (Thread and concurrency)

HW14 (State pattern)

Exams

Project

Build a simple WPF application.

Features:

  1. Draw digram for polynomial functions
  2. Solve n equation n variable
  3. Draw Tylor series -- Doesn't Complete Not Yet --

Screenshots

Screenshot 1

Math Analyzer screenshot1

Screenshot 2

Math Analyzer screenshot2

Screenshot 3

Math Analyzer screenshot3