代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/287361/8689897
m colorplot2dtraj.m
function mColorPlot2Dtraj;
ss=get(gcf,'UserData');
ff=uisetcolor(ss.traj,'Define color of trajectory');
drawnow;
%set(ff,'WindowStyle','modal');
www.eeworm.com/read/378919/9212962
m retwg.m
% RETWG Provides the cutoff frequency FC in GHz, modal impedance
% ZM, attenuation ATT in dB and guided wavelength LBG im cm
% for a rectangular waveguide.
%
% [FC,ZM
www.eeworm.com/read/378919/9212966
m cylwg.m
% CYLWG Provides the cutoff frequency FC in GHz, modal impedance
% ZM, attenuation ATT in dB and guided wavelength LBG im cm
% for a cylindrical waveguide.
%
% [FC,ZM
www.eeworm.com/read/355894/10241923
m earth.m
function earth
D=figure('color','k','MenuBar','none','NumberTitle','off','Resize','off',...
'WindowStyle','modal',...
'units','norm','position',[0.3013 0.2067 0.3975 0.6633]);
loa
www.eeworm.com/read/160900/10475495
h mypropertysheet.h
// MyPropertySheet.h : header file
//
// This class defines custom modal property sheet
// CMyPropertySheet.
// CMyPropertySheet has been customized to include
// a preview window.
#ifndef
www.eeworm.com/read/448535/7531296
m pisarenko.m
function [f,P] = pisarenko(Ryy)
%
% Compute the the modal frequencies using Pisarenko's method,
% then find the amplitudes
%
% function [f,P] = pisarenko(Ryy)
%
% Ryy = autocorrelation function
www.eeworm.com/read/243037/12966825
h fenjipropertysheet.h
// FenjiPropertySheet.h : header file
//
// This class defines custom modal property sheet
// CFenjiPropertySheet.
#ifndef __FENJIPROPERTYSHEET_H__
#define __FENJIPROPERTYSHEET_H__
#includ
www.eeworm.com/read/155462/11869704
h transpropertysheet.h
// TransPropertySheet.h : header file
//
// This class defines custom modal property sheet
// CTransPropertySheet.
#ifndef __TRANSPROPERTYSHEET_H__
#define __TRANSPROPERTYSHEET_H__
#includ
www.eeworm.com/read/226369/4785694
h vnotice.h
//===============================================================
// vnotice.h - notice modal dialog - Windows
//
// Copyright (C) 1995,1996 Bruce E. Wampler
//
// This file is part of the V C++ GUI
www.eeworm.com/read/226369/4785698
h vfontsel.h
//===============================================================
// vfontsel.h - font select modal dialog - Windows
//
// Copyright (C) 1995,1996 Bruce E. Wampler
//
// This file is part of the V C+