Сделал 43ю Задачу с Массивами
This commit is contained in:
parent
4e498f2819
commit
baa0509a01
7 changed files with 144 additions and 0 deletions
11
WorkingArrays/43Ex/max_distance.h
Normal file
11
WorkingArrays/43Ex/max_distance.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef MAX_DISTANCE
|
||||
#define MAX_DISTANCE
|
||||
|
||||
#define exp 1.e-6
|
||||
#define OUT 0
|
||||
#define NO_LOCAL_MINIMA -1
|
||||
#define ONE_LOCAL_MINIMUM -2
|
||||
|
||||
int maxDistance(double * array, int length);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue