登录
首页 » java » java循环位移方阵

java循环位移方阵

于 2022-10-26 发布 文件大小:4.25 kB
0 70
下载积分: 2 下载次数: 1

代码说明:

import java.awt.*;import java.awt.event.*;import javax.swing.*;import javax.swing.event.*;public class FZ extends JFrame implements ActionListener{private JButton button;private JTextField text1,text2,text3,text4;private JTextArea text5;public FZ(){super("循环位移方阵");this.setBounds(500,200,300,300);this.setBackground(java.awt.Color.lightGray);this.setDefaultCloseOperation(EXIT_ON_CLOSE);this.getContentPane().setLayout(new FlowLayout());this.getContentPane().add(new Label("输入四个整数"));this.text1=new JTextField("1",2);this.text2=new JTextField("2",2);this.text3=new JTextField("3",2);this.text4=new JTextField("4",2);this.getContentPane().add(this.text1);this.getContentPane().add(this.text2);this.getContentPane().add(this.text3);this.getContentPane().add(this.text4);this.button=new JButton(&quo

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Blockinger-master
    Cool blocks game all platforms
    2017-01-30 16:37:26下载
    积分:1
  • KMeansStandalone
    用于对数据进行聚类,可以自动确定聚类的个数,可以处理高维的数据量。(Used to cluster data, you can automatically determine the number of clusters, you can deal with high dimensional data.)
    2016-11-02 20:48:07下载
    积分:1
  • 基于java的xsl程序5
    基于java的xsl程序5-the xsl procedures 5
    2022-03-26 10:21:15下载
    积分:1
  • Java Performance.pdf
    说明:  java 性能权威指南 想深入研究的看看(java performance suit higher programmer)
    2020-06-20 10:40:01下载
    积分:1
  • jsp 网上书店(含mysql数据库脚本)
    数据库脚本: book.sql数据库文档: book.doc默认访问地址: http://localhost:8080/ssm_book_mysql/index.jsp默认访问地址: http://localhost:8080/ssm_book_mysql/admin.jsp默认后台用户: 用户名:admin 密码:admin后端框架: spring4.3 mybatis3.4前端框架: jquery layer
    2019-03-07下载
    积分:1
  • java applet小程序,对话框的使用
    小APPLET程序,使用JAVA中的对话框-small APPLET procedures, the use of dialog JAVA
    2022-02-06 11:38:30下载
    积分:1
  • wjdc
    说明:  问卷调查系统增删改查调查问卷,适合新手的javaweb小项目(Questionnaire system adds or deletes questionnaires, suitable for novice JavaWeb small projects)
    2020-06-20 06:00:01下载
    积分:1
  • 4.0以上的安卓版本源码
    资源描述4.0以上的安卓版本源码4.0以上的安卓版本源码4.0以上的安卓版本源码
    2022-05-14 11:52:46下载
    积分:1
  • vp253
    EULER numerical analysis method, It has a wealth of parameter options, Use Chaos and fractal analysis routines.
    2017-09-08 11:40:43下载
    积分:1
  • zxing源码
    zxing源码的结构还是比较清晰的,有关QR码的代码主要在以下几个package中。Java代码中有生成QR码的代码,在C++代码中是没有生成部分,只有解析部分。其中qrcode中是编解码的接口,外部代码通过这两个类来进行QR码的编解码。detector是用来在摄像头抓取的图像中检测出QR码的那部分,并将其提取出来。这部分代码是解码的关键,也是可以进行优化的部分。
    2022-04-29 10:52:24下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载