Monday, March 7, 2011

Web Designing and DTP works

Web Designing and DTP works at cheap rates.
Contact Roopak A N
Ph: +918891261489
Email : anroopak@gmail.com

Sunday, January 23, 2011

Tuesday, January 18, 2011

xScribble

Hi guys,

One of our seniors - Rahul Anand - has created a new phase of chatting.

This graphical chatting phase will surely make its feet.

Check it out through this link.

Saturday, January 15, 2011

ECS Assignment

#include
#include
#include
float getValue(float w,float z,float t)
{
 float phi,root,sine,expo,term,wd;

 phi=acos(z);
 root=sqrt(1-z*z);
 wd=w*root;
 sine=sin(wd*t+phi);
 expo=exp(-1*z*w*t);

 term=1-(expo*sine/root);

 return term;
}
void draw(int x[],int y[],int n)
{
 int startx=50, starty=400;
 int drawx1,drawy1,drawx2,drawy2,i;

 int gdriver = DETECT, gmode, errorcode;
 initgraph(&gdriver, &gmode, "");

 setcolor(10);
 line(50,400,400,400);
 line(50,400,50,50);
 line(400,400,395,395);
 line(400,400,395,405);
 line(50,50,55,55);
 line(50,50,45,55);

 for(i=0;i
 {
    drawx1=startx+x[i];
    drawy1=starty-y[i];
    drawx2=startx+x[i+1];
    drawy2=starty-y[i+1];
    setcolor(YELLOW);
    line(drawx1,drawy1,drawx2,drawy2);
 }
}
void main()
{
 float w,z,t,temp;
 int a[101],b[101];
 int i=0;

 printf("Enter the Values of Omega and Zeta : ");
 scanf("%f%f",&w,&z);

 for(t=0.0;t<=25.0;t+=0.25)
 {
    temp=getValue(w,z,t);
    a[i]=t*10;
    b[i]=temp*50;
    i++;
 }

 draw(a,b,101);
}








Monday, December 20, 2010

Sunday, December 5, 2010

DCS Notes

A bit simplified note for Hamming code is uploaded.  
Click here to view it.
To get a vague idea, read the table and encoding in it.

Syndrome Decoding

Division Algorith

Cayley Theorem

Cyclic Code
In Cayley theorem there is some changes. So wait till 4pm for the correct version.

Friday, November 26, 2010

Note: Since mediafire has been banned in our college I have added a non-mediafire link for those who are downloading from college

QUESTION PAPERS

ALL QUESTION PAPER(RAR FILE)
Download(Non-Mediafire)

DCS Module 1 topics
The following pdf contains:
1*compactness
2*soundness
Download(Mediafire)
Download(Non-Mediafire)



Lattice 
Notes given by miss

Download(Mediafire) 
Download(Non-Mediafire)



Matrix:

Notes on the last part of matrix given to civil class
Download(Mediafire)
Download(Non-Mediafire)

Engineering ethics: 
Pages of Engineering ethics  from humanities text for those who are using old humanities text
Download(Mediafire)
Download(Non-Mediafire)

Electronics : 
communication
Download(Mediafire)
Download(Non-mediafire)

Thursday, September 16, 2010

QUESTION PAPER

NEW QUESTION PAPERS ADDED .
TO VIEW : CLICK HERE
                 OR
GOTO QUESTION PAPER SECTION OF THE BLOG

Friday, September 10, 2010

Check it Out.........

COLORS of GCEK... The official Blog of GCEK...
Login and Fight for your Campus...
Click Here to go to COLORS of GCEK

Wednesday, September 8, 2010

CSE Association Meeting

CSE Association Meeting which was decided to be conducted on 09/09/2010 have been postponed to 16/09/2010.

Saturday, August 14, 2010

EC Lab - Next Cycle

Expt. No.|Batch
-------------|--------
......1.......|.. 1 and 2
......2.......|..3 and 4
......3.......|..5 and 6
......4.......|...... 7

click on ur expt no. to get d notes....

NOTE : rest of 3rd expt is with d 4th expt

Monday, July 5, 2010

Welcome

We, already part of CSE welcome the lateral entries to the world of GREEN COMPUTING.

Our new Classmates :-

Jeena
Jishmon
Sandhya...

Wednesday, June 9, 2010

ECS Exam

ECS exam for all the branches may be rescheduled to June 15th.

Reason : Scheduled date June 12 falls on Second Saturday, a govt holiday

Friday, May 28, 2010

Graphics Exam

CS's graphics exam has been postponed to June 16 and EC's to june 14.

Source : News Reports