-
java手机开发手册,详细描述了开发手机的各种协议及技术应用...
java手机开发手册,详细描述了开发手机的各种协议及技术应用-manual describes in detail the development of various mobile phone agreements and technology applications
- 2022-08-12 09:00:57下载
- 积分:1
-
是一个JSP实例原代码
是一个JSP实例原代码 -JSP is an example of the original code
- 2022-04-28 23:01:41下载
- 积分:1
-
Missionary problem
传教士问题使用java编写,解决基本问题-Missionary problem
- 2022-05-12 23:01:48下载
- 积分: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
-
To eat the string comparison algorithm is a similarity realize high efficiency,...
吃算法是对字符串比较相似度的实现,效率高,正确率高。很有研究价值。-To eat the string comparison algorithm is a similarity realize high efficiency, high accuracy rate. Great research value.
- 2022-03-26 17:21:23下载
- 积分:1
-
java生成xml,model,jsp,主要用于springside+struts+ibatis
java生成xml,model,jsp,主要用于springside+struts+ibatis-java generate xml, model, jsp, mainly used for springside+ struts+ ibatis
- 2022-08-18 21:57:11下载
- 积分:1
-
本文的主要工作是对基于B/S模式及JSP技术的网上拍卖Web应用系统进行了研究与设计。本文首先介绍了网上拍卖系统的背景,分析比较了国内外相关网上拍卖系统的运行模...
本文的主要工作是对基于B/S模式及JSP技术的网上拍卖Web应用系统进行了研究与设计。本文首先介绍了网上拍卖系统的背景,分析比较了国内外相关网上拍卖系统的运行模式、系统特点与开发技术。然后分析了目前热点的各种Web应用开发技术中存在的优势和不足之处,权衡利弊后,选择并重点研究了JSP技术进行开发。然后根据Web应用的特点提出了基于B/S模式、采用JSP技术的Web应用开发方案。最后对基于该方案的网上拍卖系统进行了功能模块设计、体系结构设计和数据库设计,提出了网站开发过程中的关键技术的研究与选用(如如何获得“及时”信息等),并给出了相应的实现。-JSP
- 2022-02-07 11:16:13下载
- 积分:1
-
一个J2ME手机游戏蜀山剑侠传源码,可以认为是一种关系…
一个J2ME手机游戏蜀山剑侠传源码,也算是个比较成熟的源代码了,帮您开拓手机游戏编程思路!-A J2ME mobile game Shushanjianxia transmission source, can be considered a relatively mature source code, and help you to develop mobile game programming ideas!
- 2022-01-29 03:29:13下载
- 积分:1
-
write java stock trading system, into use and not to use rmi rmi two parts
java写的股票交易系统,分为使用rmi和不使用rmi两部分-write java stock trading system, into use and not to use rmi rmi two parts
- 2022-05-15 11:39:05下载
- 积分:1
-
实现求解平面最近点对的复杂度为nlgn的算法。程序要求能够自动生成至少100万个点,并利用该算法求解。此外,要求支持图形界面的算法输入与输出。在此基础上,添加n...
实现求解平面最近点对的复杂度为nlgn的算法。程序要求能够自动生成至少100万个点,并利用该算法求解。此外,要求支持图形界面的算法输入与输出。在此基础上,添加n^2级算法的实现,并比较相同规模下,两种算法的时间消耗。-Solving the nearest point on the plane to achieve the complexity of the algorithm for nlgn. Program requires the ability to automatically generate at least 1 million points, and the use of the algorithm. In addition, the algorithms required to support graphical user interface input and output. On this basis, add the n ^ 2 Ji Implementation of the algorithm and compare the same scale, the two kinds of algorithm" s time consuming.
- 2022-10-06 03:35:03下载
- 积分:1