搜索结果
找到约 3 项符合
perimeter 的查询结果
按分类筛选
人工智能/神经网络 Evenly spaces the cities on the perimeter of a wheel and returns a vector of their coordinates 利用AI
Evenly spaces the cities on the perimeter of a wheel and returns a vector of their coordinates
利用AI技术生成一个圆
Java编程 (1) 实现一个Point类
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。
(2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius ...
Java编程 Java code where user can enter the height and base of a triangle and the program will calculate the
Java code where user can enter the height and base of a triangle and the program will calculate the area and perimeter if it is a right triangle