FILE PARSING: File parsing is a process of analyzing a string of symbols, either in natural language, computer language or data structure conforming the rules of a formal grammar. The term parsing comes from the Latin pars (orations), meaning part of speech. With in computational linguistics the term is used to refer to…
Harsh Sharma
updated on 22 Nov 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Harsh Sharma (5)
Project 2 - Rankine cycle Simulator
https://thermopedia.com/content/1072 http://www.mhtlab.uwaterloo.ca/courses/me354/lectures/pdffiles/web4.pdf https://lambdageeks.com/back-work-ratio/#:~:text=Back%20work%20ratio%20of%20Rankine%20cycle&text=The%20turbine%20work%20is%20represented,is%20represented%20by%20h1%2Dh4. Rankine Cycle: Rankine cycle is…
30 Nov 2022 06:54 PM IST
Project 1 - Parsing NASA thermodynamic data
FILE PARSING: File parsing is a process of analyzing a string of symbols, either in natural language, computer language or data structure conforming the rules of a formal grammar. The term parsing comes from the Latin pars (orations), meaning part of speech. With in computational linguistics the term is used to refer to…
22 Nov 2022 05:36 PM IST
Week 5 - Genetic Algorithm
A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals from the…
07 Nov 2022 10:22 AM IST
Week 4.1 - Solving second order ODEs
A pendulum is a body suspended with a string to move freely back and forth under the influence of the gravity. When a pendulum is displaced from it’s equilibrium position, it is subjected to a restoring force due to gravity, that will accelerate it back towards the equilibrium position. When, we have the second…
28 Oct 2022 06:30 AM IST
Week 3.2 - 2R Robotic Arm Challenge
https://youtu.be/4RFEUCitk30 (Youtube link of Robotic arm video) %% Challange on Robotic Arm Movement one time. clear all close all clc l1 = 1; l2 = 0.5; thetha1 = linspace(10,90,10); thetha2 = linspace(10,90,10); ct = 1 for i = 1:length(thetha1); THETHA1 = thetha1(i); …
17 Oct 2022 02:09 PM IST