//Email ID : sicetece@gmail.com
//Web Site : sicetece.blogspot.com
// humourous guyzz plzz rply ur feeling n snd different funny concepts
//Mathematical fun concept
#include
#include
#include
#include
#include
void main()
{
int gd,gm,i,j,m;
clrscr();
gd=DETECT;
initgraph(&gd,&gm,"c:\\tc\\bgi");
printf("\n\ne^x & c r talking together ----> \te^x+c");//TAKE1
/*for(m=0;m<10;m++)
{
sound(900%m+25);
delay(30);
}
nosound();
//delay(30); */
getch();
cleardevice();
outtextxy(200,70,"e^x+c"); //TAKE2
printf("\n\t\tc: Derivative coming it wil neutral me");
outtextxy(10,70,"derivate");
for(m=0;m<=10;m++)
{
sound(random(120)*m+20);
delay(20);
}
nosound();
getch();
//TAKE3
for(i=220;i<500;i++) //Running of c
{
outtextxy(10,70,"derivate");
outtextxy(200,70,"e^x");
outtextxy(i,70,"c");
delay(4);
cleardevice();
}
//take4
outtextxy(10,70,"derivate");
outtextxy(200,70,"e^x");
for(m=0;m<=12;m++)
{
sound(random(400)%45);
delay(20);
}
nosound();
getch();
outtextxy(240,70,": haha.....i'v no problem i'm e^x");
getch();
for(i=10;i<70;i++)
{
outtextxy(i,70,"derivate");
delay(15);
cleardevice();
outtextxy(i,70,"derivate");
outtextxy(200,70,"e^x");
}
//punch to the e^x
cleardevice();
outtextxy(i,70,"d/dy");
outtextxy(i,58,":haha....i'm d/dy not d/dx");
outtextxy(200,70,"e^x !");
for(m=0;m<=10;m++)
{
sound(400-m*12);
delay(30);
}
nosound();
getch();
//take5
//neutralises e^x zero
for(j=i;j<210;j++)
{
outtextxy(j,70,"d/dy");
delay(10);
cleardevice();
outtextxy(j,70,"d/dy");
outtextxy(200,70,"e^x");
}
for(m=0;m<=5;m++)
{
sound(220*m-23);
delay(3);
}
nosound();
cleardevice();
outtextxy(j,70,"0");
for(i=j;i<500;i++)
{
outtextxy(i,70,"d/dy");
delay(10);
cleardevice();
outtextxy(j,70,"0");
}
cleardevice();
settextjustify(CENTER_TEXT,CENTER_TEXT);
settextstyle(SANS_SERIF_FONT,0,3);
setcolor(YELLOW);
outtextxy(300,180,"concept");
setetxxy(300,220,"Chandra shekar");
for(i=0;i<70;i++)
{
delay(dl);
}
cleardevice();
outtextxy(300,180,"created by");
settextstyle(SANS_SERIF_FONT,0,5);
outtextxy(300,220,"Srikanth Noundla");
delay(1);
for(j=0;j<3;j++)
{
for(i=0;i<=10;i++)
{
sound(150+i*10);
delay(80);
}
nosound();
}
getch();
cleardevice();
}


No comments:
Post a Comment