代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4974011
c move.c
/*
* Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU Gene
www.eeworm.com/read/209211/4982339
c move.c
# include "e.h"
# include "y.tab.h"
void move(int dir, int amt, int p)
{
double a;
yyval = p;
a = EM(amt/100.0, ps);
printf(".ds %d ", yyval);
if (dir == FWD || dir == BACK)
printf("\\h'%s%gm
www.eeworm.com/read/209211/4982390
c move.c
#include "mplot.h"
void move(double xx, double yy){
e1->copyx = xx;
e1->copyy = yy;
}
www.eeworm.com/read/209211/4986781
c move.c
#include
#include
#include
#include "sokoban.h"
/* pretty ghastly, if you ask me */
void
move(int key)
{
Point g = level.glenda;
int moved = 0;
/* this is messy; no time
www.eeworm.com/read/209114/4987248
java move.java
package mobileRPG.client.scriptaction;
import mobileRPG.client.Script;
import java.util.Random;
public class Move extends ScriptAction {
private boolean waitingForStop;
private int dirCo
www.eeworm.com/read/205824/5016898
c move.c
/*
* MOVE.C - move internal command.
*
*
* History:
*
* 14-Dec-1998 (Eric Kohl )
* Started.
*
* 18-Jan-1999 (Eric Kohl )
www.eeworm.com/read/205824/5021557
c move.c
/* $Id: move.c 23570 2006-08-13 19:49:34Z fireball $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/fil
www.eeworm.com/read/204040/5036187
txt move.txt
SUMMARY memory routines
#include
cProc Move,,
parmD src
parmD dst
parmW count
cProc Fill,,
parmD dst
parmB value
parmW count
DESCRIPTION
www.eeworm.com/read/204040/5036259
asm move.asm
;
; memory routines
;
; Modifications:
;
; 01-Dec-1986 mz Optimize odd move using rcl hack
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc Move,,
www.eeworm.com/read/197004/5098310
java move.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licencing information please see the file license.txt included with JGAP