-
maketshouyin
超市前台收银系统用 c++ 和达梦数据库,包含数据库文件和源代码。(Supermarket front cash register system with c++ and dream up database that contains the database files and source code.)
- 2012-12-03 20:35:52下载
- 积分:1
-
6755364756564
VB用外部代码控制自身程序的执行,有需要的下。(VB code control itself with an external program execution, there is need for the next.)
- 2013-08-23 10:17:34下载
- 积分:1
-
RS232-ACCESS-DEMO0.0.1
Qt写的RS232串口程序源码,需要者收了吧(RS232 by Qt)
- 2021-01-11 16:38:50下载
- 积分:1
-
1656
VB编写的用户登陆界面,实现简单的密码验证功能,适合VB初学者(VB, user login interface, simple password authentication function for VB beginners)
- 2013-08-22 09:54:16下载
- 积分:1
-
houghinit
基于标准Hough变换的航迹起始,对采集的十帧数据进行分析,得到五条起始航迹(Standards-based Hough transform track initiation, the 10 data collected for analysis, the five initial track)
- 2021-04-14 20:28:55下载
- 积分:1
-
MoTag
MO的图形显示功能很弱,本例程很好的展示了的使用自绘图标的展示功能(MO)
- 2009-09-27 21:38:07下载
- 积分:1
-
single-position
武汉大学编制的单点定位解算软件,独家啊!(Wuhan University, prepared by a single point positioning solver software, exclusive ah!)
- 2020-07-01 08:40:01下载
- 积分:1
-
CY7C68013A
cypress USB datasheet
- 2010-11-12 15:25:59下载
- 积分: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
-
VB写的通过串口与考勤机连接通讯的程序
说明: VB写的通过串口与考勤机连接通讯的程序,便于工作查看,调试。(VB written through the serial port and Attendance Machine Connection Communication Procedures, easy to see the work, debugging.)
- 2020-02-22 18:58:03下载
- 积分:1