摘要:
public class Prog2{ public static void main(String[] args){ int m = 1; int n = 1000; int count = 0; //统计素数个数 for(int i=m;i<n;i++){ if(isPrime(i)){ cou 阅读全文
posted @ 2023-04-24 00:22
那年晚风可期
阅读(20)
评论(0)
推荐(0)
摘要:
import java.awt.*;//计算器实例import java.awt.event.*;public class calculator{public static void main(String args[]){MyWindow my=new MyWindow("计算器");}}clas 阅读全文
posted @ 2023-04-24 00:17
那年晚风可期
阅读(23)
评论(0)
推荐(0)
摘要:
package TEST; import javax.swing.JOptionPane; //导入类 public class TEST { public static void main(String args[]) { String input_pane1,input_pane2; int n 阅读全文
posted @ 2023-04-24 00:14
那年晚风可期
阅读(16)
评论(0)
推荐(0)
摘要:
import java.awt.*;import javax.swing.*; public class Circle99Frame extends JFrame { public static void main(String args[]) { JFrame frame=new Circle99 阅读全文
posted @ 2023-04-24 00:13
那年晚风可期
阅读(22)
评论(0)
推荐(0)
摘要:
import java.awt.*;import java.awt.event.*;import javax.swing.*;/**包含JFrame*/public class AppGraphInOut { public static void main(String args[]){ new A 阅读全文
posted @ 2023-04-24 00:11
那年晚风可期
阅读(16)
评论(0)
推荐(0)
浙公网安备 33010602011771号