资源列表
[Windows编程] matrixChain
说明:问 题:矩阵连乘问题 描 述:给定n个矩阵{A1,A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1.考察这n个矩阵的连乘积A1A2...An。矩阵A 和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。 编程任务:对于给定的相继n个矩阵{A1,A2, ..., An }及其维数,编程计算矩阵连乘积A1A2...An 需要的最少数乘次数。 -Question:<Katherine> 在 2025-07-24 上传 | 大小:14kb | 下载:0
[其他小程序] choosethebestbuck-boostconverter
说明:choose the best buck-boost converter为电源电路选择最佳的电源变换方式提供参考资料-choose the best buck-boost converter for the power circuit of the power to choose the best way to provide reference materials transform<shaode> 在 2025-07-24 上传 | 大小:225kb | 下载:0
[其他小程序] sy2
说明:编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值-Reading the course of the preparation of a word, from the input source program to identify the meaning of each word is an independent, that is the basic reserved words,<wangguan> 在 2025-07-24 上传 | 大小:8kb | 下载:0
[多媒体编程] SpringAnimation
说明:JavaFx Ria 最新示例代码 完整的Netbeans项目 跳到的小球 来着Sun-The latest sample code JavaFx Ria complete Netbeans project jump ball to the Sun<ls> 在 2025-07-24 上传 | 大小:18kb | 下载:0
[Windows编程] calculator
说明:计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.<liuzhongqing> 在 2025-07-24 上传 | 大小:1.82mb | 下载:0