-
it is about JVM fuctionality and how the jvm works
it is about JVM fuctionality and how the jvm works
- 2022-04-20 12:00:31下载
- 积分: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程序很简单明了,对于我们初学该语言者来说是一个很好的学习例子。-the procedure very simple and clear, we were learning the language is a good example of learning.
- 2022-02-13 09:35:58下载
- 积分:1
-
一个入门的lucene例子,适合于初学者
一个入门的lucene例子,适合于初学者-An entry of Lucene example, suitable for beginners
- 2022-03-02 05:25:18下载
- 积分:1
-
Java手机/PDA与服务器数据库连接的源代码,包括HTTP方式与SOCKET方式...
Java手机/PDA与服务器数据库连接的源代码,包括HTTP方式与SOCKET方式-Java mobile phone/PDA with the server database connection
- 2022-02-26 13:36:37下载
- 积分:1
-
介绍了三种修改现有代码提高其可重用性的方法,它们分别是:改写类的实例方法,把参数类型改成接口,选择最简单的参数接口类型。...
介绍了三种修改现有代码提高其可重用性的方法,它们分别是:改写类的实例方法,把参数类型改成接口,选择最简单的参数接口类型。-Introduce three types of modification of existing reusable code to improve their approach, they are: examples of types of methods adapted to changed interface parameter type, choose the simplest interface type parameters.
- 2023-06-13 11:15:03下载
- 积分:1
-
使用Java实现应用迪杰斯特拉算法进行有向带权图中的最短路径的查找。...
使用Java实现应用迪杰斯特拉算法进行有向带权图中的最短路径的查找。-it is got the shortest path of graph with Dijkstra by java.
- 2022-06-26 07:13:51下载
- 积分:1
-
[实验目的] 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
-
a good voice mail system
一个不错的留言系统-a good voice mail system
- 2022-01-25 14:44:26下载
- 积分:1
-
CMU图象模块的上层浏览软件,可和CMU模块直接通信
CMU图象模块的上层浏览软件,可和CMU模块直接通信-CMU image of the upper module View software, and direct communications module CMU
- 2022-03-30 14:56:08下载
- 积分:1