-
java循环位移方阵
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
- 2022-10-26 20:15:03下载
- 积分:1
-
JSP程序设计(慕课版)-源代码
JSP程序设计(慕课版)-源代码,包括指令标识、动作标识、内置对象、javabean、数据库等知识点对应的例题,该例题可正常运行,对应tomcat7.0以上版本,jre7以上版本
- 2022-01-29 01:51:13下载
- 积分:1
-
Android与.net交互例子源码下载(web service)
web service实现 android 与.net 交互
- 2015-03-30下载
- 积分:1
-
JAVA编写的扫雷小游戏可以参考一下。还不错!
JAVA编写的扫雷小游戏可以参考一下。还不错! -JAVA game mine prepared for reference. Good!
- 2022-05-17 03:41:24下载
- 积分:1
-
Java_Socke183657142005
说明: 一个基于Java编写的Socket程序,提供简单的FTP功能实现
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.
Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs.
All Program Tested in JDK 1.4, and Run Successfully.
Do not forget to run server program before starting client program.
Developed By:
Divyen K Pate(A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate)
- 2008-11-12 11:48:23下载
- 积分:1
-
文字动画特效jquery插件
一款超酷波浪文字动画特效jquery插件(Jquery Plug-in for Super Cool Wave Text Animation Special Effects)
- 2019-01-08 10:33:35下载
- 积分:1
-
exercise1
ssd7 练习1 92分的 不是完美的 自己改进哈 (1 92 hours ssd7 practice is not perfect and Kazakhstan to improve their own)
- 2008-06-05 09:10:32下载
- 积分:1
-
FinalScheduler
终极排班管理系统,改变传统的排班模式!
使用技术: JFinal2.0 + Bootstrap + SeaJS + FullCalender.js(源码修改二次开发)
数据库:MySQL(Ultimate scheduling management system, change the traditional scheduling mode!)
- 2020-06-21 23:40:01下载
- 积分:1
-
java 图形编程常用的,检验两条直线是否相交的java算法。
java 图形编程常用的,检验两条直线是否相交的java算法。-check two lines crossing each other
- 2023-01-31 02:40:03下载
- 积分:1
-
TestPhone
测试手机JVM参数,屏幕大小,字体设置,RMS,内存HEAP,按键键值等。(JVM parameters of the test phone, the screen size, font settings, RMS, memory, HEAP, keypad keys and so on.)
- 2010-12-14 10:57:04下载
- 积分:1