代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/365371/9866257
h ptrlist.h
//---------------------------------------------------------------------------
// 名称:PtrList.h
// 功能:CPtrList类的头文件
// 版本:1.0
// 工具: Visual C++ 6.0
// 引入:无
// 引出:无
// 作者:刘健颖
www.eeworm.com/read/362500/9995876
m plslogo.m
%PLSLOGO Generates PLS_Toolbox CR surface logo
%
%I/O: plslogo
% Copyright Eigenvector Research, Inc. 1998
% BMW
load plslogo
figure('Color',[1 1 1],'NumberTitle','off', ...
'Name','PLS_T
www.eeworm.com/read/423810/10531484
h btnio.h
#include
#include
#include "btn_ioctl_cmd.h"
#ifndef u8
#define u8 unsigned char
#endif
//used in the function getKeyValue() and getKey();
//this is the phone key layou
www.eeworm.com/read/463823/7174879
java lineanimationview.java
package graphicAnimation;
import java.awt.*;
/**
* 直线视图,即在屏幕上的两点之间画一条直线
*
*/
public class LineAnimationView extends AnimationView {
// 直线视图的一个端点,另一个端点由父类 AnimationView 的 position 保存
p
www.eeworm.com/read/448896/7523249
m root.m
绘制根轨迹图
disp('开环传递函数G(s)为:')
printsys(num1,den1,'s');
disp('反馈传递函数H(s)为:')
printsys(num2,den2,'s');
lcwin=figure('Position',[120 49 513 491],'Name','根轨迹图','NumberTitle','off',...
'MenuBar
www.eeworm.com/read/446553/7576794
m loadflow.m
% LOADFLOW Load Flow Calculation Program
% LOADFLOW Sets up GUI for load flow analysis.
%
clear ParamSlider;
if exist('dlgfig')
set(dlgfig,'Visible','off');
end
% Make sure data is
www.eeworm.com/read/244965/12828394
h base.h
#ifndef _BASE_H_
#define _BASE_H_
// 如果距离小于DISTANCE_ZERO,则认为该距离为0
#ifndef DISTANCE_ZERO
#define DISTANCE_ZERO 1.e-6
#endif
#define PI acos(-1)
//定义包围盒
typedef struct _box2d BOX2D ;
struc
www.eeworm.com/read/244960/12828625
h base.h
#ifndef _BASE_H_
#define _BASE_H_
// 如果距离小于DISTANCE_ZERO,则认为该距离为0
#ifndef DISTANCE_ZERO
#define DISTANCE_ZERO 1.e-6
#endif
#define PI acos(-1)
//定义包围盒
typedef struct _box2d BOX2D ;
struc
www.eeworm.com/read/321972/13391576
m input_dialog.m
prompt{1} = 'Starting x position:';
prompt{2} = 'Starting y position:';
prompt{3} = 'Width:';
prompt{4} = 'Height:';
title = 'Set Figure Position';
default_ans = {'50','50','180','100'};
answ
www.eeworm.com/read/135582/5884345
cxx fl_browser_.cxx
//
// "$Id: Fl_Browser_.cxx,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
//
// Base Browser widget class for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
//