-
mlcentra
Climate Control System
- 2010-12-03 20:52:35下载
- 积分:1
-
OFDM_simu
说明: 一种OFDM的系统实现,这是一个较新的实现方法。请各位高手指点!(an OFDM System, which is a relatively new method. Please master guiding you!)
- 2006-03-12 14:08:05下载
- 积分:1
-
mpeg_coding_decoding
基于matlab采用mpeg压缩原理,实现对avi格式文件的解压缩(Matlab mpeg compression used on principle, to realize the decompressor avi format)
- 2010-05-24 21:46:34下载
- 积分:1
-
genetic-algorithm
本人收集的关于遗传算法方面的matlab程序,量很大,一定有您想要的东西(genetic algorithm collenction)
- 2014-12-23 15:45:29下载
- 积分:1
-
1
说明: 小波神经网络,可以用于对日径流进行预测,有助于了解小波分析与神经网络结合。(Wavelet neural networks can be used to predict daily runoff, help to understand wavelet analysis and neural networks.)
- 2013-12-03 20:14:22下载
- 积分:1
-
ma.pdf
matlab在大气科学中的应用~这是介绍如何在大气科学研究中使用matlab的入门教程(matlab in atmospheric science applications- this is how to use matlab in atmospheric sciences Tutorial)
- 2013-09-05 10:32:33下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
一维下料
利用matlab的gui设计的带有输入和输出功能的界面图形,实现等距线可视性很强,自己独立编写的数据和图形,学习非常值得,实现svm压缩图像,matlab语言(Using GUI of MATLAB to design interface graphics with input and output functions, realizing the visibility of isometric line is very strong, the data and graphics written independently by oneself are very worthwhile to learn, realizing SVM compressed image, MATLAB language)
- 2020-06-19 18:40:02下载
- 积分:1
-
Weighted_average_elem2pt.m
Using the area of the element to weighted average a value to each point on the triangular mesh
- 2013-04-11 22:09:11下载
- 积分:1
-
spacecraft_design
由于飞机设计是一个需要多次反复迭代的重复过程,需要进行大量的计算,因此我们自己编写了一些MATLAB程序。(As the aircraft design is a repeated duplication of iterative process, requiring a large number of calculation, so we have written a number of MATLAB procedures.)
- 2007-08-12 15:16:08下载
- 积分:1