Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icejan/c-end-term-project

In collaboration with 5 team members of engineers, we solved three problems using C programming.
https://github.com/icejan/c-end-term-project

binary-search-algorithm c-programming-language geany intravenous-rates-calculator resistor-calculator

Last synced: 28 days ago
JSON representation

In collaboration with 5 team members of engineers, we solved three problems using C programming.

Awesome Lists containing this project

README

        

# C End-Term Project

## Table of Contents
* [Introduction](#introduction)
* [Technologies](#technologies)
* [Installation](#installation)
* [Usage](#usage)
* [Features](#features)
* [Credits](#credits)

## Introduction
This project solves three problems using C programming: intravenous rates calculator for hospitals, a binary search algorithm to help search numbers in large arrays and a resistor band calculator that returns the resistance value in ohms or kilo-ohms.

## Technologies
The project is created with:
* C Programming Language
* Geany

(back to top)

## Installation
Clone the repo:

`git clone https://github.com/icejan/C-end-term-project.git`

(back to top)

## Usage
### Intravenous Rates Calculator
The program prompts for the rate options, drop rate and tubing factor to calculate several different intravenous rates. Example is shown below.

Intravenous Rates Calculator Output

### Binary Search Algorithm
The program helps search for a target in an array. Example is shown below.

Binary Search Algorithm Output

### Resistor Color Bands Calculator
The program prompts for the colors of Band 1, Band 2, and Band 3, and then displays the
resistance in kilo-ohms. Example is shown below.

Resistor Color Bands Calculator Output

(back to top)

## Features
### Intravenous Rates Calculator
* prompts for the rate in ml/hr and the tubing's drop factor then displays intravenous rate in drops per minute.
* returns number of hours for 1 liter or rate in ml/hr..
* inputs rate in mg/kg/hr, patient's weight in kg, and concentration in mg/ml, rate in units/hr and concentration in units/ml

(back to top)

## Credits
* João Paulo Dos Santos Cruz
* Kevin Pham
* Josstina Beshay
* Julibeb Hussain