资源列表
[matlab例程] zhinengdianwang
说明:基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa<macrotone> 在 2025-10-13 上传 | 大小:268kb | 下载:0
[matlab例程] segmentation
说明:关于前景背景分离的论文集,内容涵盖了很多方面,从差分,到高斯分布,到codebook-Background on the prospects of separation proceedings, covers many aspects, from the differential to the Gaussian distribution, the codebook, etc.<张北通> 在 2025-10-13 上传 | 大小:14.18mb | 下载:0
[压缩解压] bcl-1.2.0
说明:RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下<choi> 在 2025-10-13 上传 | 大小: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, Issue 25, page 1646- 1648, Decembe<thinkingbig4> 在 2025-10-13 上传 | 大小: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: * Redistributions of source<thinkingbig4> 在 2025-10-13 上传 | 大小:210kb | 下载:0
[数学计算/工程计算] EigenvalueComplexMatrices
说明:两篇关于求复矩阵特征值与特征向量的文献.信号处理的很多领域都需要对矩阵的特征值和特征矢量精确求解,利用它们的结果进行下一步处理。比如,阵列信号处理中MU SIC算法,就是利用噪声子空间特征矢量特性进行估计的方法。-some papers about solving Eigenvalue of a complex matrix.Several kinds of classic algorithms for solving eigenvalues and eigenvectors of the m<Thales> 在 2025-10-13 上传 | 大小: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(k) end [a,b,c,d]=filepar<thinkingbig4> 在 2025-10-13 上传 | 大小: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) end nBits = str2double(<thinkingbig4> 在 2025-10-13 上传 | 大小:8kb | 下载: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> 在 2025-10-13 上传 | 大小:10kb | 下载:0