IHYPRESS.NET
C
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
C > 09. Multi-Dimensional Arrays
  1. Searching a 2-D Array
    A function that searches a 2-D array for a specific value and returns the row and column where it was found.
  2. Scalar Product
    A program that computes the scalar product of two vectors.
  3. Multiplication of a Matrix by a Vector
    A program that performs the multiplication of a matrix by a vector.
  4. Multiplication of 2 Matrices
    A program that performs the multiplication of two matrices. Color-coded for better understanding.
  5. Dynamic Allocation of a 2-D Array (Software Eng. Method)
    The software engineer's method simulates a two-dimensional array with a single, dynamically-allocated one-dimensional array.
  6. Dynamic Allocation of a 2-D Array (Computer Sci. Method)
    The computer scientist's method uses an array of pointers and each pointer of that array is pointing to an array of values.
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.