代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/398912/7910407
java aboutdialog.java
/*
A basic extension of the java.awt.Dialog class
*/
import java.awt.*;
public class AboutDialog extends Dialog {
public AboutDialog(Frame parent, boolean modal)
{
super(parent, mod
www.eeworm.com/read/245143/12816366
htm 2-56.htm
function openNewWindow(szMethod) {
if (szMethod == "modal") {
window.showModalDialog("2-58.htm",myform.txt,
"dialogTop:100px;dialogLeft
www.eeworm.com/read/327523/13073582
h droptestdialog.h
#include "droptestdialogbase.h"
class droptestDialog : public droptestDialogBase
{
Q_OBJECT
public:
droptestDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags f =
www.eeworm.com/read/304259/13797113
m inputdlg.m
function Answer=inputdlg(Prompt, Title, NumLines, DefAns,Resize)
%INPUTDLG Input dialog box.
% Answer = inputdlg(Prompt) creates a modal dialog box that returns
% user input for multiple prompts in
www.eeworm.com/read/150221/5694147
m inputdialog.m
function Answer=inputdlg(Prompt, Title, NumLines, DefAns)
%INPUTDLG Input dialog box.
% Answer = inputdlg(Prompt) creates a modal dialog box that returns
% user input for multiple prompts in the cel
www.eeworm.com/read/406495/11441003
m v2_056.m
% v2_056.m
%
% This is a script file to solve a 2 DOF system
% given the mass, damping and stiffness matrices
% in dimensionless units. The output includes poles,
% residues(modal coefficien
www.eeworm.com/read/406495/11441022
m v2_055.m
% v2_055.m
%
% This is a script file to solve a 2 DOF system
% given the mass, damping and stiffness matrices
% in dimensionless units. The output includes poles,
% residues(modal coefficien
www.eeworm.com/read/157603/11683321
h statusdlg.h
// StatusDlg.h : header file
//
// This class defines custom modal property sheet
// CStatusDlg.
#ifndef __STATUSDLG_H__
#define __STATUSDLG_H__
#include "StatusPage.h"
////////////////
www.eeworm.com/read/231340/14238553
m reduces.m
function [Rot,T,vv]=reduce(Rot,NO_rigid_modes)
%Rot=reduce(rotor)
%
% perfrom mode order reduction for a rotor
%
% This function performs a MIXED reduction which is in essense a
% Modal reduct
www.eeworm.com/read/231340/14238632
m reduceg.m
function [Rot,T,vv]=reduceg(Rot,NO_rigid_modes)
%Rot=reduceg(rotor)
%
% perfrom model order reduction of a rotor
%
% This function performs a MIXED reduction which is in essense a
% Modal redu