第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何使用圖形庫輸出 Java Applet?

如何使用圖形庫輸出 Java Applet?

拉丁的傳說 2022-11-02 15:45:59
我正在嘗試輸出一個(gè)數(shù)學(xué)函數(shù),但我不知道如何調(diào)用我的類來繪制/計(jì)算該函數(shù)。在主課中,我嘗試了以下public class GraphingProgram {public static void main(String[] args) {        Applet program = new Applet();        program.setSize(300, 400);        program.setName("Graphing Program");        GraphApplet testFunction = new GraphApplet();        program.add(testFunction);        program.setVisible(true);    }   班級(jí)代碼public class GraphApplet extends Applet{  double f(double x)    {    return (Math.cos(x/5) + Math.sin(x/7) + 2) * getSize().height/ 4;                  }  public void paint (Graphics g)    {        for(int x = 0; x< getSize().width; x++)        g.drawLine(x, (int) f(x), x+1, (int) f(x+1));    }  public String getAppletInfo()    {        return "Draw a function graph";    } }執(zhí)行程序時(shí),我們應(yīng)該期望看到類的函數(shù)圖。例如,我應(yīng)該能夠在給定的間隔上輸出圖形 f(x) = cos(x/5) + sin(x/7) + 2,如下所示!https://i.imgur.com/przHRk6.png
查看完整描述

1 回答

?
一只斗牛犬

TA貢獻(xiàn)1784條經(jīng)驗(yàn) 獲得超2個(gè)贊

在 NetBeansIDE 8.2 中,我只需在 GraphApplet 類中按 F6 即可輸出圖形。



查看完整回答
反對(duì) 回復(fù) 2022-11-02
  • 1 回答
  • 0 關(guān)注
  • 125 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)