搜索资源列表
2005102611013310480
- 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
a3
- 关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
Excel
- EXCEL数据处理程序,用于分析EXCEL中指定数据之间的关系,比如A1=A2+A3等。-EXCEL data processing program for the analysis of EXCEL in the relationship between the specified data, such as A1 = A2+ A3 and so on.
A3
- 用linked list 实现stack和q-implement the stack and queue with linked list and test by reverse one array
Decoding
- c#编码和解码 例如:" E8 A7 A3 E7 A0 81"解码后为"解码";编码为逆过程。-c# coding and decoding such as: " E8 A7 A3 E7 A0 81" decoded " decoding" coding for the reverse process.
poi
- 编写程序要求:允许用户输入两整数求出并输出两整数大公约数(Common denominator)里介求公约数算法--欧几里德算法又称辗转相除法其计算理下:用a除b取余数a1 a1 = 0, 则b大公约数 否则用 b 除a1取余数a2 a2 = 0则a1大公约数 否则用 a1 除a2取余数a3a3 = 0则a2大公约数 否则用a2除a3取余数a4-Program requirement: allows the user to enter two integers and big Common di
CSharpA3
- C#编程与应用教程(第三版)的上机练习A3 源代码,包括类及其属性和方法的实现练习,定时器和随机数练习,Visual Studio2012年写的,很多自学的朋友不知道怎么写,供初学C#的朋友作为参考-C# programming and application tutorial (third edition) on the machine exercise A3 source code, including the realization of exercise classes and thei
GPIO_LED
- DSP板子 TL-138/1808/6748-EVM-A3 LCD流水跑灯源程序-DSP board LCD water source running lights
A3
- tree binary search tr-tree binary search tree