-
这是一个好的软件, 这是一个好的软件,
这是一个好的软件, 这是一个好的软件, -good
- 2022-06-28 05:36:14下载
- 积分: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
-
Java实验报告
Java实验报告-Java Experimental Report
- 2023-08-02 15:30:03下载
- 积分:1
-
l该程序可将java源程序生成html文件,并用不同颜色标注语法。原程序无输出文件类,后由本人增加输出文件类...
l该程序可将java源程序生成html文件,并用不同颜色标注语法。原程序无输出文件类,后由本人增加输出文件类-l The procedure can be generated source java html document and marked with different colors syntax. The original procedure without output file type and then by the increased output file, I type
- 2022-11-13 00:25:04下载
- 积分:1
-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
ahp used to achieve the core and related documents
ahp中用java实现的核心部分及相关文档-ahp used to achieve the core and related documents
- 2022-03-12 02:15:34下载
- 积分:1
-
orcale9i
orcale9i-java-programming外文书籍源码,结合orcale数据库的java的程序,内有jdbc等非常丰富的内容,好东西-orcale9i- java-source programming language books, combining orcale java database procedures are jdbc so very rich in content, and good things
- 2023-01-19 17:10:03下载
- 积分:1
-
java applet小程序,对话框的使用
小APPLET程序,使用JAVA中的对话框-small APPLET procedures, the use of dialog JAVA
- 2022-02-06 11:38:30下载
- 积分:1
-
贪吃蛇这个简单的游戏用java来实现
娱乐过程中体会到编程的乐趣...
贪吃蛇这个简单的游戏用java来实现
娱乐过程中体会到编程的乐趣-huge memory of this simple game with java to the process of achieving entertainment programming experience to the fun
- 2023-06-02 03:50:03下载
- 积分:1
-
SOAP/REST开发代码,开发基于IBM Lotus Quickr 文档管理接口的SOAP代码...
SOAP/REST开发代码,开发基于IBM Lotus Quickr 文档管理接口的SOAP代码-SOAP and REST based calling code that developed by Java. It calls IBM Lotus Quickr Content Service.
- 2022-01-30 10:17:32下载
- 积分:1