Click here to Download CG Unit 4 MCQs Alternate Link to Download
Home
Archive for
February 2015
MIT Unit 3 and 4
MIT Downloads
OOMP Unit 4 MCQs and PPTs
Click here to Download Unit 4 PPTs Click here to Download Unit 4 MCQs
CG Unit 3 MCQs
Click here to Download CG Unit 3 MCQs ------------------------ Alternative Link to Download
Television Program : OOMP
#include using namespace std; class tv{ int model,size; float price; public: void reset(); friend ostream &operator >(ist...
A7_file1.asm
;Assignment no. :7 ;Assignment Name :X86/64 Assembly language program (ALP) ;String Manipulation : Concatenation of 2 strings & ;Find...
A7_file2.asm
;--------------------------------------------------------------------- section .data nline db 10,10 nline_len: equ ...
MIT String Operations
%macro Display 2 mov rax,1 mov rdi,1 mov rsi,%1 mov rdx,%2 syscall %endmacro %macro Accept 2 mov rax,0 mov rdi,...
Matrix Multiplication Using Templates
//Template //OOMP - 9 February 2014 //Mayur Bhangale #include<iostream> using namespace std; template<class T> class ma...
CG : DDA Line Algorithm
#include<iostream.h> #include<conio.h> #include<graphics.h> #include<dos.h> void DDA(int x1,int y1,int x2,int y2,i...
CG Putpixel Practical
#include<graphics.h> #include<iostream.h> #include<graphics.h> #include<conio.h> #include<dos.h> class pixel...
Subscribe to:
Posts
(
Atom
)