Ready for Programming
Sunday, 21 April 2013
Bezier Curve in C++ Graphics
›
Bezier Curve #include<graphics.h> #include<conio.h> #include<math.h> #define address "d:\\tc\\bgi" struct P...
2 comments:
Monday, 1 April 2013
TANK GAME IN C/C++
›
click here to download code...
My Car in C/C++
›
#include<stdio.h> #include<conio.h> #include<graphics.h> #include<stdlib.h> void car(int,int); void main() { in...
Sunday, 31 March 2013
Match Stick Game in C/C++
›
Match Stick Game in C/C++ Click here to download it
Thursday, 28 March 2013
MCS-041 FIRST QUESTION
›
Tuesday, 26 March 2013
Define the term line clipping. The parametric equation of line PQ may be defined as P + t (Q-P) where 0 ≤ t ≤ 1. Explain this equation with the help of an example. Derive the expression for t with respect to ith edge and PQ (line to be clipped) in the context of Cyber Beck line clipping algorithm. How will you determine whether a point is PE or PL in Cyrus Beck line clipping algorithm.
›
Define the term line clipping. The parametric equation of line PQ may be defined as P + t (Q-P) where 0 ≤ t ≤ 1. Explain this equation with...
Wednesday, 20 March 2013
MDB (Message Driven Bean) for news agency
›
Write a MDB (Message Driven Bean) for news agency that has to capture the data from various news sources. The newly written MDB should acce...
‹
›
Home
View web version