-
CSaveTest
.ini文件生成程序,可用于自动生成.ini文件并存储VC控件中间过程数据。(. ini file generation process can be used to automatically generate. ini file and process data stored in the middle of VC control.)
- 2014-02-26 16:06:57下载
- 积分:1
-
增强 Edit 控件为日期输入控件
增强 Edit 控件为日期输入控件(enhanced Edit Control date for the importation of Control)
- 2004-10-18 19:56:56下载
- 积分: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
-
ART2C++
该算法是常用的ART2的vc++实现算法,代码思路清晰,注释详细,相信对ART2网络的初学者有很大帮助。(The ART2 algorithm is commonly used in the vc++ Realization of algorithms, code clear, detailed notes, I believe ART2 networks are very helpful for beginners.)
- 2008-12-15 17:39:08下载
- 积分:1
-
CommTest
串口测试程序 (Test porgram for serial)
- 2020-10-22 20:47:23下载
- 积分:1
-
optimization-of-sctp
在windows平台的的流控制协议的优化程序简介以及论文。(In the windows platform flow control protocol optimizer profile and papers.)
- 2011-07-07 16:43:02下载
- 积分:1
-
LDPC
该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好(The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better)
- 2013-06-13 15:42:39下载
- 积分:1
-
icmpCheater
给任意IP地址发送一个欺骗icmp包,发送方的IP地址和MAC地址可以随意填写(To deceive any IP address to send a icmp packet, the sender' s IP address and MAC address can be free to fill)
- 2013-07-12 13:07:07下载
- 积分:1
-
C
c语言初学者必备的一些知识,大学c语言课程很好的辅助课件(c language for beginners some of the necessary knowledge, university c language courses good supporting courseware)
- 2013-11-26 13:46:05下载
- 积分:1
-
C_programming_classic_design_of_variable_clock_sou
C编程设计的多变闹钟经典源码 C programming classic design of the variable clock source(C programming classic design of the variable clock source)
- 2010-08-18 07:22:38下载
- 积分:1