May 2, 2026
Breaking News
  • What is Structural Analysis? Basics Every Civil Student...
  • Thermodynamics Laws Explained Simply with Real-Life Examples
  • Ohm’s Law, Kirchhoff’s Laws & Circuit Analysis for...
  • Data Structures Explained: Arrays, Linked Lists, Trees &...
Topic Nest Topic Nest
Nav
Nav
Topic Nest

Explore.Learn.Share

Basics of Structural Analysis in Civil Engineering
Civil Engineering April 7, 2026

What is Structural Analysis? Basics Every

thermodynamics laws explained simply
Mechanical Engineering April 3, 2026

Thermodynamics Laws Explained Simply with Real-Life

Ohm's Law Kirchhoff's Laws circuit analysis
Electronics & Electrical April 2, 2026

Ohm’s Law, Kirchhoff’s Laws & Circuit

Data Structures
C and C++ Data Structures April 2, 2026

Data Structures Explained: Arrays, Linked Lists,

  • Blog
  • Checkout
  • Home
  1. Home
  2. Computer Graphics
Computer Graphics

Methods to reduce memory requirements in display processor

➔ In an effort to reduce memory requirements in raster systems, methods have been devised for organizing the frame buffer...
  • BY Team Topic Nest
  • August 13, 2021
  • 0 Comment
Computer Graphics

Raster-Scan Display Processor

Figure shows one way to organize the components of a raster system that contains a separate display processor, sometimes referred...
  • BY Team Topic Nest
  • March 25, 2021
  • 0 Comment
Computer Graphics

Basic Video Controller Refresh Operations

✓ The basic refresh operations of the video controller are diagrammed ✓ Two registers are used to store the coordinate...
  • BY Team Topic Nest
  • March 25, 2021
  • 0 Comment
Computer Graphics

Cartesian reference frame

✓ Frame-buffer locations and the corresponding screen positions, are referenced in Cartesian coordinates. ✓ In an application (user) program, we...
  • BY Team Topic Nest
  • March 25, 2021
  • 0 Comment
Computer Graphics

Three- Dimensional Viewing Devices

Graphics monitors for the display of three-dimensional scenes have been devised using a technique that reflects a CRT image from...
  • BY Team Topic Nest
  • March 25, 2021
  • 0 Comment
Program for moving circle in different directions
C and C++ Computer Graphics

Program for moving circle in different directions

/* Moving Circle in Different Directions using graphics.h (BGI/WinBGI) Works with Turbo C++ (DOS) or WinBGI on Windows. */ #include...
  • BY Team Topic Nest
  • December 21, 2020
  • 0 Comment
Program for Bezier curve
C and C++ Computer Graphics

Program for Bezier curve

/* Program to draw a Bezier Curve using graphics.h */ #include <graphics.h> #include <conio.h> #include <math.h> #include <stdio.h> void drawBezier(int...
  • BY Team Topic Nest
  • December 21, 2020
  • 0 Comment
Program for 3D Rotation
C and C++ Computer Graphics

Program for 3D Rotation

/* 3D Rotation of a Cube using graphics.h (BGI/WinBGI) */ #include <graphics.h> #include <conio.h> #include <math.h> #include <stdio.h> #define PI...
  • BY Team Topic Nest
  • December 19, 2020
  • 0 Comment
C and C++ Computer Graphics

Program for 3D scaling

In computer graphics, 3D scaling is a geometric transformation used to resize objects in three-dimensional space. By applying scaling factors...
  • BY Team Topic Nest
  • December 19, 2020
  • 0 Comment
Program for 3D translation
C and C++ Computer Graphics

Program for 3D translation

  • BY Team Topic Nest
  • December 19, 2020
  • 0 Comment
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 17

Search

Categories

C and C++(271)
Civil Engineering(1)
Cloud Computing(25)
Compiler Design(8)
Computer Graphics(166)
Computer Security(2)
Creative(1)
Data Structures(90)
Education(3)
Electronics & Electrical(1)
Essay(1)
Food(2)
Health(2)
Kannada(1)
Mechanical Engineering(1)
Meditation & Mindfulness(1)
Natural Remedies(1)
OS(282)
Php(26)
Physics(1)
Preventive Care(1)
Shell Script(3)
Study Abroad(3)
Uncategorized(1)

Blog Posts

Basics of Structural Analysis in Civil Engineering
Civil Engineering April 7, 2026

What is Structural Analysis? Basics Every Civil Student Must Know

thermodynamics laws explained simply
Mechanical Engineering April 3, 2026

Thermodynamics Laws Explained Simply with Real-Life Examples

Ohm's Law Kirchhoff's Laws circuit analysis
Electronics & Electrical April 2, 2026

Ohm’s Law, Kirchhoff’s Laws & Circuit Analysis for Beginners

Data Structures
C and C++ Data Structures April 2, 2026

Data Structures Explained: Arrays, Linked Lists, Trees & Graphs

© 2025 Topic Nest | All Rights Reserved