代码搜索:MenuBar
找到约 4,001 项符合「MenuBar」的源代码
代码结果 4,001
www.eeworm.com/read/155397/5622548
java tinyviz.java
// $Id: TinyViz.java,v 1.21.4.4 2003/09/18 22:25:47 mdwelsh Exp $
/* tab:2
*
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
* Permis
www.eeworm.com/read/194440/8194227
m dispavgstd.m
function dispavpstd(cvpavg, cvpstd)
f=gcf;
figure('menubar','none')
[nshots tmp] = size(cvpavg);
shots = 1:nshots;
% plot(cvpstd(:,1));
% hold on;
% plot(cvpavg(:,1));
errorbar(cvpavg(:,1), shots
www.eeworm.com/read/394264/8239902
cpp 05-03.cpp
#include
#include
#include
//
//
#include ;
#include
class MyMainwindow : public QWidget
{
public:
MyMainwindow();
p
www.eeworm.com/read/192917/8264739
m ex10_3.m
x=linspace(0,2*pi,60);
y=sin(x);
hf=figure('Color',[0,1,0],'Position',[1,1,450,250],...
'Name','我的图形窗口','NumberTitle','off','MenuBar','none',...
'KeyPressFcn', 'plot(x,y);axis([0
www.eeworm.com/read/393745/8266694
h sample4_1.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2001. Al
www.eeworm.com/read/393745/8267129
h menudemo.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 1998. Al
www.eeworm.com/read/393745/8267261
h sample2_1.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2001. Al
www.eeworm.com/read/393065/8314026
java mainframe.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.sql.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.sw
www.eeworm.com/read/174183/9604066
js board.js
function openScript(url, width, height) {
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=yes,status=yes' );
}
www.eeworm.com/read/369168/9660346
m somporesult.m
function SOMporesult(Y)
figure(...
'Name','人口样本分类结果图',...
'NumberTitle','off', ...
'menubar','none',...
'Units','normalized');
whitebg('w');
x=1:10;
plot(x,Y,'