c++ で split
#include <cstdlib> #include <iostream> #include <vector> #include <string>...
0
0
Comment1
3 search resultsShowing 1~3 results
You need to log-in
#include <cstdlib> #include <iostream> #include <vector> #include <string>...
(0,y0), (1,y1), (2,y2) を通る放物線を求めて、yが極大となるxを求める。 y = a * x^2 + b * x^1 + c とおく。 y0 = c y1 = a + b ...
linesとvline~ line は指定した間隔でアップデートされる。標準は20ms (50Hz) src/d_ctl.c この line のチュートリアルがとても参考になる。 https:/...
3 search resultsShowing 1~3 results
Qiita is a knowledge sharing service for engineers.