-
手势识别系统处理端原程序代码
基于STM32与FDC2214手势识别处理程序(Hand gesture recognition processing program based on STM32 and FDC2214)
- 2020-06-18 06:00:01下载
- 积分:1
-
一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。
一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。-a simple example of Socket Communications. As for the interception server, the client can ask to be connected.
- 2022-02-28 15:03:44下载
- 积分:1
-
MyKTV
以前用C#写的一个KTV系统,前后台和数据库都有(Written in c# a KTV system before, Taiwan before and after and )
- 2015-12-17 14:11:29下载
- 积分:1
-
eara
alguna cosa muy aburrida para hacer
- 2012-06-11 22:12:06下载
- 积分:1
-
fractral
说明: 用matlab软件计算分形维数的算法,可算出图像的分形维度(Algorithms for Calculating Fractal Dimensions)
- 2021-03-23 18:19:15下载
- 积分:1
-
一个局域网语音聊天程序。本程序是点对点的局域网语音聊天程序。主要目的是学习DirectX Sound编程。大学互相学习,共同进步。...
一个局域网语音聊天程序。本程序是点对点的局域网语音聊天程序。主要目的是学习DirectX Sound编程。大学互相学习,共同进步。-a LAN voice chat program. This program is a point-to-point LAN voice chat program. The main purpose is to study Sound DirectX programming. University of mutual learning and common progress.
- 2022-09-26 18:05:03下载
- 积分:1
-
depeursinge2012
Building a reference multimedia for interstitial lung diseases
- 2017-01-31 01:04:17下载
- 积分:1
-
shuzizhong
说明: 运用单片机制作数字钟,C程序!非常实用的哦!这是我的课程设计程序(The use of single-chip digital clock production, C program! Oh, very practical! This is my curriculum design process)
- 2008-09-09 16:47:53下载
- 积分: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
-
ClipsNet
MommoSoft公司的CLIPS程序集以及例子,可以用于C#和CLIPS的混合编程(CLIPS assembly from MommoSoft, as well as examples, can be used in C# and a mixture of CLIPS programming)
- 2020-12-01 19:29:26下载
- 积分:1