logo-home

Mthimkhuluramasimong

Op deze pagina vind je alle documenten, voordeelbundels en oefenvragen die worden aangeboden door verkoper mthimkhuluramasimong.

Community

  • Volgers
  • Volgend

35 items

(C - Structures)

(0)
$9.21
0x  verkocht

The slides that follow present a basic introduction to C - structures that we will need in order to understand fundamental data structures. • Arrays allow us to define types of variables that can hold several data items of the same kind. • In contrast, structure is an example of user defined data type available in C that allows us to combine data items of different kinds. • Structures are used to represent a record. Suppose we want to keep track of our books in a library. We might wa...

i x
  • College aantekeningen
  •  • 7 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

(Arrays)

(0)
$19.18
0x  verkocht

A list of finite number of homogenous data elements • Data elements could be § Characters § Numbers § Structures Note!: After compilation, elements of array are stored in successive memory location Exception: User defined higher dimensional arrays

i x
  • College aantekeningen
  •  • 17 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

(Review on basics of C-language)

(0)
$6.58
0x  verkocht

// // main.c // Testing Filter // // Copyright © 2016 James Okello. All rights reserved. #include <stdio.h> #include "test_c_filter.h" int main(int argc, const char * argv[]) { // insert variables & code here... printf("Hello, World!n"); test_filter_parameters(); // prototype of this function in header file return 0; // return a value if necessary

i x
  • College aantekeningen
  •  • 20 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

(Graphs & Sample Algorithm)

(0)
$8.88
0x  verkocht

Given some vector v, it possible to create a number (or a set) of vectors that when linearly combined will give any vector of a type similar to v § Similarly, given a graph, it is possible to create sub- graphs that together they define the original graph ü Note that a graph is constituted of vertices and edges

i x
  • College aantekeningen
  •  • 22 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

(Revisit the big “O”)

(0)
$8.88
0x  verkocht

Given • a matrix variable “matrixA” of type double and size N-by-M (N rows and M columns) • a vector variable “vectorB” of type double and size M-by-1 Assume the variables vectorB, vectorC and matrixA have been declared #define SIZE_N 20 #define SIZE_M 10 : double matrixA[SIZE_N][SIZE_M], vectorB[SIZE_M], vectorC[SIZE_N];

i x
  • College aantekeningen
  •  • 19 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

Introduction to Trees

(0)
$19.18
0x  verkocht

A non-linear DS used to represent data containing a hierarchical relationship between elements - A set of nodes storing elements in a parent-child relationship - A data structure which consists of a finite set of elements called nodes or vertices a finite set of directed arcs which connect the nodes

i x
  • College aantekeningen
  •  • 31 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

Broad classification

(0)
$9.04
0x  verkocht

Input: Zero or more quantities are externally supplied • Output: At least one quantity is produced • Definiteness: Instructions has to be clear & unambiguous • Finiteness: Algorithm must always terminate after a finite set of instructions

i x
  • College aantekeningen
  •  • 9 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

Introductory definitions

(0)
$19.18
0x  verkocht

Data structure is a collection of data items in memory There is a corresponding number of operations provided to manipulate data structures Data may be organized in many different ways- the logical or mathematical model organization of data is also referred to as data structure • Data refers to a value or a set of values These values may represent some observation from experiment, marks obtained by a student in an examination, age (i.e. 22), e.t.c.

i x
  • College aantekeningen
  •  • 30 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x

References for Digital & Analog Conversion,Real World DACs,Matching Resolution & ExampleS

(0)
$16.06
0x  verkocht

Wakerly doesn’t cover this section For the notes we used Rizzoni, (Principles and Applications of Electrical Engineering, Giorgio Rizzoni, 3rd, revised 4th or 5th edition) and Tocci/Widmer (Digital Systems – Principles & Applications, Ronald J Tocci & Neal S Widmer, 8th edition). Copies of Rizzoni are available in the library. The DAC circuit based on the inverting summer provided a useful hypothetical basis for discussion, but is not a practical circuit. Why? An 8-bit DAC has a...

i x
  •  Voordeelbundel
  • College aantekeningen
  •  • 7 pagina's • 
  • door mthimkhuluramasimong • 
  • geupload  29-01-2023
Snel bekijken
i x