-
3
说明: visual C++的MFC程序,建立对VC的基础性了解(this describes in detail the characteristics of C++ language, basic grammar, and explain with examples)
- 2012-12-24 21:56:58下载
- 积分:1
-
GPS
只对未知点设立未知参数的高程网与GPS基线网平差(Only the establishment of unknown parameters elevation network and GPS baseline network adjustment of the unknown point)
- 2017-01-09 13:48:51下载
- 积分:1
-
scroll-mesal
是一个scrollveiw 的很好例子,里面还有Coblist 例子。(Is a good example of a scrollveiw)
- 2015-01-27 16:21:27下载
- 积分:1
-
printjlvb
VB编写实现的简历打印程序,一眼看上去还挺不错嘛。将程序简历设计成表格的样式,这也是大家习惯用的格式,有放照片的地方,还有个人信息的填写,另外还可打印,简历信息可保存至Access数据库,稍加修改就可制作成一款简历管理软件。选中每一个简历,就可方便的打印出来(VB prepared to achieve resume printing process, one looks pretty bad. The program is designed to form a style resume, which is the format we used to use, there is a place to put photos, and fill in personal information, while also printing, resume information can be saved to an Access database, a little change can be made into a shall resume management software. Each resume is selected, you can easily print out)
- 2014-05-14 14:58:25下载
- 积分: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
-
485546
设置列表控件的显示方式,VC++精选编程源码,很好的参考资料。(Set display mode list control, VC++ programming source code, a good reference.)
- 2013-12-01 14:08:17下载
- 积分:1
-
project_struct
Example Struct Code in C++
- 2009-10-26 19:31:02下载
- 积分:1
-
VOSE32DLL-Sample-Code-in-VCPP-6.0
连接USB,采集数据,显示数据等功能,解调系统!(Connecting USB, collecting data, display data and other functions)
- 2014-11-11 16:53:15下载
- 积分:1
-
89600signal
安捷伦89600系列软件的常用功能及界面设计,便于理解(Agilent 89600 Series software commonly used functions and interface design, easy to understand)
- 2021-01-11 22:08:49下载
- 积分:1
-
PTZ-camera-control-system
使用vc++开发的云台镜头控制系统,主要通过串口实现控制,已编译通过,可学习使用(PTZ camera control system)
- 2013-09-24 22:31:17下载
- 积分:1