-
交叉小波变换
交叉小波分析,用于气象、水文数据的分析等。(Cross-wavelet analysis for meteorology, hydrology, etc.)
- 2019-06-24 14:19:17下载
- 积分:1
-
do with COM access the website of a process LINK
用COM做的获取网页内LINK的一个程序-do with COM access the website of a process LINK
- 2023-05-29 16:25:02下载
- 积分:1
-
1 jq 2.5 version of wordpress theme
wordpress 一个主题 jq 2.5版-1 jq 2.5 version of wordpress theme
- 2022-03-21 19:42:17下载
- 积分:1
-
HCI_Lab2
This program detects the available wireless networks ad provides you with the strength of each network
- 2014-04-27 00:40:04下载
- 积分:1
-
matlab仿真RFID标签防碰撞算法 包括二进制和ALOHA
说明: 实现防碰撞算法仿真,RFID射频技术的防碰撞算法仿真,基于matlab(Realization of Anti-collision Algorithms Simulation)
- 2021-04-13 13:18:56下载
- 积分:1
-
这是我准备连接客户端和服务器软件的一个。疗法…
这是我编写的一个处理多连接的客户端,服务器软件。里面有代码和程序-This is the one I prepared to handle connecting client and server software. There are codes and procedures
- 2022-02-02 12:34:15下载
- 积分:1
-
Get_HRtf
多声道音频处理算法中获得HRTF的源代码,对声学研究与试验的人员有用(Multi-channel audio processing algorithms HRTF obtained the source code for acoustic research and testing useful)
- 2008-02-19 09:37:21下载
- 积分:1
-
matlab_code
matlab code matlab code matlab code matlab code matlab code
- 2020-07-02 16:00:02下载
- 积分:1
-
压限 限幅器
说明: 此段代码可以利用matlab实现压限器限幅器的设计,简单易操作,改变其中数值即可实现不同幅度的压限(Use matlab to design pressure limiting device and Limiter)
- 2020-07-02 21:51:19下载
- 积分: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