-
pipeiguangshan1fanshepu
光纤布拉格光栅匹配解调法匹配光栅的反射谱的matlab实现程序,含二维图像(Fiber Bragg grating matching demodulation matching grating reflection spectrum matlab procedures, including the two-dimensional image)
- 2012-09-19 21:51:52下载
- 积分:1
-
EgressRouter
code of an egress router for a mail management system
- 2009-12-11 17:28:33下载
- 积分:1
-
Q1_3
bellman 方程的matlab实现,十分不错的源代码(bellman function matlab)
- 2009-12-18 20:53:09下载
- 积分:1
-
yiqunsuanfa
It is the ant-optimization method codey by matlab.
- 2011-01-02 14:26:38下载
- 积分:1
-
lmsxiangguan
采用lms算法实现多径信号的波束形成,并且包括输出信干燥。该代码已经完全仿真过,绝对可以用(Lms algorithm using multi-path signal beamforming, and includes output signal dry. The code has been fully simulated, can surely be)
- 2011-11-15 09:49:22下载
- 积分:1
-
make
matlab图像水印嵌入处理,运用DCT算法进行嵌入和提取。(Matlab watermark embedding process, using DCT algorithm to embed and extract.
)
- 2015-04-19 18:00:53下载
- 积分:1
-
JPEG_BaseLine_Encoder
The JPEG compression scheme is divided into the following stages:
1. Transform the image into an optimal color space.
2. Adjust Aspect Ratio 16:9
3. Digitization Scheme 4:2:0.
4. Apply a Discrete Cosine Transform (DCT) to blocks of pixels, thus removing redundant image data.
5. Quantize each block of DCT coefficients using weighting functions optimized for the human eye.
6. Encode the resulting coefficients (image data) using a Huffman variable word-length algorithm to remove redundancies in the coefficients.
7. Byte Stuffing.
8. Header JFIF
9. JPG Data Store
- 2013-05-04 23:30:46下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
zuiduanluwenti
该代码主要用于求最短路问题,开发环境为Matlab(The code is mainly used for the shortest path problem, the development environment for Matlab)
- 2008-07-27 19:08:13下载
- 积分:1
-
HATPRO
读取微波辐射计数据,并将微波辐射计相对湿度转化为水汽混合比(Reading the microwave radiometer data and translating relative humidity data to water vapor mixing ratio)
- 2013-07-16 16:42:07下载
- 积分:1