代码搜索:MenuBar
找到约 4,001 项符合「MenuBar」的源代码
代码结果 4,001
www.eeworm.com/read/306339/3739223
properties menues.properties
#
# Menu principal de lGantt
#
menubar = file edit project tools options help
# F i l e
menu.file = new open - save saveas - exit
desc.file=File|f
desc.new=\u4fdd\u5b58\u6210\u529f|n|control N
desc.
www.eeworm.com/read/306339/3739243
properties menues.properties
#
# Menu principal de lGantt
#
menubar = file edit project tools options help
# F i l e
menu.file = new open - save saveas - exit
desc.file=File|f
desc.new=\u4fdd\u5b58\u6210\u529f|n|control N
desc.
www.eeworm.com/read/166190/10029849
m demo9.m
%说明增大K和L的取值对系统性能的影响
wind_demo11=figure('color',[1,1,1],'position',[0.1*winw,0.1*winh,0.8*winw,0.8*winh],...
'name','习题演示窗口9:说明增大K和L的取值对系统性能的影响','numbertitle','off','menubar','none',...
www.eeworm.com/read/108912/15570182
java class1.java
import java.awt.*;
import java.awt.event.*;
//菜单无法进行布局管理,只能出现在窗口的固定位置
//在菜单中真正产生动作的是菜单项
public class Class1
{
public static void main (String[] args)
{
Frame f=new Frame("菜单条");
MenuBar
www.eeworm.com/read/427761/8923247
asv menu.asv
gwin=figure('Menubar','none','Name','聚类分析','NumberTitle','off','position',[0,0,450,250]);
%定义一级菜单file
hfile=uimenu(gwin,'Label','未知类别聚类分析');
% 定义一级菜单下的二级菜单项:最临近距离法
uimenu(hfile,'Label','最临近距离法',
www.eeworm.com/read/159954/10584335
m input_n.m
%输入非线性环节参数
col0=[0.7 0.7 0.7]; %浅灰色,窗体背景色
col1=[0.8 0.8 0.8]; %深灰色,输入框无效时的颜色
%创建输入非线性环节参数窗体
nawin=figure('color',col0,'position',[100 200 400 200],...
'name','输入非线性环节参数','menubar',
www.eeworm.com/read/152883/12075896
m input_n.m
%输入非线性环节参数
col0=[0.7 0.7 0.7]; %浅灰色,窗体背景色
col1=[0.8 0.8 0.8]; %深灰色,输入框无效时的颜色
%创建输入非线性环节参数窗体
nawin=figure('color',col0,'position',[100 200 400 200],...
'name','输入非线性环节参数','menubar',
www.eeworm.com/read/193048/8255618
m ex10_28.m
% ex10_28
% 控制器放大系数变化对系统输出响应影响的动画
f1=figure('name','控制器增益变化时的输出响应曲线','NumberTitle','off',...
'Menubar','none','resize','off','pos',[50 50 450 300],'color','w');
open_system('order12');
set_pa
www.eeworm.com/read/365840/9845030
txt wavematlab.txt
代码都很简单,比如第一个就是matlab中低级i/o操作,如下示例,读取无卷头的sgy文件。有卷头的,加上3600即可。欢迎讨论弹性波有限元模拟等内容。
%主程序
global file;
clf reset;
set(gcf,'MenuBar','none','NumberTitle','off','Name','地震数据显示工具');
uimenu(gcf,'Label','选择地震
www.eeworm.com/read/444501/7612313
txt 帮助文件--站长必读.txt
由于电台地址经常变动,所以请不要修改以下说明之外的其他代码。
1、需要修改的文件列表
根目录下:
top.htm 控制顶部显示的页面,可以修改为自己网站的标识图片,和468×60 的横幅广告。
<mark>menubar</mark>.htm 控制顶部显示的导航条,可以改为自己网站的导航条。
bottom.htm 控制底部显示的信息,可以修改为自己的站点信息、版权信息等。
bottoma ...