-
E-mail应用,还可以啦-E-mail application, Mr. Krabs
- 2022-02-24 11:01:18下载
- 积分:1
-
用java写的一个小程序,模拟操作系统的PV操作
用java写的一个小程序,模拟操作系统的PV操作-used to write a small program to simulate the operating system operated PV
- 2022-03-29 09:05:13下载
- 积分:1
-
statements made Applet
java图形报表制作Applet-statements made Applet
- 2022-07-12 12:36:35下载
- 积分:1
-
此段源码是我自己做的一个骑士飞行棋小游戏,是北大青鸟1期JAVA的一个项目...
此段源码是我自己做的一个骑士飞行棋小游戏,是北大青鸟1期JAVA的一个项目-This source is my own flight to do a Cavalier chess game is a JAVA Beida Jade Bird a project
- 2022-03-17 23:29:29下载
- 积分:1
-
and database connectivity
和数据库的连接工作-and database connectivity
- 2023-07-10 07:30:03下载
- 积分:1
-
实现网上考试,实现网上考试,对
在线考试的实现,在线考试的实现,在线考试的实现
- 2022-02-03 20:25:45下载
- 积分: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
-
统计字符数组中字母,数字,符号的出现个数
char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }...
统计字符数组中字母,数字,符号的出现个数
char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c } -Statistics character array of letters, numbers, symbols, the emergence of the number of char [] c = (2, c, $, 4, 7, Z, j, ~, p, c)
- 2022-06-13 13:06:30下载
- 积分:1
-
Java虚拟机规范。java虚拟机被设计为支持java的亲…
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machine to follow. Its material has been condensed from The Java Language Specification, by James Gosling, Bill Joy, and Guy Steele. For a complete discussion of the Java language, or for details and examples of the material in this chapter, refer to that book. Readers familiar with that book may wish to skip this chapter. Readers familiar with Java, but not with The Java Language Specification, should at least skim this chapter for the terminology it introduces.-JVM specification. The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overv
- 2022-05-22 11:47:41下载
- 积分:1
-
Java实现万年历。只有一个文件,实现了万年历功能,适合初学者学习JAVA编程。...
Java实现万年历。只有一个文件,实现了万年历功能,适合初学者学习JAVA编程。-Java implementation calendar. There is only one file, realized the calendar function, suitable for beginners to learn JAVA programming.
- 2022-06-17 14:45:07下载
- 积分:1