代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/311110/13635429
mdl cy_lh.mdl
Model {
Name "cy_lh"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataType
www.eeworm.com/read/311110/13635430
mdl xt.mdl
Model {
Name "xt"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes
www.eeworm.com/read/310310/13653720
mdl koe_pulse_shaping.mdl
Model {
Name "koe_pulse_shaping"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTyp
www.eeworm.com/read/310310/13653730
mdl koe_spreading.mdl
Model {
Name "koe_spreading"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths on
ShowPortDataTypes
www.eeworm.com/read/309622/13667700
mdl gmsk.mdl
Model {
Name "gmsk"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes
www.eeworm.com/read/309005/13684264
mdl koe_pulse_shaping.mdl
Model {
Name "koe_pulse_shaping"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTyp
www.eeworm.com/read/309005/13684274
mdl koe_spreading.mdl
Model {
Name "koe_spreading"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths on
ShowPortDataTypes
www.eeworm.com/read/308602/13698870
mdl first.mdl
Model {
Name "first"
Version 6.0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion "1.7"
NumMo
www.eeworm.com/read/308403/13702940
m flipx.m
function flipx
% FLIPX: script to flip the direction of the x axis
%
% just type "flipx" at the matlab prompt
state=get(gca,'xdir');
if(strcmp(state,'normal'))
set(gca,'xdir','reverse')
else
www.eeworm.com/read/308403/13702945
m flipy.m
function flipy
% FLIPY: script to flip the direction of the y axis
%
% just type "flipy" at the matlab prompt
state=get(gca,'ydir');
if(strcmp(state,'normal'))
set(gca,'ydir','reverse')
else