代码搜索:Graphical
找到约 2,243 项符合「Graphical」的源代码
代码结果 2,243
www.eeworm.com/read/299916/3849211
m ex051100.m
% Chapter 05: Example 05.11: Circular shift graphical display
%
subplot(1,1,1)
% a) plot x((n+4))11
n = 0:10; x = 10*(0.8) .^ n;
n1 = -11:21; x1 = [zeros(1,11), x, zeros(1,11)];
subplot(2,2,1);
www.eeworm.com/read/299916/3849396
m ex051100.m
% Chapter 05: Example 05.11: Circular shift graphical display
%
subplot(1,1,1)
% a) plot x((n+4))11
n = 0:10; x = 10*(0.8) .^ n;
n1 = -11:21; x1 = [zeros(1,11), x, zeros(1,11)];
subplot(2,2,1);
www.eeworm.com/read/268260/11146783
m ex051100.m
% Chapter 05: Example 05.11: Circular shift graphical display
%
subplot(1,1,1)
% a) plot x((n+4))11
n = 0:10; x = 10*(0.8) .^ n;
n1 = -11:21; x1 = [zeros(1,11), x, zeros(1,11)];
subplot(2,2,1);
www.eeworm.com/read/361299/10058839
m ex051100.m
% Chapter 05: Example 05.11: Circular shift graphical display
%
subplot(1,1,1)
% a) plot x((n+4))11
n = 0:10; x = 10*(0.8) .^ n;
n1 = -11:21; x1 = [zeros(1,11), x, zeros(1,11)];
subplot(2,2,1); stem(n
www.eeworm.com/read/156653/11786074
m ex051100.m
% Chapter 05: Example 05.11: Circular shift graphical display
%
subplot(1,1,1)
% a) plot x((n+4))11
n = 0:10; x = 10*(0.8) .^ n;
n1 = -11:21; x1 = [zeros(1,11), x, zeros(1,11)];
subplot(2,2,1); stem(n
www.eeworm.com/read/271244/11002140
m txtblock.m
function h_text = txtblock(st_com_handle,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5)
% The function TXTBLOCK allows for the graphical placement of a block of text.
%
% txtblock(string_block)
% txtblock
www.eeworm.com/read/197649/7983128
m txtblock.m
function h_text = txtblock(st_com_handle,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5)
% The function TXTBLOCK allows for the graphical placement of a block of text.
%
% txtblock(string_block)
% txtblock
www.eeworm.com/read/142092/12963340
m txtblock.m
function h_text = txtblock(st_com_handle,p1,v1,p2,v2,p3,v3,p4,v4,p5,v5)
% The function TXTBLOCK allows for the graphical placement of a block of text.
%
% txtblock(string_block)
% txtblock
www.eeworm.com/read/128846/14276644
txt 31.txt
//
抽象窗口工具集(AWT)
AWT-- AbstractWindow Toolkit
GUI -- Graphical User Interface
AWT中定义了多种类和接口,用于在Java Application/Applet中进行GUI设计
java程序要显示的GUI组件必须是抽象类Component或MenuComponent的子类
//
java.awt包
提供了
www.eeworm.com/read/267106/11194339
txt matlabgui中文参考手册.txt
Matlab GUI编程中文参考手册
用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。
图形用户界面(<mark>Graphical</mark> User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文字说明等对象(Objects)构成的一个用户界面。用户通过一定的方法(如鼠标或键盘)选择、激活这些图形 ...