Category: Project Proposal Topic: CPU Info Checker with Fan Speed Controlling Subject: CSE323 – Operating System Concepts In this Arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16×2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module […]Read More
Tags : Tech
Fractional Knapsack Problem Question: You are required to implement the fractional knapsack problem using a programming language of your own choice. You are going to take the number of items, their weights, volume and costs 5 from the user as well as the knapsack capacity and determine the maximum value that can be 6 taken. […]Read More