SystemC is a set of C++ libraries, which enables a designer to perform concurrent simulation of system level model. Follow these steps to install systemc…
To install LaTex in ubuntu use the following commands – sudo apt-get update sudo apt-get install texlive-full LaTex installation takes around 20 minutes. To test…
Problem – Sorry, Ubuntu 12.04 has experienced an internal error. If you notice further problems, try restarting the computer. Send an error report to help…
1. Open your terminal or press Ctrl + Alt + t and type – # sudo apt-get install freeglut3 freeglut3-dev 2. For newer versions of…
[wpdm_package id=’1213′] Vim configuration help you set options like automatic indentation, color, history, smart tab, parentheses balancing, serach options, syntax highlight etc. Vim configuration save…
Download the full code here: [wpdm_package id=’1308′] Suppose you have a graph as shown below. Let us see how we perform breadth first traversal here: Since…
Download the code here: [wpdm_package id=’1301′] Given an array of numbers, to find the subarray which gives the maximum sum can be solved using Kadane’s…
Download the code here: [wpdm_package id=’1296′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
Download the code here: [wpdm_package id=’1299′] #include<stdio.h> //for C file input/output functions #include<stdlib.h.h> //used here for exit() function #include<string.h> //for using strcmp() function #include<sys/types.h> //contains…
We need bootable pendrive to make install/recover operating system in our Computer, Laptop. 5 Easy steps: 1. Download poweriso. 2. Goto Tools -> Create Bootable…