Innovation & Technology
Pages
(Move to ...)
Home
CL3 Prep
CL 3
CL 2
CL 1
PL 4
PL 4 Question Bank
Python
PL 3
▼
Sunday, 8 July 2018
DSC Summit 2018 Experience
›
Transformation : A revolutionary act or process which brings about change in our lives. It is the phenomenon which governs the birth of ...
Wednesday, 9 May 2018
Google India Challenge Scholarship : Android Developer Track
›
Hello everyone! I am Nikita Kotak, a Computer Engineering student, a Tech enthusiast and have deep interest in the fields of Android, IoT,...
3 comments:
Saturday, 5 May 2018
Smart India Hackathon 2018
›
The journey of Smart India Hackathon'18 started with the notice put up in our college and of-course the whatsapp messages that were ...
1 comment:
Thursday, 21 December 2017
Using Divide and Conquer Strategies and object-oriented software design technique using Modelio to design a software function for Binary Search for an un-ordered data stored in memory. Use necessary USE-CASE diagrams and justify its use with the help of mathematical modeling and related efficiency. Implement the design using Eclipse C++ or python.
›
Code : (A1.cpp) //============================================================================ // Name : A1.cpp // Author : ...
Wednesday, 13 September 2017
Intermediate code generation for sample language using LEX and YACC.
›
CL1_A5.l : %{ #include "y.tab.h" extern char yyval; %} %% [0-9]+ {yylval.symbol=(char)yytext[0]; return NUMBER;} ...
Sunday, 10 September 2017
Implementation of any 2 uninformed search methods with some application.
›
CODE : #include<iostream> #include <list> using namespace std; class Graph { int vertices; list<int> *ptr; ...
Thursday, 17 August 2017
Parser for sample language using YACC.
›
***Note : While executing the program remove the comments in blue. Comments mentioned are for understanding purpose calc.l: %{ //decl...
›
Home
View web version