资源列表

« 1 2 ... .82 .83 .84 .85 .86 18487.88 .89 .90 .91 .92 ... 28522 »

[压缩解压bcl-1.2.0

说明:RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定
<choi> 在 2024-11-20 上传 | 大小:103kb | 下载:0

[matlab例程Distortionless_Data_Hiding

说明:The code implements the following paper: Guorong Xuan, Jiang Zhu, Jidong Chen, Shi Y.Q., Zhicheng Ni, Wei Su, "Distortionless data hiding based on integer wavelet transform" IET Electronics Letters, Volume: 38, Issu
<thinkingbig4> 在 2024-11-20 上传 | 大小:992kb | 下载:0

[matlab例程000_Animated_GIF

说明:Copyright (c) 2009, The MathWorks, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
<thinkingbig4> 在 2024-11-20 上传 | 大小:210kb | 下载:0

[数学计算/工程计算EigenvalueComplexMatrices

说明:两篇关于求复矩阵特征值与特征向量的文献.信号处理的很多领域都需要对矩阵的特征值和特征矢量精确求解,利用它们的结果进行下一步处理。比如,阵列信号处理中MU SIC算法,就是利用噪声子空间特征矢量特性进行估计的方法。-some papers about solving Eigenvalue of a complex matrix.Several kinds of classic algorithms for solving eigenva
<Thales> 在 2024-11-20 上传 | 大小:181kb | 下载:0

[matlab例程bin2hex

说明:function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1
<thinkingbig4> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[matlab例程conversion_gui

说明:function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType)
<thinkingbig4> 在 2024-11-20 上传 | 大小:8kb | 下载:0

[matlab例程mainOFDMA

说明:wimax system level simulation in matlab
<阿宏> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[matlab例程Source-Load-Coupling

说明:含源负载耦合的交叉耦合滤波器综合。其中F_P_E程序是根据零点及回波损耗得到F,P,E. Cal_M是由F,P,E得到耦合矩阵。此程序建议微波滤波器专业人士下载。其他人有兴趣的可以-coupling matrix synthesis techniques for source-load coupled microwave filters
<wuguochun> 在 2024-11-20 上传 | 大小:10kb | 下载:0

[matlab例程watrm

说明:factor of 32, with acceptable quality.What are the principles behind compression?A common characteristic of most images is that the neighboring pixels are correlated and therefore contain redundant information. The forem
<thinkingbig4> 在 2024-11-20 上传 | 大小:944kb | 下载:0

[matlab例程Dual-bandpass_filter

说明:使用频率变换法设计微波双通带带通滤波器。其中Z_P_Dual是实现有低通原型到双通带的变换。建议下载此程序者先下载本人上传的Source-Load-Coupling.rar,因为部分程序在其中。-DESIGN OF CROSS-COUPLED DUAL-BAND FILTER USING FREQUENCY TRANSFORMATION
<wuguochun> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[matlab例程Aztec_barcode_reader

说明:很好的一个一维条码检测识别源码,作为参考很有用-Very good detection and recognition of a one-dimensional bar code source, as a useful reference
<云逸> 在 2024-11-20 上传 | 大小:1.34mb | 下载:0

[数学计算/工程计算111

说明:数值分析计算,应用牛顿插值法对数据进行计算,来获得较好的效果-Numerical analysis, application of Newton interpolation method to calculate the data to obtain better results
<徐继克> 在 2024-11-20 上传 | 大小:743kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 18487.88 .89 .90 .91 .92 ... 28522 »

源码中国 www.ymcn.org