代码搜索:Help
找到约 10,000 项符合「Help」的源代码
代码结果 10,000
www.eeworm.com/read/153044/12064181
m help_projection.m
function help_projection(self)
% SeaGrid offers "Mercator" (default) and "Stereographic"
% conformal mapings, of which the Mercator projection looks
% the best here. The SeaGrid "Setup" dialog al
www.eeworm.com/read/153044/12064185
m help_zooming.m
function help_zooming(self)
% The SeaGrid window uses "zoomsafe" for zooming and
% panning. Click in white-space or on inactive objects
% to zoom. To invoke a rubber-rectangle, drag while the
%
www.eeworm.com/read/153044/12064187
m help_ecom.m
function help_ecom(self)
% To produce an "ECOM" file from a saved "SeaGrid" file,
% run the function "seagrid2ecom". See "help seagrid2ecom"
% for details.
% seagrid/help_ecom
% Copyright (C)
www.eeworm.com/read/153044/12064190
m help_general.m
function help_general(self)
% SeaGrid uses menus and mouse actions to guide the creation
% of an orthogonal gridwork suitable for oceanographic modeling.
% The "SeaGrid" menu controls input/output
www.eeworm.com/read/153044/12064203
m help_warranty.m
function help_warranty(self)
%
% The SeaGrid software, an educational work-in-progress,
% is made available without warranty or promise for remedy
% of any kind, either expressed or implied. Do no
www.eeworm.com/read/153044/12064265
m help_events.m
function theResult = help_events(self, varargin)
% Whenever a mouse event occurs on a "ps" object,
% a callback reading "psevent theEventName" is executed,
% where theEventName will be something l
www.eeworm.com/read/153044/12064317
m help_handlers.m
function theResult = help_handlers(self, varargin)
% Event-handlers are registered with "ps" using the
% "handler" method, which requires the name of an event,
% such as 'Print', and the name of t
www.eeworm.com/read/153044/12064327
m help_menus.m
function theResult = help_menus(self, varargin)
% The "ps/menu" method adds menus to the PS
% menubar, using a cell-array of the desired menu labels,
% arranged in top-down fashion. Prepended to
www.eeworm.com/read/153044/12064336
m help_subclassing.m
function theResult = help_subclassing(self, varargin)
% Users of PS are expected to derive their own class
% from "ps". One such class, "pst" has already been
% built as an example. It can be c