搜索资源列表
J_B.rar
- 一个很难的数学问题(智力140以下勿进) 旧版Java程序设计Page97 3.12题 庞涓拿到两个整数(2到99之间)之和,孙膑拿到两个整数之积。下面是一段很有趣的对话。 庞涓说:我不知道这两个整数是多少,但我肯定你也不知道。 孙膑说:我本来不知道这两个整数是多少。但既然你这么说,那我现在知道了。 庞涓说:哦,那我也知道了。 要求输出所有可能的结果,包括这两个整数之和以及这两个整数之积。 程序设计思路:通过庞涓和孙膑的对话,逐步缩小和的范围,直至得出答案!,A difficult
Cards
- Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them into 2 piles so that: The sum of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
JavaSocketCS
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Socket provided by the use of Java language technologies, the establishment of a C/S mode of application, allowing the client user to enter two integers, the server-si
123
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端-Socket using the Java language provides technology to build a C/S mode application that allows client users to input 2 integers, the server receives these two integers
Calculation
- 计算两个整数的和、差、积..计算两个整数的和、差、积-Calculate the sum, difference and product of two integers
java
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端-Socket Java language provides the use of technology, the establishment of the application of a C/S mode, which allows the client user input two integers, the server rec
LDPC-code
- LDPC encoder and the decoder of sum-product algorithm.(input H matrix form is Mackay s website form)
新建文件夹
- 测试程序,用多线程计算10万以内素数之 和与完全数之和的乘积。(Test program, using multithreading to calculate the prime number within 100000 The product of the sum and the total number.)