-
vb_api例程
VB中API的简单应用源码,有兴趣的下载(VB API simple application source code, are interested in downloading)
- 2005-05-17 16:46:56下载
- 积分:1
-
VBNProj3
Voice Visual Basic .net 2005 2
- 2009-06-28 09:37:52下载
- 积分:1
-
COM-inside
COM技术内幕的源代码,都已经编译测试,个人觉得不错,特来分享(COM-INSIDE CODE,Sharing it)
- 2010-01-05 10:38:53下载
- 积分:1
-
GpioDemo
开源硬件的测试demo程序,可参考学习使用(Open source hardware testing demo program, you can learn how to use good reference document, I hope you like it, give strong support to continue uploading,)
- 2014-04-16 16:42:59下载
- 积分:1
-
VFPshiyanshiguanli
随着我国教育产业化的飞速发展,社会对教育水平和教学管理软硬件的要求日益提高,尤其是对一个学校能够具有一整套完善的教学管理软件提出了更多的要求。为了适应这种形式,教育系统尤其是大学不仅首先要有坚实的硬件基础,还要有一整套完善的教学管理软件管理系统。(With the education industry has seen rapid development, community right level of education and teaching management software the increasing demand. especially for a school to have a set of sound teaching management software made more requests. In order to adapt to this form, the education system in particular is not only the first university to have a solid hardware foundation, also has a set of perfect teaching management software management system.)
- 2007-04-22 14:02:49下载
- 积分: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
-
4_Disk_IO
输入输出,I/O设备,操作系统,vc++ 6.0(Input and output, I/O devices, operating system, vc++ 6.0)
- 2009-05-24 09:59:54下载
- 积分:1
-
FUP2算法---解决数据库更新后的关联规则挖掘
香港大学的David W.Cheung写的“A General Incremental Technique for Maintaining Discovered Association Rules”中提到的FUP2算法,用来解决数据库更新后的关联规则挖掘(University of Hong Kong, David W. Cheung wrote "A General Incremental Technique for Maintaining Discovered Association Rules" FUP2 mentioned in the algorithm used to solve the database updated Mining Association Rules)
- 2005-04-08 13:50:07下载
- 积分:1
-
jxxfc1
介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的CC++文件,并在VC中调用(on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C C paper and called in VC)
- 2006-12-28 09:39:28下载
- 积分:1
-
Linear-interpolation-vb
这是VB写的一个直线插补源码,有四个象限的整个代码,代码比较全,对开发都来说是很有用的,而且word文档中有整个代码。(It is written in a linear interpolation VB source, there are four quadrants of the entire code, the code is relatively wide, for the development of both is very useful, but there is the whole code word document.)
- 2015-04-01 22:02:17下载
- 积分:1