-
boiling
fluent沸腾代码,描述沸腾中的详细过程(fluent boiling code, the detailed description of the process of boiling)
- 2013-10-02 08:00:48下载
- 积分:1
-
TabDemo
主要实现MFC Tabctrl控件的按Tab快捷键改变控件焦点的功能。焦点可在TabCtrl控件,子窗口,父窗口之间自由切换。(The main realization of MFC Tabctrl control, press the Tab shortcut keys change the focus of the control function. The focus can be freely switched between the TabCtrl control, child window, and parent window.)
- 2017-06-30 08:55:00下载
- 积分:1
-
EmdL1_v2
这是一个对于L2范数下的Earth Mover Distance的VC实现。(This is an L2 norm for the Earth Mover Distance realize the VC.)
- 2008-05-07 17:44:54下载
- 积分: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
-
slide
滑动窗口协议仿真,程序按照滑动窗口协议实现端对端的数据传送。包括协议的各种策略,如包丢失、停等应答、超时等都应有所仿真实现(The sliding window protocol simulation program, in accordance with the sliding window protocol implementation end-to-end data transmission. Including all kinds of strategies of the agreement, such as packet loss and stop response, timeout should be implemented)
- 2020-07-03 00:40:02下载
- 积分:1
-
Splitter_multi_view
Splitter多视图切换的源代码,vc++工程(Splitter switched multi-view source code)
- 2014-01-03 09:52:22下载
- 积分:1
-
Lesson1
孙鑫老师vc教学视频中源码,以及上课所用ppt,非常好,希望对大家有用(Sun Xin vc teachers teaching video source, and the school used ppt, very good, want to be useful)
- 2011-09-11 09:38:01下载
- 积分:1
-
C
说明: 面向C/C++ 代码的漏洞检测系统原理与实现 实用 有意义(For C/C++ code vulnerability detection system theory and practical implementation meaningful)
- 2013-06-25 09:22:26下载
- 积分:1
-
HASHGenersjy!!!!
哈希计算器,包含MD系列,SHA系列等多种计算,输入字符串或文件,生成哈希值,可复制并比对(Hash calculators, contains the MD series, SHA series such as a variety of computing, the input string or a file, to generate the hash value, can be copied and alignment)
- 2015-08-12 14:42:11下载
- 积分:1
-
simulateellipse
利用已知的一些点,利用多项式模拟出椭圆(圆形),适合于数学图像算法的初学者,只要打开*.CPP文件,加入一些点的文件就可以用。自己可以拓展为多种图形的数学模拟(to simulatorsllipe, Adampt to fresh student)
- 2012-11-30 09:04:09下载
- 积分:1