-
招标信息管理系统,运行JAVA编写的,希望大家能够喜欢
招标信息管理系统,运行JAVA编写的,希望大家能够喜欢-Tender Information Management System, run JAVA prepared, I hope everyone can be like
- 2023-01-19 04:05:05下载
- 积分:1
-
火花塞
spark插件开发的中文文档。绝对的实用!-spark plug-in development in Chinese documents. The absolute practical!
- 2022-08-21 04:44:09下载
- 积分:1
-
一个很难的数学问题(智力140以下勿进)
旧版Java程序设计Page97 3.12题
庞涓拿到两个整数(2到99之间)之和,孙膑拿到两个整数之积。下面...
一个很难的数学问题(智力140以下勿进)
旧版Java程序设计Page97 3.12题
庞涓拿到两个整数(2到99之间)之和,孙膑拿到两个整数之积。下面是一段很有趣的对话。
庞涓说:我不知道这两个整数是多少,但我肯定你也不知道。
孙膑说:我本来不知道这两个整数是多少。但既然你这么说,那我现在知道了。
庞涓说:哦,那我也知道了。
要求输出所有可能的结果,包括这两个整数之和以及这两个整数之积。
程序设计思路:通过庞涓和孙膑的对话,逐步缩小和的范围,直至得出答案!-A difficult mathematical problem (intelligence not to enter the following 140) old Java programming Page97 3.12 title Pang Juan got two integers (2 to 99) the sum, Sun Bin 2 integers to get the product. Here is a very interesting dialogue. Pang Juan wrote: I do not know how much these two integers, but I am sure you do not know. Sun Bin said: I did not know how much of these two integers. However, as you say so, then I now know. Pang Juan said: Oh, I know. Require the output of all possible results, including the sum of these two integers, as well as the product of these two integers. Program design ideas: By Pang Juan and Sun Bin dialogue, gradually narrowing the scope of, and until the answer!
- 2022-01-26 08:06:00下载
- 积分:1
-
用command模式写的一个简单的java 程序,实现cd和ls两个命令
用command模式写的一个简单的java 程序,实现cd和ls两个命令-use the command pattern was a simple java programs to achieve cd and ls two orders
- 2023-07-24 21:20:03下载
- 积分:1
-
java画图程序,比较小巧
java画图程序,比较小巧-A very simple drawing program in Java
- 2023-03-20 16:15:04下载
- 积分:1
-
为大家提供了《精通EJB》(第三版)一书的源代码,愿大家在J2EE的旅途上能走得更好!...
为大家提供了《精通EJB》(第三版)一书的源代码,愿大家在J2EE的旅途上能走得更好!-to provide a "proficient EJB" (third edition) a book of source code, We would like to travel in J2EE can be even better!
- 2022-06-11 19:15:01下载
- 积分:1
-
复数运算,日期类,计算机类
复数运算,日期类,计算机类-complex computing, date category, Computer
- 2022-07-08 10:12:52下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
icarnegie 卡耐基ssd3中exercise5答案
icarnegie 卡耐基ssd3中exercise5答案-icarnegie Carnegie ssd3 in exercise5 answer
- 2022-01-24 09:00:13下载
- 积分:1
-
支持java的中文分词程序
支持java的中文分词程序-support the Chinese word segmentation procedures
- 2023-03-08 02:05:04下载
- 积分:1