摘要: ROS通信 == 核心 https://i.niupic.com/images/2022/09/18/a5iZ.png 话题通信 发送方基本操作 接收方基本操作 注意 补充0: vscode 中的 main 函数 声明 int main(int argc, char const *argv[]){} 阅读全文
posted @ 2022-09-18 22:10 精通+1 阅读(168) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class GaoSi { /** * 列主元高斯消去法 */ static double A[][]; static double b[]; static double x[]; static int n; //n表示未知数的个数 阅读全文
posted @ 2022-09-18 10:47 精通+1 阅读(59) 评论(0) 推荐(0)