Tuesday 30 April 2013

[vvpce2014] SP Index Final as told by Sir

PFA...

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Saturday 27 April 2013

Re: [vvpce2014] Project report

naa naa report em thodi na submit kari devay



On Sat, Apr 27, 2013 at 7:15 PM, Mahesh Gareja <vvpmahesh@gmail.com> wrote:
Please submit your PROJECT report in SE lab on respective day.
     

By DIPESHSIR

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] Project report

Please submit your PROJECT report in SE lab on respective day.
     

By DIPESHSIR

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] SE Report

Dear Students,

Prepare your SE Report and project .
verify and submit it in your next week lab slot..

Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Thursday 25 April 2013

Re: [vvpce2014] Project profile format

thnk u dipesh sir for helping of PROJECT PROFILE...!!!


On Thu, Apr 25, 2013 at 8:20 AM, Dipesh Joshi <ddipesh4@gmail.com> wrote:

Dear Students,

PFA Project Profile Format.

Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Wednesday 24 April 2013

[vvpce2014] Project profile format


Dear Students,

PFA Project Profile Format.

Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] uk

[vvpce2014] FORM VALIDATOR


--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Monday 22 April 2013

[vvpce2014] VALIDATOR


--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Sunday 21 April 2013

[vvpce2014] Fwd: rdp programm

#include"stdio.h"
#include"conio.h"
#include"string.h"
#include"stdlib.h"
#include"ctype.h"


char ip_sym[15],ip_ptr=0,op[50],tmp[50];
void e_prime();
void e();
void t_prime();
void t();
void f();
void advance();
int n=0;
void e()
{
strcpy(op,"TE'");
printf("E=%-25s",op);
printf("E->TE'\n");
t();
e_prime();
}

void e_prime()
{
int i,n=0,l;
for(i=0;i<=strlen(op);i++)
if(op[i]!='e')
tmp[n++]=op[i];
strcpy(op,tmp);
l=strlen(op);
for(n=0;n < l && op[n]!='E';n++);
if(ip_sym[ip_ptr]=='+')
{
i=n+2;
do
{
op[i+2]=op[i];
i++;
}while(i<=l);
op[n++]='+';
op[n++]='T';
op[n++]='E';
op[n++]=39;
printf("E=%-25s",op);
printf("E'->+TE'\n");
advance();
t();
e_prime();
}
else
{
op[n]='e';
for(i=n+1;i<=strlen(op);i++)
op[i]=op[i+1];
printf("E=%-25s",op);
printf("E'->e");
}
}
void t()
{
int i,n=0,l;
for(i=0;i<=strlen(op);i++)
if(op[i]!='e')
tmp[n++]=op[i];
strcpy(op,tmp);
l=strlen(op);
for(n=0;n < l && op[n]!='T';n++);

i=n+1;
do
{
op[i+2]=op[i];
i++;
}while(i < l);
op[n++]='F';
op[n++]='T';
op[n++]=39;
printf("E=%-25s",op);
printf("T->FT'\n");
f();
t_prime();
}

void t_prime()
{
int i,n=0,l;
for(i=0;i<=strlen(op);i++)
if(op[i]!='e')
tmp[n++]=op[i];
strcpy(op,tmp);
l=strlen(op);
for(n=0;n < l && op[n]!='T';n++);
if(ip_sym[ip_ptr]=='*')
{
i=n+2;
do
{
op[i+2]=op[i];
i++;
}while(i < l);
op[n++]='*';
op[n++]='F';
op[n++]='T';
op[n++]=39;
printf("E=%-25s",op);
printf("T'->*FT'\n");
advance();
f();
t_prime();
}
else
{
op[n]='e';
for(i=n+1;i<=strlen(op);i++)
op[i]=op[i+1];
printf("E=%-25s",op);
printf("T'->e\n");
}
}

void f()
{
int i,n=0,l;
for(i=0;i<=strlen(op);i++)
if(op[i]!='e')
tmp[n++]=op[i];
strcpy(op,tmp);
l=strlen(op);
for(n=0;n < l && op[n]!='F';n++);
if((ip_sym[ip_ptr]=='i')||(ip_sym[ip_ptr]=='I'))
{
op[n]='i';
printf("E=%-25s",op);
printf("F->i\n");
advance();
}
else
{
if(ip_sym[ip_ptr]=='(')
{
advance();
e();
if(ip_sym[ip_ptr]==')')
{
advance();
i=n+2;
do
{
op[i+2]=op[i];
i++;
}while(i<=l);
op[n++]='(';
op[n++]='E';
op[n++]=')';
printf("E=%-25s",op);
printf("F->(E)\n");
}
}
else
{
printf("\n\t syntax error");
getch();
exit(1);
}
}
}

void advance()
{
ip_ptr++;
}

void main()
{
int i;
clrscr();
printf("\nGrammar without left recursion");
printf("\n\t\t E->TE' \n\t\t E'->+TE'|e \n\t\t T->FT' ");
printf("\n\t\t T'->*FT'|e \n\t\t F->(E)|i");
printf("\n Enter the input expression:");
gets(ip_sym);
printf("Expressions");
printf("\t Sequence of production rules\n");
e();
for(i=0;i < strlen(ip_sym);i++)
{
if(ip_sym[i]!='+'&&ip_sym[i]!='*'&&ip_sym[i]!='('&&
ip_sym[i]!=')'&&ip_sym[i]!='i'&&ip_sym[i]!='I')
{
printf("\nSyntax error");
break;
}
for(i=0;i<=strlen(op);i++)
if(op[i]!='e')
tmp[n++]=op[i];
strcpy(op,tmp);
printf("\nE=%-25s",op);
}
getch();
}




--
Regards,
Kamal Sutaria,
Assistant Professor,
Department Of Computer Engineering,
V.V.P. Engineering College,
Rajkot.

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] cg tutorial

Dear Students,

Please find attached cg tutorial.
Submit your tutorial book(SE+CG) before 27/04/2013.


Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Thursday 18 April 2013

[vvpce2014] submit your ideas


-- Original Message --

From: krishna joshi krishnaonline06@gmail.com
To: Komil Vora komil.vora@vvpedulink.ac.in, Sweety Maniar sweetymaniar@gmail.com, kamdar dipesh
kamdardipesh@gmail.com, Nishank Dholakia nishank369@gmail.com, Samir Doshi sdiptg11@gmail.com,
meghakaria2000@yahoo.com, krishna joshi krishnaonline06@gmail.com
Cc: avanivasant avanivasant@yahoo.com, "pataliatejas@rediffmail.com" pataliatejas@rediffmail.com,
dharmeshsur dharmeshsur@rediffmail.com, chiragkvi chiragkvi@yahoo.co.in, okm mahadwad@yahoo.com,
"Jignasa P. Mehta" jignasapmehta@yahoo.co.in, bhavin_s_sedani@yahoo.com
Subject: Fwd: plz share it with all your students and ask them to just submit their ideas

Regards

Dr. Tejas P Patalia
Head & Associate Professor - Computer Engineering Department,
PG Co-ordinator (Computer Engineering)
VVP Engineering College,
Virda Vajdi, Kalawad Road,
Rajkot-360005, Gujarat, India
M- +919898188052

Get your own FREE website and domain with business email solutions, click here


---------- Forwarded message ----------
From: krishna joshi <krishnaonline06@gmail.com>
To: Komil Vora <komil.vora@vvpedulink.ac.in>, Sweety Maniar <sweetymaniar@gmail.com>, kamdar dipesh <kamdardipesh@gmail.com>, Nishank Dholakia <nishank369@gmail.com>, Samir Doshi <sdiptg11@gmail.com>, meghakaria2000@yahoo.com, krishna joshi <krishnaonline06@gmail.com>
Cc: avanivasant <avanivasant@yahoo.com>, "pataliatejas@rediffmail.com" <pataliatejas@rediffmail.com>, dharmeshsur <dharmeshsur@rediffmail.com>, chiragkvi <chiragkvi@yahoo.co.in>, okm <mahadwad@yahoo.com>, "Jignasa P. Mehta" <jignasapmehta@yahoo.co.in>, bhavin_s_sedani@yahoo.com
Date: 
Subject: Fwd: plz share it with all your students and ask them to just submit their ideas
kindly share this with the students and tell them to follow the link and share the idea.

thanks and regards

Dr. Krishna Joshi

---------- Forwarded message ----------
From: Hiranmay Mahanta <mahanta.hiranmay@gmail.com>
Date: Tue, Apr 16, 2013 at 12:03 PM
Subject: plz share it with all your students and ask them to just submit their ideas
To: krishna joshi <krishnaonline06@gmail.com>, sachin parikh <sachinparikh@hotmail.com>





Dear Sir /Mam


plz share it with all your students and ask them to just submit their ideas . ( 1-2 para graph ) 

We will give them the awards during the proposed event as you were suggesting. 1st Prize 35,000 INR , 2nd prize 11,000 INR and 3rd Prize 5000 INR .

Let's give them 3-4 days and ensure getting a crude idea during this time. All sector students can share their ideas for this.

Regards

Hiranmay Mahanta 






--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Wednesday 17 April 2013

[vvpce2014] Demo Progs and document of TSR....

/*TimeTsr.c*/
#include<dos.h>
#include<stdlib.h>
#include<string.h>
#include<stdio.h>
#include<conio.h>
void interrupt our();
void interrupt (*prev)();
char far *scr=(char far*)0xB0008000L;
int ticks;
int i=67;
int j=0;
char str[]="Amit Mathur ";

void main()
{
prev=getvect(8);/*get the timer ISR address*/
setvect(8,our);/*set our function address*/
keep(0,500);
}
void interrupt our()
{
ticks++;
if(ticks==18)
{
*(scr+5*2)=str[j];
*(scr+72*2)=str[j];
*(scr+24*80*2+5*2)=str[j];
*(scr+24*80*2+72*2)=str[j++];
if(j==13)
j=0;
ticks=1;
}
(*prev)();/*call the actual ISR*/
}#include"dos.h"
#include<conio.h>
void interrupt (*prevtimer)();
void interrupt mytimer();
void writechar(char ch,int row,int col,int attr);
int ticks=0;
int running=0;
unsigned long far *time=(unsigned long far*) 0x46c;
char far* scr;
char far* mode;
void main()
{
clrscr();
if((*mode &0x30)== 0x30)
scr=(char far*) 0xb0000000;
else
scr=(char far*) 0xb8000000;
prevtimer=getvect(8);
setvect(8,mytimer);
keep(0,1000);
}
void interrupt mytimer()
{
int i,j,k;
char t[80];
ticks++;
if(ticks==18)
{
ticks=0;
if(running==0)
{
running=1;
}
for(i=0;i<25;i++)
{
for(k=0;k<=79;k++)
{
t[k]=*(scr+i*160+k*2);
}
k=0;
for(j=79;j>=0;j--)
{
writechar(t[k],i,j,7);
k++;
}
}
}
running=0;
(*prevtimer)();
}
void writechar(char ch,int row,int col,int attr)
{
*(scr+row*160+col*2)=ch;
*(scr+row*160+col*2+1)=attr;
}

DanceDol.c
void main()
{
char far *scr;
int i;

scr=(char far*)0xb00080000L;
while(1)
{
for(i=0;i<4000;i+=2)
{
if(*(scr+i)>='A'&&*(scr+i)<='Z')
*(scr+i)=*(scr+i)+32;
else
{
if(*(scr+i)>='a'&&*(scr+i)<='z')
*(scr+i)=*(scr+i)-32;
}
}
}
} void interrupt mytimer()
{
if(run==0)
{
ticks++;
if(ticks==5)
{
ticks=0;
run=1;
lt++;
if(lt==1)
{
temp=*mode;
temp=temp&0x8f;
temp=temp|0x40;
*mode=temp;
}
else if(lt==2)
{
temp=*mode;
temp=temp&0x8f;
temp=temp|0x20;
*mode=temp;
}
else if(lt==3)
{
temp=*mode;
temp=temp&0x8f;
temp=temp|0x10;
*mode=temp;
lt=0;
}
}
run=0;
}
(*prev)();
}

#include "dos.h"

void interrupt ( *prevtimer )( ) ;
void interrupt mytimer( ) ;

int running = 0 ;
unsigned long far *time = ( unsigned long far * ) 0x46C ;
char far *scr ;
char far *mode ;

main( )
{

/* peek into location 0:410h and determine video mode */
if ( ( *mode & 0x30 ) == 0x30 )
scr = ( char far * ) 0xB0000000 ;
else
scr = ( char far * ) 0xB8000000 ;

prevtimer = getvect ( 8 ) ;
setvect ( 8, mytimer ) ;
keep ( 0, 1000 ) ;

}

void interrupt mytimer( )
{
unsigned char hours, sec, min ;

if ( running == 0 )
{

running = 1;
hours = ( *time / 65520 ) ;
min = ( *time - hours * 65520 ) / 1092 ;
sec = ( *time - hours * 65520 - min * 1092 ) * 10 / 182 ;

if ( sec >= 60 )
{

sec -= 60 ;
min++ ;

if ( min == 60 )
{

min = 0 ;
hours++ ;

if ( hours == 24 )
hours = 0 ;

}

}



/* display digital clock */
writechar ( 48 + hours / 10, 0, 72, 112 ) ;
writechar ( 48 + hours % 10, 0, 73, 112 ) ;
writechar ( ':', 0, 74, 112 ) ;
writechar ( 48 + min / 10, 0, 75, 112 ) ;
writechar ( 48 + min % 10, 0, 76, 112 ) ;
writechar ( ':', 0, 77, 112 ) ;
writechar ( 48 + sec / 10, 0, 78, 112 ) ;
writechar ( 48 + sec % 10, 0, 79, 112 ) ;

running = 0 ;

}

( *prevtimer )( ) ;

}



writechar ( char ch, int row, int col, int attr )
{

*( scr + row * 160 + col * 2 ) = ch ;
*( scr + row * 160 + col * 2 + 1 ) = attr ;

}Dear Students...

please find the attachments for the same..

--
Regards,
Kamal Sutaria,
Assistant Professor,
Department Of Computer Engineering,
V.V.P. Engineering College,
Rajkot.

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Saturday 13 April 2013

[vvpce2014] CG Question Bank


Dear Students,

PFA CG midsem Question Bank.
Also Refer tutorial.

Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] CG Question Bank

Dear Students,

PFA CG MIdsem Question Bank.



Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Friday 12 April 2013

[vvpce2014] Tomorrow Timetable

Dear Students,

Tomorrow(13/04/2013,Saturday) Timetable

First Lecture(07:40am to 08:40am) - CG(DPJ) - Seminar Hall
Second Lecture(08:40am to 09:35am) - SP(KKS)- Seminar Hall
Third Lecture(10:00am to 10:55am)- TOC(KKS) - Seminar Hall
Fourth Lecture(10:55am to 11:50am) - SE(GHM) - Seminar Hall


Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Thursday 11 April 2013

[vvpce2014] Fwd: URGENT


---------- Forwarded message ----------
From: "Chirag Patel" <chiragrpatel@live.com>
Date: Apr 11, 2013 6:14 PM
Subject: URGENT
To: "ddipesh4@gmail.com" <ddipesh4@gmail.com>

Plz forward this mail to all 6th sem students 

Regards
Chirag Patel
9408063253

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Saturday 6 April 2013

[vvpce2014] Mulik Manani sent you an invitation

 
Top corners image
     
 
   
 
 
 

Mulik Manani has invited you to join Twitter!

 
 
  Accept invitation  
 
     
 

Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.

 

Wednesday 3 April 2013

[vvpce2014] PHP Mini App

Hi folks,

Find attached miniApp.zip. 

To execute the app in your system, perform below step.

1) Unzip miniApp.zip to your Document_Root [c:/xampp/htdocs]
2) There is one SQL file student_details.sql which contains database backup
How to import db , check this link http://drupal.org/node/81995 
3) Enjoy the App by typing http://localhost/miniApp






--
Regards,
Girish H. Mulchandani
+919725321001

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Tuesday 2 April 2013

[vvpce2014] SE Report Format

Dear Students,

PFA SE Report Format.

Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Monday 1 April 2013

Re: [vvpce2014] CG Tutorial

Thnx sir...

On April 1, 2013 9:05:56 AM PDT, Dipesh Joshi wrote:


1 Explain the viewing pipeline in 3D.
2 State the different types of projection in brief.
3 Explain three types of axonometric projection in 3D.
4 Explain orthographic projection with merits and demerit.



Regards,
D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] CG Tutorial


1 Explain the viewing pipeline in 3D.
2 State the different types of projection in brief.
3 Explain three types of axonometric projection in 3D.
4 Explain orthographic projection with merits and demerit.



Regards,
D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

[vvpce2014] SE Tutorial

1. Explain Management Spectrum.
2. Explain W5HH Principle.
3.   Explain Importance of team management.

4
.  
Explain about the software testing strategies. 
5
.  
Explain in detail about Integration testing. 
6
.  
Explain in detail about system testing. 


Regards,

D
eepesh Joshi




--
 
---
You received this message because you are subscribed to the Google Groups "vvpce2014" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vvpce2014+unsubscribe@googlegroups.com.
To post to this group, send email to vvpce2014@googlegroups.com.
Visit this group at http://groups.google.com/group/vvpce2014?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.