-
BurnCharacter
然烧字体,在VB的环境下实现字体的燃烧效果(However, burning fonts, in the VB environment to achieve the effect of fonts combustion)
- 2007-12-28 22:41:29下载
- 积分:1
-
59564360geocom-ROBOT
说明: 徕卡全站仪开发源码,visual basic语言编制。(Leica total station development source code)
- 2019-12-30 18:56:55下载
- 积分:1
-
function-definition
说明: OpenGL基本图形绘制,所用到的基本函数简单说明(Basic OpenGL graphics rendering, the basic function used by a brief explanation)
- 2009-08-09 22:52:53下载
- 积分:1
-
XiaoFang
小芳便利店的C++程序实现,简单的实现C++中类,继承等 (Xiao Fang convenience store C++ program to achieve a simple implementation of C++, classes, inheritance, etc.)
- 2020-08-16 21:38:36下载
- 积分:1
-
twi285
一个可以解ax2+bx+c 0方程的程序,输入a,b,c即可得到结果X1,X2,包内有详细VB代码,(A solution ax2+ bx+ c 0 equation application, type a, b, c can get results X1, X2, there is detailed VB code,)
- 2017-04-12 14:26:25下载
- 积分:1
-
Brokennetwork
断网源码,一个封装好的类,可以直接用 ..(Broken network source, a sealed class can be directly used ..)
- 2010-11-30 18:12:01下载
- 积分:1
-
AntiVAAAAAnAwareness
处理各种杀软查杀的库,主要反杀软的虚拟机查杀和智能查杀!(Deal with soft kill killing the library, the main anti-kill killing soft and intelligent killing virtual machine!)
- 2011-01-02 20:28:24下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分: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
-
zppf
招聘评分系统,适合用在企业招聘,现在招聘中!(Recruitment scoring system, suitable for use in corporate recruitment, recruitment now!)
- 2009-01-14 14:49:34下载
- 积分:1