Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icejan/c-end-term-project
- Owner: icejan
- Created: 2023-10-13T03:11:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T17:59:42.000Z (about 1 year ago)
- Last Synced: 2024-12-13T00:07:06.304Z (28 days ago)
- Topics: binary-search-algorithm, c-programming-language, geany, intravenous-rates-calculator, resistor-calculator
- Language: C
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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## Installation
Clone the repo:`git clone https://github.com/icejan/C-end-term-project.git`
## 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.### Binary Search Algorithm
The program helps search for a target in an array. Example is shown below.### 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.## 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## Credits
* João Paulo Dos Santos Cruz
* Kevin Pham
* Josstina Beshay
* Julibeb Hussain