代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/321972/13391509
m microphone2.m
% Script file: microphone2.m
%
% Purpose:
% This program plots the gain pattern of a cardioid
% microphone. This version of the program uses low-
% level graphics commands to place
www.eeworm.com/read/312355/13612766
c servo-simple.c
// - Servo simple -
// This simple example sets up a Servo objectm hooks the event handlers and opens it for device connections. Once a Servo is attached
// with a motor in motor 0 it will simulate
www.eeworm.com/read/140180/5794059
idl mediacontrol.idl
/*
Module inspired by the MediaControl IDL
*/
module VLC {
const float VERSION = 0.1;
enum PositionOrigin {
AbsolutePosition, RelativePosition, ModuloPosition
};
enum PositionKey {
www.eeworm.com/read/134249/5893303
java positiondao.java
//---------------------------------------------------------
// Application: equipment of System
// Author : eSingle
// File : PositionDAO.java
//
// Copyright 2002 LandSoft Corp.
// G
www.eeworm.com/read/133952/5896751
m microphone2.m
% Script file: microphone2.m
%
% Purpose:
% This program plots the gain pattern of a cardioid
% microphone. This version of the program uses low-
% level graphics commands to place
www.eeworm.com/read/131315/5943987
c prim.c
/*
* Copyright (c) 1988 Mark Nudleman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/263959/11335371
m microphone2.m
% Script file: microphone2.m
%
% Purpose:
% This program plots the gain pattern of a cardioid
% microphone. This version of the program uses low-
% level graphics commands to place
www.eeworm.com/read/263509/11360002
asv zuopinxinxi.asv
figure
set(gcf,'menubar','none')
str='作品信息'
set(gcf,'name',str,'numbertitle','off')
set(gcf,'unit','normalized','position',[.3,.5,.5,.2]);
b= uicontrol('Style','pushbutton', ...
'Units','n
www.eeworm.com/read/158053/11647703
asv gui212.asv
figure;
figname='交互界面测试程序';
set(gcf,'name',figname,'numbertitle','off'); %书写图形窗名
%hedit1=uicontrol(gcf,'Style','edit','Tag','edit1',... %制作可编辑文本框
% 'position',[50,200,80,100],'Stri