Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
13
ProcessingSequences/Second/count_elements.h
Normal file
13
ProcessingSequences/Second/count_elements.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef COUNT_ELEMENTS
|
||||
#define COUNT_ELEMENTS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#define INACCURACY 1.e-10
|
||||
|
||||
double detectNumber(double number, double count);
|
||||
double summa(double count);
|
||||
double countElements(FILE * file);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue