代码搜索:多模式

找到约 10,000 项符合「多模式」的源代码

代码结果 10,000
www.eeworm.com/read/189078/8490831

txt 模拟图像缩小的c源代码.txt

模拟图像缩小的c源代码[原创] 做一个简单模拟,真正的要复杂的多 /* to enlittle an image by K times AUTHOR:BugEyes http://BugEyes.blog.edu.cn */ #define N 10 #define K 2 #define M 100 #i nclude
www.eeworm.com/read/177513/9450335

m multi_channel.m

function [channel_Bpsk_output,N0]=channel_Bpsk(input,h,snr) len=length(input); lenh=length(h); H10(20*(lenh-1)+1)=0; %多径间隔为整数码元 for i=1:lenh H10(20*(i-1)+1)=h(i);
www.eeworm.com/read/165902/10047097

c mgraph.c

/* 多段图问题的动态规划算法设计与实现*/ #include "stdio.h" #include "conio.h" #define n 6 /*图的顶点数*/ #define k 4 /*图的段数*/ #define MAX 1000 typedef int NodeNumber; /*节点编号*/ typedef int CostType; /*成本值类
www.eeworm.com/read/359684/10130028

plg muti-commu_1.plg

礦ision3 Build Log Project: E:\shen\串口实现多机通信\MUTI-COMMU_1.uv2 Project File Date: 08/14/2008 Output:
www.eeworm.com/read/359684/10130041

plg muti-commu_2.plg

礦ision3 Build Log Project: E:\shen\串口实现多机通信\MUTI-COMMU_2.uv2 Project File Date: 08/14/2008 Output:
www.eeworm.com/read/417350/10993234

txt 08-04.txt

%例8-4 使用subplot函数进行多图的绘制。 >> x = 0:.1:20; >> subplot(2,2,1) >> plot(x,sin(x)); >> >> x = 0:.1:20; >> subplot(2,2,2) >> plot(x,cos(x)); >> >> subplot(2,2,3) >> x = 0:.1:2; >> y
www.eeworm.com/read/468425/6989830

m ofdmplot.m

clc,clear all load dataAWGN load dataMultipath SNR0db=0:1:10; semilogy(SNR0db,Totalber_AWGN,'r p -',SNR0db,Totalber_Multipath,'b s -'); xlabel('SNR'); ylabel('BER'); title('随即交织BPSK-抗噪及抗多径性能');
www.eeworm.com/read/468428/6989840

m ofdmplot.m

clc,clear all load dataAWGN load dataMultipath SNR0db=0:1:10; semilogy(SNR0db,Totalber_AWGN,'r p -',SNR0db,Totalber_Multipath,'b s -'); xlabel('SNR'); ylabel('BER'); title('随即交织BPSK-抗噪及抗多径性能');
www.eeworm.com/read/446240/7582896

asp ubbcode.asp

www.eeworm.com/read/446240/7582897

asp conn.asp