-
2
说明: 滑膜变结构控制的matlab仿真程序,学习滑膜变结构控制的基础。(Variable structure control synovial matlab simulation program, learning the basis of variable structure control synovium.)
- 2011-04-17 18:48:35下载
- 积分:1
-
Greedy-Snake
基于NIOS II的贪吃蛇游戏设计,有三种模式:普通模式、障碍物模式、双蛇模式(Greedy Snake)
- 2013-07-12 16:27:55下载
- 积分:1
-
c++编写pid控制器
c++,编写PID控制器,实现给定速度的跟踪。采用的是基于对象的设计方法,程序简单易懂,非常便于初学者尝试,希望有帮助。
- 2023-02-28 16:05:04下载
- 积分:1
-
liquid_dripping
说明: 控制类题目液体点滴速度监控装置的相关程序(Category subject to control the speed of the liquid drip procedures monitoring devices)
- 2009-07-30 18:16:26下载
- 积分:1
-
一本DSP方面的书
这是一本DSP方面的书,是苏奎峰等编著的,是一本不错的书.(This is a book on DSP, is Su Kuifeng compiled, is a good book.
)
- 2013-04-15 14:05:29下载
- 积分:1
-
Note
C#编写的记事本文件,实现记事本的基本功能,读取txt,写入TXT,保存,并且能修改字体等功能(C# prepared notepad file, Notepad implementation of the basic functions, read TXT, write to TXT, save, and can modify the font and other functions)
- 2017-07-17 14:10:05下载
- 积分:1
-
GPIO输出—使用固件库点亮LED灯
函数固件库的使用,通过调用固件库,实现点亮LED灯(Use of Function Firmware Library)
- 2020-06-19 15:20:02下载
- 积分: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
-
Voiceprint-recognition
这是一个声纹识别程序,基于matlab实现,通过建模,简历声纹模型,认证时自动识别(This is a voiceprint identification procedures, based on matlab realize, through modeling, resume voiceprint model, automatic identification authentication)
- 2021-01-07 10:38:53下载
- 积分:1
-
LCD1602
使用STM32F103C8T6驱动LCD1602(Using STM32F103C8T6 to Drive LCD1602)
- 2020-06-21 11:00:02下载
- 积分:1