尝试创建一个计算圆面积的类,输出的不是我想要的结果。每次用户使用扫描仪输入半径时,输出显示0.0。我做错了什么?
import java.util.Arrays;
import java.util.Scanner;
//Circle Class
class Circle {
double radius;
double calculateArea; {
double area = 3.14 * radius * radius;
}
}
//Object
public class test {
为了庆祝,我决定实现来近似的值,但我的算法似乎不起作用。
我试过用不同的参数运行,但我总是得到3.66左右的结果
我试过调试,但我搞不懂。
public class ApproximatePi {
private int iterations; // how many points to test
private double r; // width of the square / radius of circle (quarter circle)
private int inCount = 0; // number of points that are insid
我有包含客户对象的TreeSet。它包含10个圆形物体。我想在集合上运行两个循环,这样我就可以将每个元素与下面的所有元素进行比较。下面是我可以用List做的例子,但是我不知道如何使用Set来实现它
for (int i = 0; i < set.size(); i++) {
// Circle circle = set.get(i);
for (int j = i+1; i < set.size(); j++) {
// Circle circle = set.get(j);
}
}
我可以使用List<String> list=
我试图用Simpson规则来计算从-1到1之间的sqrt(1-x^ 2 )的积分。但是,在我开发的代码中,变量"s“所表示的和并不收敛到pi超过2。我对fortran和一般编程都是绝对新手,所以请原谅我。我做错了什么?
PROGRAM integral
REAL*8 :: x
REAL*8 :: h
REAL*8 :: fodd
REAL*8 :: feven
REAL*8 :: simpson
REAL*8 :: s
x = -1
s = 0
simpson = 0
h = 0
DO WHILE (x<=1)
fodd = sqrt(1-(x+(2*h+
我对prolog很陌生。我正在做一个递归程序,问题是,即使它打印出答案..它不会在打印出答案之后停止,并最终给出“本地堆栈”。我读过,这可能是一个左递归问题,但正如我已经告诉过你,我对prolog是新手,我真的不明白会发生什么…所以..。这是密码。
f(X, Y):-
Y is sqrt(1-((X-1)*(X-1))).
sum(SEGMENTS, 1, TOTAL):-
f(2/SEGMENTS*1,H1),
TOTAL is (2/SEGMENTS)*H1.
sum(SEGMENTS, NR, TOTAL):-
N1 is (NR-1),
su
下面是我为一个计算圆面积的函数编写的sql代码。我在获取dbms_output以显示用户定义的异常时遇到问题。
我首先声明一个异常为零以下。然后,如果用户输入一个小于或等于0的数字,我就会抛出它。在异常中,我让dbms_output返回结果。它在查询结果中显示该值为null,但是没有显示输出。
我已经将serveroutput设置为on,并将verify设置为off。我不知道为什么它不能输出任何东西。如果我单独运行该行,它将输出到dbms输出窗口,但不会在引发异常时输出。
create or replace function circle_area
(p_radius number)
因此,我创建了一个.js文件来计算圆的面积,而calculateArea()需要计算它。它所做的唯一的事情就是提示符()。我做错了什么?
function calculateArea(myRadius){
var area = (myRadius * myRadius * Math.PI);
return area;
function MyArea(){
calculateArea(myRadius);
alert("A circle with a " + myRadius +
"centimeter radius h
为什么这不起作用。这是从课本上直接得到的。我收到一个属性错误,它说self._area不存在。
from Tkinter import *
import math
class CircleArea(Frame):
def __init__(self):
"""Sets up a window and widgets."""
Frame.__init__(self)
self.master.title("Circle Area")
self.grid()
我正在为类写一个代码,我想我已经把所有的东西都写好了。但是,当我在XCode上编译这段代码时,无法从输入中获得任何反馈。
我的代码如下:
/*
James George Hayek
PCCC Assignment 2
Prof Siegel
This program will calculate the area and circumference of a circle.
*/
#include <iostream>
#include <cmath>
using namespace std;
int main ()
{
float radi
我使用的是Ubuntu16.04。我想安装一个与ROS相关的"apt-get安装“包,但是它不起作用。终端机上写着如下。
$ sudo apt-get install ros-kinetic-libuvc
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have
npm install node-sass
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math
npm ERR! code 1
npm ERR! path D:\Portals\SALAM_DMS\finger\node-java\node_modules\java
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@8.3.0
npm ERR! gyp info using node@16.1
我已经将PYTHON_TARGETS="python2_7 python3_5 python3_4"添加到我的/etc/portage/make.conf中。
当尝试安装任何支持python目标的程序时,会发生以下情况:
sudo emerge --ask dev-python/google-api-python-client
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] dev-python/httplib2
我已经在我的ubuntu14.04上安装了python2.7.5。然后我想安装virtualbox (或任何其他应用程序),但是我得到了这个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-xapian-i
我正在尝试使用sudo apt-get upgrade命令升级我的raspbian,但是它总是会导致这个错误
我尝试了这个命令sudo dpkg --configure -a,它显示了相同的错误
我再次尝试对每个包进行一次配置,但没有结果。如何配置dpkg??
dpkg: error processing package python-idna (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configurati
在克隆我的项目之后,我尝试安装不同的包并运行它,但不幸的是,在安装依赖项时,会遇到这些错误。我无法安装任何依赖项或其他任何东西。有人知道这是怎么回事吗?提前谢谢
npm WARN deprecated request@2.81.0: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Ma