代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/292863/8328631
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
www.eeworm.com/read/370814/9584174
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/367444/9747768
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/148342/12474653
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/146640/12628645
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/238315/13895330
c joystick.c
/*******************************************************************************************************
*
www.eeworm.com/read/111979/15497769
htm sortable_coblist.shtml.htm
C++ & MFC - Sortable CObList class
www.eeworm.com/read/153241/12049693
java stringwithescapes.java
// JShell
// Copyright (C) 2000 Jack A. Orenstein
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// publish
www.eeworm.com/read/128493/14293449
c devices.c
/*
* Copyright (c) International Business Machines Corp., 2000-2003
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L