-
C#模拟QQ登陆,并获取qq好友列表
获取qq好友列表
- 2013-01-08下载
- 积分:1
-
myasp
绝对的基础,绝对的全面,html的基础示例,不下你会后悔的哦(The basis of the absolute, absolute comprehensive, html basic example, less than you will regret it, oh)
- 2012-05-10 10:29:06下载
- 积分:1
-
最终-高级转弯
一个简单的电脑鼠走迷宫程序,略微改进了转弯代码。(A Micromouse maze simple procedure, slightly improved turn code.)
- 2017-10-30 11:07:21下载
- 积分:1
-
dotnetconverter
将VC 2003.net 的工程转化为Visual C++6的工程(VC 2003.net project will be converted to Visual C++6 project)
- 2009-05-04 13:51:07下载
- 积分:1
-
Random
说明: 动态数组的实现, mutablearray 与array 的区别, 以及跳出循环的过程(The implementation of dynamic arrays, the difference between mutable arrays and arrays, and the process of jumping out of the loop)
- 2020-06-16 14:25:20下载
- 积分:1
-
C# 电子邀请函系统源码下载,可通过微信发送邀请
该系统是一个简单实用的电子邀请函系统,可以通过微信等进行发送到指定人,进行邀请内容的描述及报名,和参会地点等!可以根据自己的需求进行调整。
- 2014-09-01下载
- 积分: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
-
CollisionDetection
建模
实现长方体 圆柱体 球体与机械臂的碰撞检测(Modeling Implementation rectangular cylinder sphere collision detection and manipulator)
- 2010-09-25 20:42:32下载
- 积分:1
-
MOTIONTEST(opencv)
目前发现最好的一个移动目标检测,同时已经转换为VS2010项目,并成功测试,用USB摄像头,检测移动物体,基于opencv(Discover the best one currently moving target detection, and has been converted to a VS2010 project and successfully tested with USB camera to detect moving objects, based on opencv)
- 2013-09-05 23:52:15下载
- 积分:1
-
USB
How to work with the USB
- 2017-11-01 21:45:04下载
- 积分:1