DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents OpenCV Tutorial

OpenCV Tutorial Using OpenCV with Microsoft Visual Studio .net 2005 Lecturer: Amir hossein khalili Sharif university of technology March 2007 OpenCV What is OpenCV? (from…

Software How to build SOLID code

Presentation that introduces that concepts of STUPID code and SOLID code. Also if this two acronyms have been covered multiple times in Software Engineering history that…

Documents 15-Swing-08

Programação por Objectos Interfaces gráficas LEEC@IST Swing – 1/68 Introdução (1) • O Java disponibiliza um conjunto de pacotes para geração de unidades de interface…

Documents Pgm Paradigm

Lecture Plan Code : CS2305 Issue : CRev : 01 Page : 1 of 2 Period : 1/9 Subject : Programming Paradigms Unit No : 1 Programming Paradigm-  A programming paradigm is a…

Documents CG Labs Project Final v1

VISVESVARAYA TECHNOLOGICAL UNIVERSITY BELGAUM A PROJECT REPORT On “MULTI-WINDOW LIGHT EFFECTS” Submitted in partial fulfilment of the Bachelor Degree In Computer Science…

Documents Android Animations

VŨ THANH TÚ ĐH CÔNG NGHỆ, ĐHQG HÀ NỘI Android Animations _____________ HÀ NỘI, 05/ 2012 MỤC LỤC Trang Tổng quan.....................................................................................................................................................…

Documents Inheritance in C++

Another Way to Define A Class: Inheritance Inheritance Concept Polygon class Rectangle{ private: int width, length; public: void set(int w, int l); int area(); } class Triangle{…

Technology L07 Design Principles

1. Lecture 07 Design Principles 2. Agenda  Why Principles?  SOLID Principle 1. Single Responsibility Principle 2. Open/Closed Principle 3. Liskov Substitution Principle…