-
shaft-DIY-summary
四轴飞行器制作总结,包括四轴制作过程中马达、电调的选择,以及相关代码。(Four aircraft production summary, including the motor axis in the production process, the choice of power transfer, and the relevant code.)
- 2013-12-23 15:29:26下载
- 积分:1
-
用两个摄像头实现,双目标定,双目测距,双目测深度,双目求深度程序v2(基于opencv2.4.9,不需要扩展库)
实现效果 http://v.youku.com/v_show/id_XMTU2Mzk0NjU3Ng==.html 这个代码是视频中代码的修改版 修改内容:屏蔽了用cvblobslib实现的功能,但是主要功能标定以及测距都可以实现,而且不用安装那反人类的cvblobslib扩展库。 实现环境: 1.windows10 2.opencv 2.4.9 3.visual studio 2013 4.两颗微软HD-3000摄像头 5.i7、集显、16g、sata ps:如果你下载了我之前的代码:http://download.csdn.net/detail/hysteric314/9514872, 那这个你就不需要下载了,只需要改一下之前的代码 方法: 注释掉s tdafx.h头文件里的 //#define CV_EVENT_LBUTTONDOWN 1 //#define CV_EVENT_RBUTTONDOWN 2 注释掉这两行,或删掉 再把stereomain.cpp里的CV_EVENT_MLBUTTONDOWN改成CV_EVENT_LBUTTONDOWN 代码有关的博客地址:http://blog.csdn.net/hysteric314/article/details/51357318
- 2019-05-07下载
- 积分:1
-
一本英文书的源码 实力 可以用来学习参考
拉拉拉拉拉拢拉
一本英文书的源码 实力 可以用来学习参考
拉拉拉拉拉拢拉 -an English strength of the source code can be used to study reference Lalalala roped in Rafah
- 2022-02-05 00:34:23下载
- 积分: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
-
bcxrhi
MFC 扩展DLL 编程实例 搭好了一个进行编程的框架(The MFC extension DLL programming example sets up a framework for programming)
- 2018-11-26 07:46:04下载
- 积分:1
-
source
battlecity游戏源码.VC编写.(Source battlecity game. VC preparation.)
- 2009-04-19 19:59:13下载
- 积分:1
-
ListBox1
一个打包工具,从电脑的任意盘选择一些file,将内容写入一个自定义的file中并存入自定义的地方(A packaged tool, select some file any disk from the computer to write the contents of a custom file and stored in a custom place)
- 2012-10-11 11:04:58下载
- 积分:1
-
裸机_测温+串口与无线打印
使用CC2530读取SHT20传感器的温湿度数据并发送或串口打印(This program get temperature and humidity data by SHT20 and send data though cc2530 with wireless or usart.)
- 2020-06-20 07:40:01下载
- 积分:1
-
OBDII-记录器-OBDSIM
OBDII-记录器和OBDII-模拟器。
- 2022-08-16 03:01:39下载
- 积分:1
-
TCP-IP
C#写的TCP的client和server的程序,实现简单通信,源码简单(TCP client and server code.)
- 2012-10-12 16:02:53下载
- 积分:1