Small Talk Script

Small Talk Script

Copy paste the below code in a nodepad file Dim Msg, Speak Msg=InputBox("Type view words here","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak Msg Save this file

Read More

C program to create india map

C program to create india map

Here is the C program to generate India map #include‬<stdio.h> void main() { int a,b,c; for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\ TFy!QJu ROo TNn(ROo)SLq

Read More

Remove autorun.inf file from your PenDrive

Remove autorun.inf file from your PenDrive

Many times pen drive gets infected by following files for Windows XP  Autorun.inf  folder.exe  Iexplorer.vbs  Bha.vbs  nfo.exe  New_Folder.exe  ravmon.exe  RVHost.exe  any other files

Read More

Number To Text Javascript

Number To Text Javascript

Hi friends here is an example to convert number to text For example : 12345678 One Crore Twenty Three Lakh Forty Five Thousand

Read More

How to download videos from facebook

How to download videos from facebook

Step 1 : Click on the video. So you can the watch video. Step 2 : Copy the URL from the top. For

Read More

Solution to producer consumer problem using Mutual exclusion in unix

Solution to producer consumer problem using Mutual exclusion in unix

#include<stdio.h> #include "shmlib.h" main(){ int *lock1,id,sid1,sid2,*prod_quantity; lock1 = (int *)shared(sizeof(int),&sid1); init_lock(lock1); prod_quantity = (int *)shared(sizeof(int),&sid2); *prod_quantity = 110; id = create_process(1); printf("id %d

Read More

Demonstrate the shared memory model of programming in Parallel Processing

Demonstrate the shared memory model of programming in Parallel Processing

#include<stdio.h> #include "shmlib.h" int main(){ in final_sum, *sum0, sum1, id, id1, id2; sum0 = (int*)shared(sizeof(int),&id1); sum1 = (int*)shared(sizeof(int),&id2); id = create_process(1); if(id ==

Read More

Demonstrate the concept of Mutual Exclusion in Parallel Processing

Demonstrate the concept of Mutual Exclusion in Parallel Processing

For this program you must have some knowledge of mutual exclusion and pointers #include<stdio.h> #include "shmlib.h" main(){ int *lock1,id, sid1, sid2, *i, j;

Read More

Creation and Destruction of Process In Unix

Creation and Destruction of Process In Unix

#include<stdio.h> #include "shmlib.h" main(){ int id, n; //id is used for numbering each process, n is used for user to enter total number

Read More

Crossover

Crossover

Write a program in Lisp to demonstrate the crossover genetic operator.  (Enter population of binary strings. Perform crossover based on a random crossing

Read More

Mutation

Mutation

Write a program in Lisp to demonstrate the genetic operator mutation. (Enter a population of binary strings. Perform mutation based on a random

Read More

Roulette Wheel

Roulette Wheel

Write a program in Lisp to perform roulette wheel selection. (Enter a population of binary strings. Consider fitness value as the number of

Read More

A fuzzy system is a structured Numerical estimator in LISP example Inverted Pendulum

A fuzzy system is a structured Numerical estimator in LISP example Inverted Pendulum

Write a program in Lisp to demonstrate that a fuzzy system is a structured Numerical estimator-using example of controlling an inverted pendulum. (Enter

Read More