Сравнить коммиты
Ничего общего в коммитах. 'f8923976e5eda3485c87fc334691a8aa57195d8e' и 'fa2971aaa7205e0573d391d91f88c96e27185e04' имеют совершенно разные истории.
f8923976e5
...
fa2971aaa7
@ -1,9 +1,7 @@
|
|||||||
#ifndef SVG_H_INCLUDED
|
#ifndef SVG_H_INCLUDED
|
||||||
#define SVG_H_INCLUDED
|
#define SVG_H_INCLUDED
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
void
|
void
|
||||||
show_histogram_svg(const std::vector<size_t>& bins, size_t number_count);
|
svg_begin(double width, double height)
|
||||||
|
|
||||||
|
|
||||||
#endif // SVG_H_INCLUDED
|
#endif // SVG_H_INCLUDED
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#ifndef TEXT_H_INCLUDED
|
#ifndef TEXT_H_INCLUDED
|
||||||
#define TEXT_H_INCLUDED
|
#define TEXT_H_INCLUDED
|
||||||
|
|
||||||
//std::vector<size_t>
|
std::vector<size_t>
|
||||||
void
|
void
|
||||||
show_histogram_text(std::vector<size_t> bins, size_t bin_count);
|
show_histogram_text(std::vector<size_t> bins, size_t bin_count);
|
||||||
|
|
||||||
#endif // TEXT_H_INCLUDED
|
#endif // TEXT_H_INCLUDED
|
||||||
|
Загрузка…
Ссылка в новой задаче