代码搜索:yasuo

找到约 64 项符合「yasuo」的源代码

代码结果 64
www.eeworm.com/read/283909/8980035

docx yasuo.docx

www.eeworm.com/read/164482/10105908

m yasuo.m

clear all clc %装载、显示原始图像及其大小 % [X,map]=imread('d:\lena.bmp'); [X,map]=imread('d:\2.bmp'); X=double(X); subplot(2,2,1); image(X); colormap(map); title('原始图像'); axis square; disp('原始图像的大小:');
www.eeworm.com/read/164481/10105912

m yasuo.m

clear all clc %装载、显示原始图像及其大小 % [X,map]=imread('d:\lena.bmp'); [X,map]=imread('d:\2.bmp'); X=double(X); subplot(2,2,1); image(X); colormap(map); title('原始图像'); axis square; disp('原始图像的大小:');
www.eeworm.com/read/330797/12868674

txt yasuo.txt

#include "stdlib.h" #include "stdio.h" main() { union { int s; char c[2]; } counts; int count;/*计数器*/ char ch; char ch1;/*字符寄存器*/ FILE *fp,*fp1; char strs [13]; printf("请输入数据源
www.eeworm.com/read/323689/13326168

m yasuo.m

function [sc,snr,nzn]=con_rec(s,bi_th,r) % wavelet subband compress and recovery based on HAS (基于掩蔽效应的小波压缩和修复) % s: original signal (原始信号) % b1_th:threshold value of
www.eeworm.com/read/311094/13635603

m yasuo.m

% 转载原始图像 load belmont2; % X包含原始图像 x=X(100:200,100:200); nbc=size(map,1); subplot(221),image(x),colormap(map); axis square; title('原始图像'); % 使用wdencmp进行图像压缩 % 得到X的小波分解结构 n=5;w='sym2'; [c,l]=
www.eeworm.com/read/484661/6572239

m yasuo.m

function varargout = yasuo(varargin) %YASUO M-file for yasuo.fig % YASUO, by itself, creates a new YASUO or raises the existing % singleton*. % % H = YASUO returns the handle to a new Y
www.eeworm.com/read/484661/6572242

fig yasuo.fig

www.eeworm.com/read/484661/6572286

asv yasuo.asv

function varargout = yasuo(varargin) %YASUO M-file for yasuo.fig % YASUO, by itself, creates a new YASUO or raises the existing % singleton*. % % H = YASUO returns the handle to a new Y
www.eeworm.com/read/238387/13889033

m yasuo.m

%图像压缩部分程序 clear all; load woman; x=X(100:200,100:200); %对小波包db2对原始图像进行2层小波分解 %使用默认熵shannon t=wpdec2(x,2,'db2'); %画出小波包的四叉树 plot(t); %计算最优小波包树 tree= besttree(t); %画出最优小波包树 plot(tree);