-
cPP
可以很好的实现所需要的程序实现,而且还可以使达到预期的效果。(Can well achieve the required program, but also can make to achieve the desired effect.)
- 2013-06-23 15:25:42下载
- 积分:1
-
CPPbook
清华大学C++教程电子版,附带源码,需要的可以下载(Tsinghua University, electronic version of C++ tutorial, with source code)
- 2011-05-14 20:38:57下载
- 积分:1
-
Heat-loss-from-a-pipe-in-an-indoor-location
Heat lost from a pipe located indoor. Several Excel
functions included.
- 2013-12-23 20:30:37下载
- 积分:1
-
Tde
模拟正弦信号计算互相关时延,利用对两信号进行互相关函数的计算来找出互相关系数的最大值,从而计算出两段波形相同的信号的时延(Analog sinusoidal signal delay calculation of the cross-correlation)
- 2013-05-22 11:25:45下载
- 积分:1
-
levelset_withoutreinitialization
利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
- 2010-01-13 22:30:46下载
- 积分:1
-
prim
prim算法,输出最小生成树,时间复杂度Nlog(n)(prim algorithm)
- 2013-04-13 14:19:16下载
- 积分: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
-
VBG
基于固高控制卡的雕刻机实验系统VB源码解析G代码<用米米买的>(Googol control card based on the engraving machine experimental system VB source code parsing G <with Mimi buy>)
- 2021-02-14 10:39:49下载
- 积分:1
-
computerspecialpersonVisualc
计算机专业人员vc开发设计很经典的vc专业书籍(Computer Professionals for Development and design of the classic books vc)
- 2007-01-28 23:18:18下载
- 积分:1
-
软件注册窗口切换
说明: 软件注册窗口切换,VB6.0 源码,学习中……学习中……学习中……学习中……学习中……(Software Registration Window Switching)
- 2020-06-23 16:40:01下载
- 积分:1