-
Com
串口通讯类及其例子程序,很有用的串口调试范列(Serial Communication category and examples of procedures, useful for debugging serial Fan out)
- 2007-09-11 18:40:57下载
- 积分:1
-
1
说明: 地球物理数据处理二维版模型重磁正演程序,用vc++6.0写的(Geophysical data processing two dimensional version of the model gravity and magnetic process, using vc++6.0 to write the)
- 2016-03-14 21:24:14下载
- 积分:1
-
config
config.c file from win2000 event log sources.
- 2013-10-13 02:27:37下载
- 积分:1
-
COM
基于CVI2010的串口编程 使用C++ 适合初学者学习(Based on CVI2010 serial port programming using c++ for beginners to learn)
- 2015-05-13 09:41:31下载
- 积分:1
-
system_servo_fd8202r-d-lodind-file
test thes file fd_8202rd open close
- 2012-04-21 04:52:48下载
- 积分:1
-
Localization_computer
根据手机双麦克风进行定位 ,电脑客户端程序,c++源程序(According to the mobile phone microphone to locate
)
- 2021-04-10 18:08: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
-
Begbd
这是一个利用ODBC进行数据库连接的范例程序,由于是用VC++6.0MFC库进行的编程,所以你需要改动的部分很少。(This is an ODBC database connectivity paradigm procedures, As with the VC 6.0MFC the programming, so you need some little changes.)
- 2007-04-20 09:49:21下载
- 积分:1
-
CreateDll
创建c++动态链接库,注意模块文件的应用,怎么调用动态链接库(Create c++ dynamic link library module files the application note, how to call a dynamic link library)
- 2015-05-05 14:04:52下载
- 积分:1
-
froq
比较完整的OFDM的仿真模型和源码,有比较完整的设计思路,可供学习(Relatively complete OFDM simulation model and the source code, there is a complete design ideas, to learn from)
- 2017-08-13 17:19:03下载
- 积分:1