-
ParallelMerge
Parallel program for merge
- 2009-10-03 19:45:23下载
- 积分:1
-
Gauss-Laguerre
matlab勒让德 - 高斯求积,用于计算勒让德 - 高斯求积分(Gauss–Laguerre quadrature)
- 2015-02-17 14:43:58下载
- 积分:1
-
LCD_Driver-STM32
STM32直接驱动段式液晶屏,程序已调试通过,有完整的原理图说明及原理图,希望对各位有用。(STM32 direct drive Segment LCD screen, program debugging through a complete schematic description and schematic, want to be useful.)
- 2020-08-25 11:08:15下载
- 积分:1
-
模板方法模式-基本代码
说明: Codes all about C, C++. STM32, Lora. Codes all about C, C++. STM32, Lora.
- 2020-06-24 06:20:02下载
- 积分:1
-
常压塔的一个小程序,可下载运行
常压塔的机理建模程序,精馏板式塔的建模程序,可下载立刻运行,会对做石化的同学有一些帮助
- 2022-08-18 04:21:07下载
- 积分:1
-
zoj1094
zoj094
Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
(Matrix multiplication problem is a typical example of dynamical programming.
Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose.
For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix.
There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C).
The first one takes 15000 elementary multiplications, but the second one only 3500.
Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy.
)
- 2012-06-10 10:38:53下载
- 积分:1
-
ssxs
使用hc595驱动双色点阵完整的C语言程序(Using two-color dot matrix driver hc595 complete C language program)
- 2013-10-11 09:57:33下载
- 积分:1
-
linux
linux下的c语言编程的一些例子,很实用哦,都是很基础的如文件读写、管道通信等(c language programming under linux some examples, very practical Oh, are all based, such as file reading and writing, communication channels)
- 2010-06-04 14:23:12下载
- 积分:1
-
directsshowChapter04
dirctsShow开发指南源码Chapter05(Development Guide dirctsShow source Chapter05)
- 2007-10-22 19:43:42下载
- 积分:1
-
win7_vs2010_libevent使用实例
Libevent 是一个用C语言编写的、轻量级的开源高性能网络库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,本上传代码是在win7 是vs2010下使用实例。
- 2022-02-12 08:48:01下载
- 积分:1