资源列表
JPGBMPCompress
- 能够压缩简单的JPG和BMP格式的图片,使用Delphi开发。-Can be compressed JPG and BMP format, a simple picture, use the Delphi development.
CommunicationTheory
- 通信原理方面的一些基础matlab程序,包含数字基带传输系统中升余弦滚降系统,最佳基带系统,基带信号眼图,OOK,2PSK,2FS,MPSk,DSB,SSB,VSB-Some basic aspects of communication theory matlab program, including digital baseband transmission system Cosine system, the best base-band system, the baseband signal
mpcsimulink
- DMC动态矩阵控制算法 DMC动态矩阵控制算法 -DMC动态矩阵控制算法DMC动态矩阵控制算法DMC动态矩阵控制算法DMC动态矩阵控制算法
jpeg
- 这是一个实现JPEG图像编解码的程序,效果很好,可以用-This is an implementation of JPEG image decoding process, good results can be used
mlt807
- Michlet V8.07澳大利亚阿德莱德大学计算舰船阻力软件8.07版-the software to calculation the ship resistance
CSharp_TSP_GA
- C#下基于遗传算法做的TSP程序,很好用!-TSP Solution Base on GA in CSharp Language
HSMM
- 实现HMM的前向算法,作为HMM三个算法的一部分,其他的包括检测算法和训练算法。-finish the forward of HMM,it is one part of three Arithmetic of HMM.
11
- 整周模糊度解算,压缩包内有整周模糊度初始值和Q矩阵-integer ambuity resolution. it contains the original ambuity and Q matrix.
WAvelet
- 基于小波分析的图像压缩技术,运用EZW算法在matlab环境下实现-Image-Zerotree-Wavelet
plot_hht
- HHT变换的相关程序,可供对信号变换的朋友参考-the relative languge of HHT, which can help the friends who study on signal change
c
- 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 -1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the