-
image SYORI
这是一个关于图象处理的软件. 文字识别,付立业变换等,VC++.NET版(on image processing software. Character Recognition, Fourier transform industry, VC.NET Edition)
- 2005-06-02 10:35:26下载
- 积分:1
-
description
这是微软Win8 上宣布放弃Mirror driver之后推荐采用的抓屏技术, 全部基于D3D/DXGI技术, 效率非常高, 并且包含变化区域和屏幕鼠标光标。它的缺点是没法抓取某个窗口的内容 。(This is a renounced Mirror driver after Microsoft Win8 recommended screen capture technology, all based D3D/DXGI technology, efficiency is very high, and contains changes in the regional and screen mouse cursor. The disadvantage is that the contents of a window can not crawl.)
- 2020-06-26 14:20:01下载
- 积分:1
-
3.loadinpsw-a-call-dialog
在MFC平台环境下,用C++编写的关于编辑框和调用窗口的程序。(The MFC platform environment, the edit box and call window with C++ written procedures.)
- 2012-11-30 21:37:09下载
- 积分:1
-
Recording-avi
录制avi经常使用的一些api函数,包括一些讲解(Recording avi frequently use some api function, including some explaining)
- 2013-01-24 17:22:44下载
- 积分:1
-
LiveViewMFC
GigE Vision相机实时采集和显示,调用pylon库(GigE Vision camera real-time collection and display, pylon SDK is needed )
- 2021-04-08 15:19:00下载
- 积分:1
-
TailGateTest
该程序应用在汽车疲劳测试中,是控制九个轴协调运动,其中控制器使用的是固高的板卡。该程序环境为VC6.0,应用到了ACCESS数据库编程,EXCEL数据库编程,板卡的PT运动模式等。(The procedure used in automotive fatigue tests, nine-axis coordinated motion control, which is used by the controller board Googol. The program environment for VC6.0, applied to programming ACCESS, EXCEL programming, the board of PT motion mode.)
- 2020-09-10 21:38: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
-
MTGCCombobox
Combo box control with autocomplete
- 2013-11-16 18:08:40下载
- 积分:1
-
data
mfc数据库编程资料。查询数据,创建数据库,登陆,对话框加菜单,加消息响应等等。(data base on MFC)
- 2012-05-04 15:32:58下载
- 积分:1
-
遗传算法
说明: 新安江模型,应用遗传算法用于参数的自动率定(The Xin'An river model with genetic algorithm)
- 2017-12-26 10:33:42下载
- 积分:1