-
RG-code
THIS IMPLEMENTS RG ALGORITHM
- 2011-06-22 17:23:40下载
- 积分:1
-
timeCompass
用MATLAB GUI自制的时钟,可以实现自动计时。(MATLAB GUI with homemade clock, can achieve automatic timing.)
- 2021-01-06 16:18:54下载
- 积分:1
-
PPPcode
精密单点定位的程序,是对初学者的很好的资料,很容易入手(Precise point positioning procedure ,is good information for beginners, it is easy to start)
- 2013-11-10 10:26:56下载
- 积分:1
-
bilatering_filtering
结合图像的空间邻近度和像素值相似度的一种折衷处理,同时考虑空域信息和灰度相似性,达到保边去噪的目的,并且给出运行的图像的示例(Use balitering filtering to remove the the noise and protect the edge of it, in addition, we give an example done)
- 2013-05-04 21:24:55下载
- 积分:1
-
82890233edge_erode
可进行图像分割 对于光纤图像 可分别初芯婧与外套(Image segmentation can be performed separately for the beginning of the image fiber core and the jacket Jing)
- 2013-12-16 22:07:16下载
- 积分:1
-
crc_table_code
说明: 用MATLAB编写的crc检验查表法程序(Prepared using MATLAB CRC test procedure look-up table method)
- 2008-09-25 21:09:11下载
- 积分:1
-
SSD6_lab08
练习1:查找内存错误
练习2:阅读书籍高质量ç 编程指南.PDF林锐(林锐)P95,回答问题4。
练习3:阅读代码sizeof.rar。不运行它,它的分析和写入输出。(Practice 1: Finding Memory Bugs
Practice 2: Read book 高质量C编程指南.pdf by Lin, Rui(林锐) P95, answer question 4.
Practice 3: Read the code in sizeof.rar. Without running it, analysis it and write the output.)
- 2014-11-23 12:02:44下载
- 积分:1
-
ct
说明: 关于工业CT同步运动控制建模与仿真的相关资料,非常有用(About Industrial CT synchronized motion control related information modeling and simulation, very useful)
- 2015-03-16 10:12:32下载
- 积分:1
-
sanciyangtiao
三次样条插值法,MATLAB程序,计算方法作业,内有说明(Cubic spline interpolation method, MATLAB procedures, calculation methods work, there are instructions)
- 2015-03-26 14:15:28下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1