代码搜索:MATLaB
找到约 10,000 项符合「MATLaB」的源代码
代码结果 10,000
www.eeworm.com/read/402216/2327342
txt matlab.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
COMMAND = 2
NUMBER = 3
KEYWORD = 4
STRING = 5
OPERATOR = 6
IDENTIFIER = 7
DOUBLEQUOTESTRING = 8
www.eeworm.com/read/391684/2517185
xauto to_matlab.xauto
# This is an example of an 'expert' AUTO CLUI script.
# This script takes a set of AUTO data files and produces
# files which can be read into Matlab .
# For example, the command:
#
# auto -x to_mat
www.eeworm.com/read/360524/2960924
c matlab.c
/*
*
* matlab.c
*
* Copyright (C) Aaron Holtzman - May 1999
*
* This file is part of ac3dec, a free Dolby AC-3 stream decoder.
*
* ac3dec is free software; you can redistribute it and/or m
www.eeworm.com/read/360524/2960927
h matlab.h
/*
*
* matlab.h
*
* Copyright (C) Aaron Holtzman - May 1999
*
* This file is part of ac3dec, a free Dolby AC-3 stream decoder.
*
* ac3dec is free software; you can redistribute it and/or m
www.eeworm.com/read/354164/3079555
prf matlab.prf
#MATLAB Preferences
#Tue Jul 24 18:00:22 CST 2007
RLHiddenB2_WB_2006b_1=I16184
RLOrderB2_WB_2006b_1=S0:1:2:3:
RLPrevInitB2_WB_2006b_1=Btrue
FileBrowserFiveColumnWidths=S[150 100 75 150 400]
MatlabExit
www.eeworm.com/read/354164/3079562
prf matlab.prf
#MATLAB Preferences
#Tue Jul 24 18:00:22 CST 2007
RLHiddenB2_WB_2006b_1=I16184
RLOrderB2_WB_2006b_1=S0:1:2:3:
RLPrevInitB2_WB_2006b_1=Btrue
FileBrowserFiveColumnWidths=S[150 100 75 150 400]
MatlabExit
www.eeworm.com/read/350705/3118093
prf matlab.prf
#MATLAB Preferences
#Sat Mar 31 11:06:18 CST 2007
FileBrowserFiveColumnWidths=S[150 100 75 150 400]
MatlabExitConfirm=Bfalse
RLOrderB2_Wb_B2=S0:1:2:
LayoutMRU9=S
LayoutMRU8=S
LayoutMRU7=S
RLPrevInitB2
www.eeworm.com/read/475459/6781876
txt matlab.txt
c=rand(1,512);% 定制512点抽样%
%%%%求反序,实现反序输入,正序输出%%%%
c(1)=0;c(2)=256;
for i=1:8 % log(512)-1=8%
c((2^i+1):2^(i+1))=c(1:2^i)+2^(8-i);
end
d=rand(1,512);
t=linspace(1,100,512)/100;b=[t;sin(2*
www.eeworm.com/read/475086/6803065