代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/133952/5896811
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/131315/5943154
c forwback.c
/*
* Primitives for displaying the file on the screen,
* scrolling either forward or backward.
*/
#include "less.h"
#include "position.h"
public int hit_eof; /* Keeps track of how many times we h
www.eeworm.com/read/486092/6543328
asm r_drawa.asm
.386P
.model FLAT
;
; r_drawa.s
; x86 assembly-language edge clipping and emission code
;
include qasm.inc
include d_if.inc
if id386
; !!! if these are changed, they must be changed i
www.eeworm.com/read/263959/11335569
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/151752/12177096
cpp strategysystem.cpp
#include "StdAfx.h"
#include "StrategySystem.h"
IMPLEMENT_DYNAMIC(CStrategySystem, CObject)
CStrategySystem::CStrategySystem(int id)
{
m_OurTeam=id;
boundRect.SetRect(65,95,965,723);//场地
www.eeworm.com/read/128477/14294569
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/128031/14318305
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/228233/14395743
c list.c
/*********
* A Template of Linked List
*
* - Always assume there exists a header in the list
*
* -- Copyright (C) =iEDi=
****************
www.eeworm.com/read/121526/14754024
asm r_drawa.asm
.386P
.model FLAT
;
; r_drawa.s
; x86 assembly-language edge clipping and emission code
;
include qasm.inc
include d_if.inc
if id386
; !!! if these are changed, they must be changed i
www.eeworm.com/read/116631/14961736
pas r_drawa.pas
//100%
{$ALIGN 8}{$MINENUMSIZE 4}
{----------------------------------------------------------------------------}
{ }
{ Fi