-
[实验目的] 1、熟悉java开发工具JDK。2,米..
[实验目的]
1、熟悉Java程序开发工具JDK。
2、掌握Java Application程序的基本结构和开发过程。
3、了解Java Applet程序的基本特点。
[实验内容及要求]
1、安装Java开发工具J2SE。
2、利用记事本或其它文本编辑器,编写一个简单的Java Applet程序。
3、利用记事本或其它文本编辑器,编写一个简单的Java Application程序。
4、编译并运行这两个程序
-[Experimental purposes] 1, and is familiar with Java development tools JDK. 2, master the Java Application procedures for the basic structure and development process. 3 to understand the Java Applet of the basic characteristics of the procedure. [The contents and requirements of the experiment] 1, the installation of Java development tools J2SE. 2, using Notepad or other text editor, write a simple Java Applet procedures. 3, using Notepad or other text editor, write a simple Java Application procedures. 4, compile and run these two procedures
- 2022-07-15 23:29:41下载
- 积分:1
-
Java学习丛书科学与工程数值算法(Java版)一书的代码
Java学习丛书科学与工程数值算法(Java版)一书的代码-Java science and engineering numerical algorithms (Java version), a book of code
- 2023-02-22 17:55:03下载
- 积分:1
-
multiinterfaces.zipgbuffer Searchme =新的StringBuffer(
multiinterfaces.zipgBuffer searchMe = new StringBuffer(
"peter piper picked a peck of pickled peppers")
int max = searchMe.length()
int numPs = 0
for (int i = 0 i < max i++) {
//interested only in p s
if (searchMe.charAt(i) != p )
continue
//process p s
numPs++
searchMe.setCharAt(i, P )
}
System.out.println("Found " + numPs + " p s in the string.")
System.out.println(searchMe)
}
}
-multiinterfaces.zipgBuffer searchMe = n ew StringBuffer ( "peter piper picked a peck of p ickled peppers ") searchMe.length max = int () i nt = 0 numPs for (int i = 0 i
- 2023-04-21 16:25:03下载
- 积分:1
-
利用按钮动作控制面板背景色,挺好玩的小程序,适合初学者
利用按钮动作控制面板背景色,挺好玩的小程序,适合初学者-use control panel button moves the background color, very good playing small procedures for beginners
- 2022-04-19 04:54:35下载
- 积分:1
-
EXTJS是一个流行的AJAX框架之一 extjs
EXTJS是一个流行的AJAX框架之一 extjs-serverside是一个JAVA开发的EXTJS工具 为EXTjs的AJAX开发带来方便-EXTJS is a popular one AJAX framework extjs-serverside is a JAVA development tools EXTJS of AJAX development EXTjs bring convenience to
- 2023-01-31 19:15:04下载
- 积分:1
-
五子棋,java环境编程,分类明确,有需要者请下载,仅供参考...
五子棋,java环境编程,分类明确,有需要者请下载,仅供参考-Gobang, java programming environment, classification clear, for those who need it, please download, for reference only
- 2022-05-10 14:56:58下载
- 积分:1
-
用java 来实现计数器的加一减一标签显示计数器值
用java 来实现计数器的加一减一标签显示计数器值-it can be a counter
- 2022-07-07 21:45:36下载
- 积分:1
-
j2me procedures, engaged in mobile communication, telecom value
j2me的程序,从事移动通信、电信增值的朋友可以参考参考-j2me procedures, engaged in mobile communication, telecom value-added friends can refer to reference
- 2022-03-18 21:19:53下载
- 积分:1
-
based RMI an Internet chat room
一个基于RMI的网络聊天室-based RMI an Internet chat room
- 2022-03-03 22:41:54下载
- 积分:1
-
同样是一款留言本。能够实现留言,管理员编辑,管理员删除。管理员恢复。等功能。代码简洁。...
同样是一款留言本。能够实现留言,管理员编辑,管理员删除。管理员恢复。等功能。代码简洁。-Is also a guestbook. Able to achieve a message, administrators edit, delete administrators. Administrator to restore. And other functions. Code is simple.
- 2022-04-15 04:21:59下载
- 积分:1