-
S2OOPS
北大青鸟深入.NET,C#阶段测试,题目难度适中,适合初学者借鉴(Beida Jade Bird in depth. NET C# test phase, the subject of moderate difficulty, suitable for beginners to learn from)
- 2012-05-15 11:41:45下载
- 积分:1
-
罚函数内点法程序
说明: 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用(a C++ compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!)
- 2020-12-30 08:29:00下载
- 积分: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
-
polytransform
实现一个心行图案的各种二维几何变换(包括同比变换,错切变换,平移变换、旋转变换等)(achieve a mind trip of two-dimensional pictorial geometry transformation (including an transform, shear transformation, translation transform, ROTATION))
- 2006-11-16 11:33:47下载
- 积分:1
-
矩阵运算
说明: 用于计算矩阵。但是还是有局限性,最重要的是能够计算卷积。(To compute on Matrix)
- 2019-12-25 19:53:07下载
- 积分:1
-
Print_calendar
说明: 在日历中输入日期后,程序自动打印日历的年、月、日。(This program prints a calendar for a year specified int text)
- 2010-03-19 11:01:56下载
- 积分:1
-
SJDXSF
用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.(VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.)
- 2007-05-19 22:31:25下载
- 积分:1
-
FlappyBird(VB-6.0)
用VB写的愤怒的小鸟 很不错的源码哦 值得参考 学习(VB write angry bird it is a very good reference source worth learning)
- 2021-01-11 22:38:49下载
- 积分:1
-
zuixiaorcf
VB采用最小二乘法演示如何在VB中实现线性拟合和二次拟合,编译时候需要TeeChart5.ocx,已将此文件打包,你无需再下载。新建 Microsoft Excel 工作表.xls里是测试数据,程序会自动读龋这里要说的是:
1.1 线性拟合:给定一组数据(xi,yi),i=1,2,…,m,做拟合直线。
1.2 二次拟合:给定数据系列(xi,yi),i=1,2,…,m,用二次多项式函数拟合这组数据。作出拟合函数与数据序列的均方误差最校
(VB using the method of least squares linear fit and demonstrates how to implement a quadratic fit in VB compiler when needed TeeChart5.ocx, has packed this file, you do not need to download. Newly built in Microsoft Excel worksheet xls test data, the program will automatically read caries say here is: 1.1 linear fit: Given a set of data (xi, yi), i = 1,2, ..., m, do fitting a straight line. 1.2 quadratic fit: given data series (xi, yi), i = 1,2, ..., m, with a quadratic polynomial function fitting this set of data. Fitting function to the data sequence with the best mean square error correction)
- 2014-05-10 17:10:24下载
- 积分:1
-
ILOVEYOU
随意写的小程序,可在屏幕上显示星号表示的I LOVE YOU 有点小瑕疵 请多谅解啊 呵呵(Random write small programs can be displayed on the screen asterisk indicates the I LOVE YOU have a small flaw like him to understand ah Hehe)
- 2009-10-25 18:55:16下载
- 积分:1