-
socket
用于两台电脑之间的无线通信,一个作为客户端,另一个作为服务器。(For wireless communication between two computers, one as a client and the other as a server.)
- 2014-04-21 23:00:03下载
- 积分:1
-
OutlAddin
outlook的插件, 可以供初学者进行参考学习。(outlook s plugin)
- 2011-09-14 17:17:47下载
- 积分:1
-
JPEG_DEMO
c++的jpeg 源码(c++ the jpeg source)
- 2008-07-15 10:35:12下载
- 积分:1
-
ADOImageDB_src
图像数据库,C++实现的ADO数据库,用于图像的数据库检索(Image database, C++ implementation of the ADO database)
- 2017-09-18 22:53:03下载
- 积分:1
-
pi
说明: 使用Openmp的分别用1、2、3、4核计算π值,对比四核所用时间的关系,同时检测四核是否能工作(Openmp is used to calculate the relationship between 1 cores, 2, 3 and 4 cores, respectively, to compare the relationship between the four cores' time and check whether the four cores work.)
- 2018-04-06 00:01:18下载
- 积分:1
-
mmsp-master
用于材料晶粒组织生长,变化等的模拟语言,包括相场法,蒙特卡罗法和元胞自动机法(*Typical MMSP applications include:*
* Grain growth and coarsening
* Precipitation reactions
* Crystal growth and solidification
* Lattice based kinetic Monte Carlo
* Statistical mechanics: Ising model, classical Heisenberg model, etc.
* Spinodal decomposition and other second order transformations
)
- 2020-07-08 16:08:56下载
- 积分:1
-
9754567
在程序启动时弹出文件打开对话框,VC++编程精选学习源码,很好的参考资料。(In the open dialog box when the program starts up the file, select learning VC++ programming source code, a good reference.)
- 2013-11-20 11:24:59下载
- 积分:1
-
EventScript
红月五星中文事件编辑器红月五星中文事件编辑器(Luna Star Chinese Event EditorLuna Star Chinese Event Editor)
- 2015-01-03 11:32: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
-
fab turbo 5.2
Source Code for FAPTurbo 52
- 2019-01-09 16:20:34下载
- 积分:1