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++
- Host: GitHub
- URL: https://github.com/huchenlei/ece244
- Owner: huchenlei
- Created: 2016-09-30T01:44:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T21:47:21.000Z (over 7 years ago)
- Last Synced: 2025-03-28T19:53:38.831Z (7 months ago)
- Language: C
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)