联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数学计算(3) 
按平台查找All Java(3) 

[数学计算] Java_Incremental_test

数学试卷看见一题,第一个数为a1第二个为a2,第n个为an,打算用Java复刻一下计算n的an值
I saw a question in the math test paper. The first number is a1, the second is a2, and the nth is an. I plan to use Java to reproduce and calculate an value of n (2024-04-06, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712424315604866.html

[数学计算] Matrix-Chain_JAVA

Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully parenthesize the product A1A2...An in a way that minimizes the number of scalar multiplications.
Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully parenthesize the product A1A2...An in a way that minimizes the number of scalar multiplications. (2011-04-18, Java, 1KB, 下载13次)

http://www.pudn.com/Download/item/id/1495415.html

[数学计算] e6_5

随机生成100个100以内的数,并查找输入的数是否在数组中。
100 100 randomly generated within a few, and find whether the number entered in the array. (2009-04-26, Java, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/731754.html
总计:3