Double - strona 5

note /search

Wybrane elementy III-opracowanie

  • Politechnika Częstochowska
  • Podstawy programowania obiektowego
Pobrań: 7
Wyświetleń: 364

całkowitej j double fabs(double x); zwraca wartos´c´ bezwzgle˛dna˛ liczby zmiennoprzecinkowej x porównywanie...

Kurs programowania w C cz.30

  • Politechnika Poznańska
  • Informatyka
Pobrań: 14
Wyświetleń: 672

explicite przez programistę). Oto kilka przykładów konwersji niejawnej: int i = 42.7; float f = i; double d...

Pointers and arrays

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 483

• Example: double x[5]; double *p; p = x; /* the same as p = &(x[0]); */ *p = 17; p++; /* now p points to x...

Tablice dynamiczne-opracowanie

  • Politechnika Częstochowska
  • Podstawy informatyki
Pobrań: 0
Wyświetleń: 392

; double * wsk; wsk = new double [rozmiar]; //... delete [] wsk; tablica dynamiczna posiada wszystkie cechy...

Forcing conversions - examples

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 385

construction (type name) expression the expression is converted to the type name • Example: cels = ((double)5/9...

Keywords - overview

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 658

Keywords auto double int struct break else long switch case enum register typedef char extern...