代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/167562/5455401
h borderlayout.h
/****************************************************************************
**
** Copyright (C) 2004-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/162614/5533506
java textui.java
/* TextUI.java --
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/162519/5543038
java textui.java
/* TextUI.java --
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/471358/6890746
m centrefig.m
function centrefig
s = get(0,'ScreenSize');
f = get(gcf,'position');
f(1) = (s(3)-f(3))/2;
f(2) = (s(4)-(f(4)+20))/2;
set(gcf,'Position',f)
www.eeworm.com/read/195133/8172774
m centrefig.m
function centrefig
s = get(0,'ScreenSize');
f = get(gcf,'position');
f(1) = (s(3)-f(3))/2;
f(2) = (s(4)-(f(4)+20))/2;
set(gcf,'Position',f)
www.eeworm.com/read/294863/8197299
m centrefig.m
function centrefig
s = get(0,'ScreenSize');
f = get(gcf,'position');
f(1) = (s(3)-f(3))/2;
f(2) = (s(4)-(f(4)+20))/2;
set(gcf,'Position',f)
www.eeworm.com/read/294087/8254646
c main.c
//------------------------------------------------------------------------------
// Name: CSA_7_Button_Slider Demo Lab
//-----------------------------------------------------------------------------
www.eeworm.com/read/393534/8277285
m centrefig.m
function centrefig
s = get(0,'ScreenSize');
f = get(gcf,'position');
f(1) = (s(3)-f(3))/2;
f(2) = (s(4)-(f(4)+20))/2;
set(gcf,'Position',f)
www.eeworm.com/read/293531/8287995
m centrefig.m
function centrefig
s = get(0,'ScreenSize');
f = get(gcf,'position');
f(1) = (s(3)-f(3))/2;
f(2) = (s(4)-(f(4)+20))/2;
set(gcf,'Position',f)
www.eeworm.com/read/292863/8328528
m rcosfn.m
% [X, Y] = rcosFn(WIDTH, POSITION, VALUES)
%
% Return a lookup table (suitable for use by INTERP1)
% containing a "raised cosine" soft threshold function:
%
% Y = VALUES(1) + (VALUES(2)-VAL