-
RightsManage
私募系统的权限系统认证用于登陆后初始化菜单,十分重要(primary future right manage)
- 2016-04-23 16:00:20下载
- 积分:1
-
statueopengl
simple statue code opengl
- 2010-11-29 06:05:09下载
- 积分:1
-
ForShareV10分组加天气
ForShareV10分组加天气是用ForShare8.1改的,稳定性可想而知,而且加了分组和天气,适合一些新手进行免杀,已经改成内存加载(ForShareV10 packet plus weather is modified by ForShare8.1, and the stability of as can be imagined, grouping and weather, suitable for novice are free to kill, have changed the memory load)
- 2018-03-22 12:33:04下载
- 积分:1
-
RS
说明: 这个C++程序建立了高斯白噪声信道模型下的RS码的编码及译码算法,并且给出了其比特误码率性能。(This program has realized the RS code,the coding and decoding mode (and furthermore has simulated the ber performance of decoding ))
- 2012-02-21 16:27:42下载
- 积分:1
-
51344325
专业的VB+ACCESS网址收藏夹程序,有需要大家下载吧(Professional VB+ACCESS URLs favorites procedures, there is a need to download it)
- 2013-08-04 14:16:24下载
- 积分:1
-
amanithvg_win_x86_4_0_0_98_eval
amanithvg 是新的手势语言,广泛应用(amanithvg is a new sign language, widely used in)
- 2009-11-22 08:43:07下载
- 积分:1
-
vb6_black_book
It is the best black book if vb 6
- 2009-10-25 10:37:41下载
- 积分: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
-
VCBOOKS
关于网络编程的好书,可以下载看看,讲得非常详细(Books on network programming, you can download to see, speak in great detail)
- 2010-11-29 10:07:18下载
- 积分:1
-
us_apgxy
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y.
The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)]
The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)]
where
x^2 + y^2 = r^2
R = semi-diameter
The tranmitted intensity is maximum in the center.
T is set to 0 if semi-diameter < 1e-10 to avoid division by zero. (ZEMAX source: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce xy Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP [- (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] The transmission is of the form EXP [-2 (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] where x ^ 2+ y ^ 2 = r ^ 2 R = semi-diameter The tranmitted intensity is maximum in the center.T is set to 0 if semi-diameter <1e-10 to avoid division by zero.)
- 2006-11-10 17:25:16下载
- 积分:1