-
ShowIplImage
C#中显示OPENCV的IImage图像(C# to display the image OPENCV the IImage)
- 2009-11-06 09:38:13下载
- 积分:1
-
moni
用于蘑菇温棚的模拟控制程序,包括xls表和动态显示控件,模拟速度速度可调节(Mushroom greenhouses for analog control procedures, including xls tables and dynamic display of control, analog speed can be adjusted)
- 2010-07-11 00:29:28下载
- 积分:1
-
BingJue-Communications-Test(110303)
VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
- 2014-01-27 13:56:19下载
- 积分:1
-
vbshiyan
说明: 大量vb的小程序,都是自己编的,供新手学习研究~(lot of small programs that are part of their own for newcomers to study ~)
- 2006-05-15 00:02:32下载
- 积分:1
-
InsidetheCPObjectModel
说明: 本书重点论述了C++面向对象程序设计的底层机制,提供丰富的程序范例、图表,以及面向对象概念和底层对象模型之间的效率测量。 (Book focuses on the C++ OOP underlying mechanism provide rich procedures examples charts, and object oriented concepts and underlying object model between efficiency measurement.)
- 2010-04-01 17:04:47下载
- 积分:1
-
houghinit
基于标准Hough变换的航迹起始,对采集的十帧数据进行分析,得到五条起始航迹(Standards-based Hough transform track initiation, the 10 data collected for analysis, the five initial track)
- 2021-04-14 20:28:55下载
- 积分:1
-
MFCODBCaccess
VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下。(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path.)
- 2014-02-21 16:46:07下载
- 积分:1
-
Test5
说明: 我的毕业设计,水表读数识别,使用哈夫变换(I graduated from design, water meter readings to identify, the use of Hough transform)
- 2008-12-05 17:13:43下载
- 积分: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
-
dot1x_client
一个很小巧的windows 802.1x客户端的源代码(A light 802.1x client for windows)
- 2020-11-03 18:09:52下载
- 积分:1