Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'fhdw'

912991 - Serie IX / Aufgabe 4: fhdw
  1. #include <string.h>
  2. #include <stdio.h>
  3. #include <ctype.h>
  4.  
  5.  
  6. void scanZeile(char*, int*, int*, int*, int*, int*, int*);
  7. int istVokal(char);
  8. int istKonsonant(char);
  9.  
790781 - FHDW / C Prog / Serie III / Aufg: fhdw c-programmierung
  1. void aufgabe2(){
  2.     printf("# Aufgabe 2 \n");
  3.     printf("Programmieren Sie folgende Formeln: \n\n");
  4.     printf(" a) y = x^2 + 7x -1 \n");
  5.     printf(" b) y = sin(x) - cos(x) + 1/x \n");
  6.     printf(" c) y = (1 + 3x - 4x^2) / (7 - 4x (33.2 - x) ) \n");
  7.     printf(" d) Kaufmaenisches Runden - auf 3 kommastellen \n");
  8.     char menu;
  9.  
753890 - Serie 3: c fhdw pg
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. void aufg1(void)
  5. {
  6.   float a;
  7.   float b;
  8.   float c;
  9.  
worth-right
worth-right
fantasy-obligation