An open API service indexing awesome lists of open source software.

https://github.com/huchenlei/ece244

ECE 244 programming with C++
https://github.com/huchenlei/ece244

Last synced: 2 months ago
JSON representation

ECE 244 programming with C++

Awesome Lists containing this project

README

          

# ECE244 programming with C++ 2016 F
## Lab1
Debug the existing program with NetBeans. HelloWorld to C++.
## Lab2
Write a simple command line interface for later functionalities.
Basic C++ I/O.
## Lab3
Implement the given interface for Resistor and Node.
Basic C++ OOP.
## Lab4
Solve the circuit network by iterative procedure until the change of voltage value is lower than certain threshold.
## Lab5
Binary search tree (BST)
## Lab6
Simple OOP with graphics (EasyGL interface is given to facilitate coding)